Class BTUserProfileDelete

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

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