Uses of Class
overit.geocall.bl.Order
Packages that use Order
Package
Description
-
Uses of Order in overit.geocall.bl
Fields in overit.geocall.bl declared as OrderMethods in overit.geocall.bl that return OrderModifier and TypeMethodDescriptionSearchEvent.getOrder()Returns the order that will be applied to the search.Methods in overit.geocall.bl with parameters of type OrderModifier and TypeMethodDescriptionvoidSets the order that will be applied to the search.Constructors in overit.geocall.bl with parameters of type OrderModifierConstructorDescriptionprotectedSearchEvent(F filter, Order order) Instantiates a new search event for<R>object.protectedSearchEvent(Page page, F filter, Order order) Instantiates a new search event for<R>object. -
Uses of Order in overit.geocallapp.utilities.core.data
Methods in overit.geocallapp.utilities.core.data with parameters of type OrderModifier and TypeMethodDescriptionDAOUtils.buildSqlOrder(Order order, DynOCreator<T> creator) Builds SQL ORDER BY clause fromOrdercriteria.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Order order, Class<? extends DAO> daoClass, Class<T> boClass, Page page, PoolKit poolKit) Searches for business objects using filters, ordering and pagination.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Order order, Class<? extends DAO> daoClass, DynOCreator<T> creator, Page page, PoolKit poolKit) Search method with full customization options including filters, ordering, pagination and custom creator. -
Uses of Order in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs that return Order -
Uses of Order in overit.geocallapp.utilities.ux.ui.container.table
Fields in overit.geocallapp.utilities.ux.ui.container.table declared as Order -
Uses of Order in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.event with parameters of type OrderModifierConstructorDescriptionDailyPlanOrderConfigurationDetailSearchEvent(Page page, DailyPlanOrderConfigurationDetailSearchFilter filter, Order order) Constructor forDailyPlanOrderConfigurationDetailSearchEvent -
Uses of Order in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.event with parameters of type OrderModifierConstructorDescriptionDailyPlanOrderConfigurationHeaderSearchEvent(Page page, DailyPlanOrderConfigurationHeaderSearchFilter filter, Order order) Constructor forDailyPlanOrderConfigurationHeaderSearchEvent -
Uses of Order in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.event with parameters of type OrderModifierConstructorDescriptionTooltipConfigurationSearchEvent(Page page, TooltipConfigurationSearchFilter filter, Order order) Instantiates a new tooltip configuration search event. -
Uses of Order in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.event with parameters of type OrderModifierConstructorDescriptionTooltipConfigurationRuleSearchEvent(Page page, TooltipConfigurationRuleSearchFilter filter, Order order) Instantiates a new tooltip configuration rule search event. -
Uses of Order in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration with parameters of type OrderModifier and TypeMethodDescriptionExecutionEventProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter, Order order) ExecutionProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter, Order order) -
Uses of Order in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.event with parameters of type OrderModifierConstructorDescriptionForecastResourceSearchEvent(Page page, ForecastResourceSearchFilter filter, Order order) Deprecated.ForecastResourceSearchEvent(ForecastResourceSearchFilter filter, Order order) -
Uses of Order in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail that return Order -
Uses of Order in overit.geocallapp.wfm.scheduling.integration
Methods in overit.geocallapp.wfm.scheduling.integration with parameters of type OrderModifier and TypeMethodDescriptionSchedulingEventProvider.searchSchedulings(SchedulingSearchFilter filter, Order order) SchedulingProvider.searchSchedulings(SchedulingSearchFilter filter, Order order) -
Uses of Order in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration with parameters of type OrderModifier and TypeMethodDescriptionWorkOrderEventProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation, Order order) WorkOrderProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation, Order order)