Class UserProfileStateLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.profile.event.UserProfileStateLoadEvent
Event that will be called to request the loading of a user profile state.
-
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
ConstructorsConstructorDescriptionUserProfileStateLoadEvent(long profileId) Create a new event that will be called to request the loading of a user profile state. -
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
-
profileId
protected final long profileId
-
-
Constructor Details
-
UserProfileStateLoadEvent
public UserProfileStateLoadEvent(long profileId) Create a new event that will be called to request the loading of a user profile state.- Parameters:
profileId- the id of the user profile to load.
-
-
Method Details
-
getProfileId
public long getProfileId()Gets the id of the user profile to load.- Returns:
- the id of the user profile to load.
-