Class BTUserLoadOld
- All Implemented Interfaces:
Serializable,Tool
@Deprecated
@Event(UserLoadEvent.class)
public class BTUserLoadOld
extends BusinessTask<UserLoadEvent>
Deprecated.
Business task in order to load a
When the
BOUser. When the
UserLoadEvent is launched
the BT notices the call and loads the BOUser basing on the event's input. - See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(UserLoadEvent event, PoolKit poolKit) Deprecated.Writes the loaded user into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTUserLoadOld
public BTUserLoadOld()Deprecated.
-
-
Method Details
-
body
Deprecated.Writes the loaded user into the event journal.- Specified by:
bodyin classBusinessTask<UserLoadEvent>- Parameters:
event- the eventpoolKit- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
UserLoadEventwith the related Business Task