Class UserProfileLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOUserProfile>
overit.geocall.bl.BusinessEvent<BOUserProfile>
overit.geocall.basic.bl.profile.event.UserProfileLoadEvent
Event that will be called to request a user profile load.
-
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
ConstructorsConstructorDescriptionUserProfileLoadEvent(long profileId) Create a new event that will be called to request a user profile load. -
Method Summary
Modifier and TypeMethodDescriptionlongGets the id of the user profile that will be loaded.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
-
UserProfileLoadEvent
public UserProfileLoadEvent(long profileId) Create a new event that will be called to request a user profile load.- Parameters:
profileId- the id of the user profile that will be loaded.
-
-
Method Details
-
getProfileId
public long getProfileId()Gets the id of the user profile that will be loaded.- Returns:
- the id of the user profile that will be loaded.
-