Class BTUserUpdateOld
java.lang.Object
overit.geocall.bl.BusinessTask<UserUpdateEvent>
overit.geocallapp.wfm.core.bl.user.task.BTUserUpdateOld
- All Implemented Interfaces:
Serializable,Tool
@Deprecated
@Event(UserUpdateEvent.class)
public class BTUserUpdateOld
extends BusinessTask<UserUpdateEvent>
Deprecated.
Business task in order to update a
When the
BOUser. When the
UserUpdateEvent is launched
the BT notices the call and updates the BOUser basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterUpdate(BOUser bo, PoolKit pk) Deprecated.Actions to perform after the insertionprotected voidbody(UserUpdateEvent event, PoolKit pk) Deprecated.Updates theBOUserwith all its needed components.protected voidDeprecated.Performs theBOUserupdateprotected voidDeprecated.Checks if the update is possible by performing some validations on the givenBOUserMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUserUpdateOld
public BTUserUpdateOld()Deprecated.
-
-
Method Details
-
body
Deprecated.Updates theBOUserwith all its needed components.- Specified by:
bodyin classBusinessTask<UserUpdateEvent>- Parameters:
event- the eventpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
validate
Deprecated.Checks if the update is possible by performing some validations on the givenBOUser- Parameters:
boUser- the userpk- the pool kit- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
update
Deprecated.Performs theBOUserupdate- Parameters:
boUser- the userpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
afterUpdate
Deprecated.Actions to perform after the insertion- Parameters:
bo- the userpk- the pool kit
-
UserUpdateEventwith the related Business Task