Class BTUserTypeUpdate

java.lang.Object
overit.geocall.bl.BusinessTask<UserTypeUpdateEvent>
overit.geocall.basic.bl.usertype.task.BTUserTypeUpdate
All Implemented Interfaces:
Serializable, Tool

@Event(UserTypeUpdateEvent.class) @Permission("foundation.base.usertype.edit") public class BTUserTypeUpdate extends BusinessTask<UserTypeUpdateEvent>
Task that listen the UserTypeUpdateEvent and update the user type information into the database.
Can raise a DAValidate exception in case there's no user with the key passed by or a DAException if there is some connection problem with the database.
Since:
9.2
See Also:
GCApi:
task