Class UserTypeLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOUserType>
overit.geocall.bl.BusinessEvent<BOUserType>
overit.geocall.basic.bl.usertype.event.UserTypeLoadEvent
Event that will be called to load the user's type information.
- Since:
- 9.1
- GCApi:
- event
- Reactors:
- No Spouts
BTUserTypeLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserTypeLoadEvent(Long userTypeId) Create a new event that will be called to load the user type information. -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Field Details
-
userTypeId
-
-
Constructor Details
-
UserTypeLoadEvent
Create a new event that will be called to load the user type information.- Parameters:
userTypeId- the id related to the user's type.
-
-
Method Details
-
getUserTypeId
Returns the id related to the user' type.- Returns:
- the id related to the user' type.
-