Class UserProfilesLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOUserProfile>>
overit.geocall.bl.BusinessEvent<PageResponse<BOUserProfile>>
overit.geocall.basic.bl.profile.event.UserProfilesLoadEvent
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
FieldsModifier and TypeFieldDescriptionprotected final BOUserProfileprotected final Collection<Long> protected final Orderprotected final PageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserProfilesLoadEvent(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Create a new event that will be called to request the loading of user profiles. -
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
-
ids
-
filter
-
page
-
order
-
-
Constructor Details
-
UserProfilesLoadEvent
Create a new event that will be called to request the loading of user profiles.- Parameters:
ids- the ids of the user profiles to load.filter- the filter to apply to the user profiles.page- the page to load.order- the order to apply to the user profiles.
-
-
Method Details
-
getIds
Gets the ids of the user profiles to load.- Returns:
- the ids of the user profiles to load.
-
getFilter
Gets the filter to apply to the user profiles.- Returns:
- the filter to apply to the user profiles.
-
getPage
Gets the page to load.- Returns:
- the page to load.
-
getOrder
Gets the order to apply to the user profiles.- Returns:
- the order to apply to the user profiles.
-