Class BTUserTypeCreate

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

@Event(UserTypeCreateEvent.class) @Permission("foundation.base.usertype.edit") public class BTUserTypeCreate extends BusinessTask<UserTypeCreateEvent>
Task that listen the UserTypeCreateEvent and add the new user type into the database.
Can raise a DAValidate exception in case there's an error before the data extraction (e.g: missing parameters, or miss-configuration), or a DAException if there is some connection problem with the database.
Since:
9.2
See Also:
GCApi:
task