Class UserTypesLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOUserType>>
overit.geocall.bl.BusinessEvent<PageResponse<BOUserType>>
overit.geocall.basic.bl.usertype.event.UserTypesLoadEvent
Event that will be called to load the users type information.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTUserTypesLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BOUserTypeprotected Collection<Long> protected Orderprotected PageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserTypesLoadEvent(Page page, BOUserType filter) Create a new event that will be called to load the user types informationUserTypesLoadEvent(Page page, BOUserType filter, Order order) Create a new event that will be called to load the user types informationUserTypesLoadEvent(Page page, BOUserType filter, Order order, Collection<Long> filterIds) Create a new event that will be called to load the user types information -
Method Summary
Modifier and TypeMethodDescriptionReturns the object containing the values that will be used to filter the query results.Returns the object that handles the ids filter field.
This filter field is used to specify one or more user's tyoe id to filter the results of the users type load event.getOrder()Returns the object that handles the order filter fields.getPage()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
-
page
-
order
-
filterIds
-
-
Constructor Details
-
UserTypesLoadEvent
Create a new event that will be called to load the user types information- Parameters:
page- will be used to paginate the resultsfilter- the object containing the values that will be used to filter the query results
-
UserTypesLoadEvent
Create a new event that will be called to load the user types 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.
-
UserTypesLoadEvent
Create a new event that will be called to load the user types 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
Returns will be used to paginate the results- Returns:
- will be used to paginate the results
-
getFilter
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
Returns the object that handles the order filter fields.- Returns:
- the object that handles the order filter fields.
-
getFilterIds
Returns the object that handles the ids filter field.
This filter field is used to specify one or more user's tyoe id to filter the results of the users type load event.- Returns:
- the object that handles the ids filter field.
-