Class BTUserInsertOld
java.lang.Object
overit.geocall.bl.BusinessTask<UserInsertEvent>
overit.geocallapp.wfm.core.bl.user.task.BTUserInsertOld
- All Implemented Interfaces:
Serializable,Tool
@Deprecated
@Event(UserInsertEvent.class)
public class BTUserInsertOld
extends BusinessTask<UserInsertEvent>
Deprecated.
Business task in order to insert a
When the
BOUser. When the
UserInsertEvent is launched
the BT notices the call and inserts the BOUser basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterInsert(BOUser bo, PoolKit pk) Deprecated.Actions to perform after the insertionprotected voidbody(UserInsertEvent event, PoolKit pk) Deprecated.Writes the inserted user id into the event journal.protected LongDeprecated.Performs theBOUserinsertionprotected voidDeprecated.Checks if the insertion is possible by performing some validations on the givenBOUserMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUserInsertOld
public BTUserInsertOld()Deprecated.
-
-
Method Details
-
body
Deprecated.Writes the inserted user id into the event journal.- Specified by:
bodyin classBusinessTask<UserInsertEvent>- Parameters:
event- the eventpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
validate
Deprecated.Checks if the insertion is possible by performing some validations on the givenBOUser- Parameters:
boUser- the bo userpk- the pk- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
insert
Deprecated.Performs theBOUserinsertion- Parameters:
boUser- the userpk- the pool kit- Returns:
- the long
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
afterInsert
Deprecated.Actions to perform after the insertion- Parameters:
bo- the userpk- the pool kit
-
UserCreateEventwith the related Business Task