Class BTUserLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(UserLoadEvent.class)
@Permission("foundation.base.user.view | foundation.base.user.edit")
@Deprecated(since="13.0",
forRemoval=true)
public class BTUserLoad
extends BusinessTask<UserLoadEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
Task that listen the
Can raise a DAException if there is some connection problem with the database
UserLoadEvent and fetch the user information from the database.
Can raise a DAException if there is some connection problem with the database
- Since:
- 9.0
- See Also:
- GCApi:
- task
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(UserLoadEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.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
-
BTUserLoad
public BTUserLoad()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
body
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<UserLoadEvent>- 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
-