Class BTUserTypeAuthPolicyLoad
java.lang.Object
overit.geocall.bl.BusinessTask<UserTypeAuthPolicyLoadEvent>
overit.geocall.basic.bl.usertype.task.BTUserTypeAuthPolicyLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(UserTypeAuthPolicyLoadEvent.class)
@Permission("foundation.base.usertype.view | foundation.base.usertype.edit")
public class BTUserTypeAuthPolicyLoad
extends BusinessTask<UserTypeAuthPolicyLoadEvent>
Task that listen the
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.
UserTypeAuthPolicyLoadEvent and load the user type resource authorization policy 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(UserTypeAuthPolicyLoadEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUserTypeAuthPolicyLoad
public BTUserTypeAuthPolicyLoad()
-
-
Method Details
-
body
protected void body(UserTypeAuthPolicyLoadEvent event, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<UserTypeAuthPolicyLoadEvent>- Parameters:
event- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-