Class UserTypeUpdateEvent
Event that will be called to update the user type's information.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- Spouts:
BTUserTypeUpdate(0), BTUserTypeUpdateLog(0), BTUserTypeUpdate(0)UserTypeUpdateEventSpoutImpl-
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
ConstructorsConstructorDescriptionUserTypeUpdateEvent(BOUserType userType) Create a new event that will be called to load the user type's informationUserTypeUpdateEvent(BOUserType userType, boolean safeMode) Create a new event that will be called to load the user type's information, removing the sensible data in according to the parameter safeMode -
Method Summary
Modifier and TypeMethodDescriptionReturns the instance of the user type that will be updatedbooleanReturns the flag to exclude the sensible dataMethods 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
-
userType
-
safeMode
protected boolean safeMode
-
-
Constructor Details
-
UserTypeUpdateEvent
Create a new event that will be called to load the user type's information- Parameters:
userType- the instance of the user type that will be updated
-
UserTypeUpdateEvent
Create a new event that will be called to load the user type's information, removing the sensible data in according to the parameter safeMode- Parameters:
userType- the instance of the user type that will be updatedsafeMode- flag to update the sensible data or not
-
-
Method Details
-
getUserType
Returns the instance of the user type that will be updated- Returns:
- the instance of the user type that will be updated
-
isSafeMode
public boolean isSafeMode()Returns the flag to exclude the sensible data- Returns:
- the flag to exclude the sensible data
-