Class BTUserProfileCreate

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

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