Class UserProfileDeleteEvent
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
ConstructorsConstructorDescriptionUserProfileDeleteEvent(long profileId) Create a new event that will be called to request a user profile delete. -
Method Summary
Modifier and TypeMethodDescriptionlongGets the id of the user profile that will be deleted.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
-
UserProfileDeleteEvent
public UserProfileDeleteEvent(long profileId) Create a new event that will be called to request a user profile delete.- Parameters:
profileId- the id of the user profile that will be deleted.
-
-
Method Details
-
getProfileId
public long getProfileId()Gets the id of the user profile that will be deleted.- Returns:
- the id of the user profile that will be deleted.
-