Class UserProfileCreateEvent
Event that will be called to request a user profile creation.
-
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
ConstructorsConstructorDescriptionUserProfileCreateEvent(BOUserProfile userProfile) Create a new event that will be called to request a user profile creation. -
Method Summary
Modifier and TypeMethodDescriptionGets the instance of the user profile that will be created.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
-
userProfile
-
-
Constructor Details
-
UserProfileCreateEvent
Create a new event that will be called to request a user profile creation.- Parameters:
userProfile- the instance of the user profile that will be created.
-
-
Method Details
-
getUserProfile
Gets the instance of the user profile that will be created.- Returns:
- the instance of the user profile that will be created.
-