Class BTUserProfileUpdate

java.lang.Object
overit.geocall.bl.BusinessTask<UserProfileUpdateEvent>
overit.geocall.basic.bl.profile.task.BTUserProfileUpdate
All Implemented Interfaces:
Serializable, Tool

@Event(UserProfileUpdateEvent.class) @Permission("foundation.ux.profile.edit") public class BTUserProfileUpdate extends BusinessTask<UserProfileUpdateEvent>
Task that listens to the UserProfileUpdateEvent and updates the user profile information in the database.
Can raise a DAException if there is some connection problem with the database.
Since:
13.2
See Also:
GCApi:
task