Class UserProfilesDBViewLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DBView>
overit.geocall.bl.BusinessEvent<DBView>
overit.geocall.basic.bl.profile.event.UserProfilesDBViewLoadEvent
Event that will be called to request the loading of user profiles.
-
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
ConstructorsConstructorDescriptionCreate a new event that will be called to request the loading of all user profiles in a DBView.Create a new event that will be called to request the loading of user profiles matching a filter in a DBView. -
Method Summary
Modifier and TypeMethodDescriptionGets the filter to apply to the user profiles.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
-
filter
-
-
Constructor Details
-
UserProfilesDBViewLoadEvent
Create a new event that will be called to request the loading of user profiles matching a filter in a DBView.- Parameters:
filter- the filter to apply to the user profiles.
-
UserProfilesDBViewLoadEvent
public UserProfilesDBViewLoadEvent()Create a new event that will be called to request the loading of all user profiles in a DBView.
-
-
Method Details
-
getFilter
Gets the filter to apply to the user profiles.- Returns:
- the filter to apply to the user profiles.
-