Class UsersLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOUser>>
overit.geocall.bl.BusinessEvent<PageResponse<BOUser>>
overit.geocall.basic.bl.user.event.UsersLoadEvent
@Deprecated(since="13.0",
forRemoval=true)
public class UsersLoadEvent
extends BusinessEvent<PageResponse<BOUser>>
Deprecated, for removal: This API element is subject to removal in a future version.
Event that will be called to load the users information.
- GCApi:
- event
- Reactors:
- No Spouts
BTUsersLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BOUserDeprecated, for removal: This API element is subject to removal in a future version.protected Collection<Long> Deprecated, for removal: This API element is subject to removal in a future version.protected OrderDeprecated, for removal: This API element is subject to removal in a future version.protected PageDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUsersLoadEvent(Page page, BOUser filter) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users informationUsersLoadEvent(Page page, BOUser filter, Order order) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users informationUsersLoadEvent(Page page, BOUser filter, Order order, Collection<Long> filterIds) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users information -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the object containing the values that will be used to filter the query results.Deprecated, for removal: This API element is subject to removal in a future version.Returns the object that handles the ids filter field.
This filter field is used to specify one or more user's id to filter the results of the users load event.getOrder()Deprecated, for removal: This API element is subject to removal in a future version.Returns the object that handles the order filter fields.getPage()Deprecated, for removal: This API element is subject to removal in a future version.Returns will be used to paginate the resultsMethods 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
Deprecated, for removal: This API element is subject to removal in a future version. -
page
Deprecated, for removal: This API element is subject to removal in a future version. -
order
Deprecated, for removal: This API element is subject to removal in a future version. -
filterIds
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UsersLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users information- Parameters:
page- will be used to paginate the resultsfilter- the object containing the values that will be used to filter the query results
-
UsersLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users information- Parameters:
page- will be used to paginate the resultsfilter- the object containing the values that will be used to filter the query resultsorder- TheOrderobject form which retrieve the custom sql order by clause.
-
UsersLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to load the users information- Parameters:
page- will be used to paginate the resultsfilter- the object containing the values that will be used to filter the query resultsorder- TheOrderobject form which retrieve the custom sql order by clause.filterIds- The list of IDs to filter the users to load.
-
-
Method Details
-
getPage
Deprecated, for removal: This API element is subject to removal in a future version.Returns will be used to paginate the results- Returns:
- will be used to paginate the results
-
getFilter
Deprecated, for removal: This API element is subject to removal in a future version.Returns the object containing the values that will be used to filter the query results.- Returns:
- the object containing the values that will be used to filter the query results.
-
getOrder
Deprecated, for removal: This API element is subject to removal in a future version.Returns the object that handles the order filter fields.- Returns:
- the object that handles the order filter fields.
-
getFilterIds
Deprecated, for removal: This API element is subject to removal in a future version.Returns the object that handles the ids filter field.
This filter field is used to specify one or more user's id to filter the results of the users load event.- Returns:
- the object that handles the ids filter field.
-