Class UserTypeGrantsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Set<String>>
overit.geocall.bl.BusinessEvent<Set<String>>
overit.geocall.basic.bl.usertype.event.UserTypeGrantsLoadEvent
Event that will be called to load the users type grants.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTUserTypeGrantsLoad(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
ConstructorsConstructorDescriptionUserTypeGrantsLoadEvent(long userTypeId) Create a new event that will be called to get the user type's grants -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the id of the user type that will be updatedMethods 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
protected long userTypeId
-
-
Constructor Details
-
UserTypeGrantsLoadEvent
public UserTypeGrantsLoadEvent(long userTypeId) Create a new event that will be called to get the user type's grants- Parameters:
userTypeId- The id of the user type
-
-
Method Details
-
getUserTypeId
public long getUserTypeId()Returns the id of the user type that will be updated- Returns:
- the id of the user type that will be updated
-