Class BTUserTypeGrantsUpdate

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

@Event(UserTypeGrantsUpdateEvent.class) @Permission("foundation.base.usertype.edit") public class BTUserTypeGrantsUpdate extends BusinessTask<UserTypeGrantsUpdateEvent>
Task that listen the UserTypeGrantsUpdateEvent and update the user type grants 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