Uses of Class
overit.geocall.model.Page
Packages that use Page
Package
Description
-
Uses of Page in overit.geocall.base.rs2.profile
Methods in overit.geocall.base.rs2.profile with parameters of type PageModifier and TypeMethodDescriptionUserProfileService.getProfiles(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserProfile filter) -
Uses of Page in overit.geocall.base.rs2.user
Methods in overit.geocall.base.rs2.user with parameters of type PageModifier and TypeMethodDescriptionUserService.getUsers(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserFilter filter) -
Uses of Page in overit.geocall.base.rs2.usertype
Methods in overit.geocall.base.rs2.usertype with parameters of type PageModifier and TypeMethodDescriptionUserTypeServiceV2.getUserTypes(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserTypeFilter filter) -
Uses of Page in overit.geocall.basic.bl.profile.event
Fields in overit.geocall.basic.bl.profile.event declared as PageMethods in overit.geocall.basic.bl.profile.event that return PageConstructors in overit.geocall.basic.bl.profile.event with parameters of type PageModifierConstructorDescriptionUserProfilesLoadEvent(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Create a new event that will be called to request the loading of user profiles. -
Uses of Page in overit.geocall.basic.bl.profile.service
Methods in overit.geocall.basic.bl.profile.service with parameters of type PageModifier and TypeMethodDescriptionUserProfileHandlerService.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Loads user profiles based on filter criteria.UserProfileHandlerServiceImpl.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) -
Uses of Page in overit.geocall.basic.bl.profile.task
Methods in overit.geocall.basic.bl.profile.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOUserProfile> BTUserProfilesLoad.getPageResponse(List<BOUserProfile> profiles, Page p, DBView dbv) -
Uses of Page in overit.geocall.basic.bl.user.event
Fields in overit.geocall.basic.bl.user.event declared as PageModifier and TypeFieldDescriptionprotected PageLoadUsersEvent.pageprotected PageUsersLoadEvent.pageDeprecated, for removal: This API element is subject to removal in a future version.Methods in overit.geocall.basic.bl.user.event that return PageModifier and TypeMethodDescriptionLoadUsersEvent.getPage()Returns will be used to paginate the resultsUsersLoadEvent.getPage()Deprecated, for removal: This API element is subject to removal in a future version.Returns will be used to paginate the resultsConstructors in overit.geocall.basic.bl.user.event with parameters of type PageModifierConstructorDescriptionLoadUsersEvent(Page page, BOUser filter) Create a new event that will be called to load the users informationLoadUsersEvent(Page page, BOUser filter, Order order) Create a new event that will be called to load the users informationLoadUsersEvent(Page page, BOUser filter, Order order, Collection<Long> filterIds) Create a new event that will be called to load the users informationUsersLoadEvent(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 -
Uses of Page in overit.geocall.basic.bl.usertype.event
Fields in overit.geocall.basic.bl.usertype.event declared as PageMethods in overit.geocall.basic.bl.usertype.event that return PageModifier and TypeMethodDescriptionUserTypesLoadEvent.getPage()Returns will be used to paginate the resultsConstructors in overit.geocall.basic.bl.usertype.event with parameters of type PageModifierConstructorDescriptionUserTypesLoadEvent(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 -
Uses of Page in overit.geocall.bl
Fields in overit.geocall.bl declared as PageMethods in overit.geocall.bl that return PageModifier and TypeMethodDescriptionSearchEvent.getPage()Returns the page that will contain the paginated result.Constructors in overit.geocall.bl with parameters of type PageModifierConstructorDescriptionprotectedSearchEvent(Page page, F filter) 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 Page in overit.geocallapp.logger.bl.detail.event
Constructors in overit.geocallapp.logger.bl.detail.event with parameters of type Page -
Uses of Page in overit.geocallapp.logger.bl.master.event
Constructors in overit.geocallapp.logger.bl.master.event with parameters of type Page -
Uses of Page in overit.geocallapp.logger.bl.processinglog.event
Constructors in overit.geocallapp.logger.bl.processinglog.event with parameters of type PageModifierConstructorDescriptionLogProcessingSearchEvent(Page page, LogProcessingSearchFilter filter) -
Uses of Page in overit.geocallapp.logger.bl.state.event
Constructors in overit.geocallapp.logger.bl.state.event with parameters of type PageModifierConstructorDescriptionImportExportStateSearchEvent(Page page, ImportExportStateSearchFilter filter) -
Uses of Page in overit.geocallapp.utilities.core.data
Methods in overit.geocallapp.utilities.core.data with parameters of type PageModifier and TypeMethodDescriptionstatic <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Class<? extends DAO> daoClass, Class<T> boClass, Page page, PoolKit poolKit) Searches for business objects using filters and pagination.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Class<? extends DAO> daoClass, DynOCreator<T> creator, Page page, PoolKit poolKit) Searches for business objects using filters, pagination and a customDynOCreator.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 Page in overit.geocallapp.utilities.ux.ui.container.table
Methods in overit.geocallapp.utilities.ux.ui.container.table that return PageMethods in overit.geocallapp.utilities.ux.ui.container.table with parameters of type PageModifier and TypeMethodDescriptionprotected SearchEvent<? extends DynO, ? extends DynO> EventServerTableView.getSearchEvent(Page page) protected SearchEvent<? extends DynO, ? extends DynO> EventServerTableView.makeSearchEvent(EventServerTableView.EventSearch eventAnnotation, Page page, DynO searchFilter) Initializes the class of the search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.contact.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.contact.event with parameters of type PageModifierConstructorDescriptionAccountContactSearchEvent(Page page, AccountContactSearchFilter filter) Instantiates a new account contact search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.contact.type.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.contact.type.event with parameters of type PageModifierConstructorDescriptionContactTypeSearchEvent(Page page, ContactTypeSearchFilter filter) Instantiates a new contact type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.event with parameters of type PageModifierConstructorDescriptionAccountSearchEvent(Page page, AccountSearchFilter filter) Instantiates a new account search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.status.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.status.event with parameters of type PageModifierConstructorDescriptionAccountStatusSearchEvent(Page page, AccountStatusSearchFilter filter) Instantiates a new technical object state search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.status.type.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.status.type.event with parameters of type PageModifierConstructorDescriptionAccountStatusTypeSearchEvent(Page page, AccountStatusTypeSearchFilter filter) Instantiates a new account status type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.account.type.event
Constructors in overit.geocallapp.wfm.accounts.bl.account.type.event with parameters of type PageModifierConstructorDescriptionAccountTypeSearchEvent(Page page, AccountTypeSearchFilter filter) Instantiates a new account type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.converter.event
Constructors in overit.geocallapp.wfm.accounts.bl.converter.event with parameters of type PageModifierConstructorDescriptionConverterTypeSearchEvent(Page page, ConverterTypeSearchFilter filter) Instantiates a new converter type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.accessibility.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.accessibility.event with parameters of type PageModifierConstructorDescriptionMeterAccessibilitySearchEvent(Page page, MeterAccessibilitySearchFilter filter) Instantiates a new meter accessibility search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.brand.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.brand.event with parameters of type PageModifierConstructorDescriptionMeterBrandSearchEvent(Page page, MeterBrandSearchFilter filter) Instantiates a new meter brand search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.event with parameters of type PageModifierConstructorDescriptionMeterSearchEvent(Page page, MeterSearchFilter filter) Instantiates a new meter search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.location.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.location.event with parameters of type PageModifierConstructorDescriptionMeterLocationSearchEvent(Page page, MeterLocationSearchFilter filter) Instantiates a new meter location search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.meterclass.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.meterclass.event with parameters of type PageModifierConstructorDescriptionMeterClassSearchEvent(Page page, MeterClassSearchFilter filter) Instantiates a new meter class search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.event with parameters of type PageModifierConstructorDescriptionReadingMeterTypeSearchEvent(Page page, ReadingMeterTypeSearchFilter filter) Instantiates a new reading meter type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.bl.meter.type.event
Constructors in overit.geocallapp.wfm.accounts.bl.meter.type.event with parameters of type PageModifierConstructorDescriptionMeterTypeSearchEvent(Page page, MeterTypeSearchFilter filter) Instantiates a new meter type search event. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.account
Methods in overit.geocallapp.wfm.accounts.rs1.account with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccount>> AccountService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountFilter filter) Returns the collection of all the stored accounts by calling theAccountSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.contact
Methods in overit.geocallapp.wfm.accounts.rs1.contact with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountContact>> AccountContactService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactFilter filter) Returns the collection of all the stored account contacts by calling theAccountContactSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.contacttype
Methods in overit.geocallapp.wfm.accounts.rs1.contacttype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountContactType>> AccountContactTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactTypeFilter filter) Returns the collection of all the stored account contact type by calling theContactTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.convertertype
Methods in overit.geocallapp.wfm.accounts.rs1.convertertype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOConverterType>> ConverterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOConverterTypeFilter filter) Returns the collection of all the stored converter type by calling theConverterTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.meter
Methods in overit.geocallapp.wfm.accounts.rs1.meter with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeter>> AccountMeterService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeter>> MeterService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.meteraccessibility
Methods in overit.geocallapp.wfm.accounts.rs1.meteraccessibility with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterAccessibility>> MeterAccessibilityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterAccessibilityFilter filter) Returns the collection of all the stored meter accessibilities by calling theMeterAccessibilitySearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.meterbrand
Methods in overit.geocallapp.wfm.accounts.rs1.meterbrand with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterBrand>> MeterBrandService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterBrandFilter filter) Returns the collection of all the stored meter brands by calling theMeterBrandSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.meterclass
Methods in overit.geocallapp.wfm.accounts.rs1.meterclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterClass>> MeterClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterClassFilter filter) Returns the collection of all the stored meter classes by calling theMeterClassSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.meterlocation
Methods in overit.geocallapp.wfm.accounts.rs1.meterlocation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterLocation>> MeterLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterLocationFilter filter) Returns the collection of all the stored meter locations by calling theMeterLocationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.metertype
Methods in overit.geocallapp.wfm.accounts.rs1.metertype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterType>> MeterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterTypeFilter filter) Returns the collection of all the stored meter types by calling theMeterTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.readingmetertype
Methods in overit.geocallapp.wfm.accounts.rs1.readingmetertype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOReadingMeterTypeFilter filter) Returns the collection of all the stored reading meter types by calling theReadingMeterTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.status
Methods in overit.geocallapp.wfm.accounts.rs1.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountStatus>> AccountStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAccountStatusSearchFilter filter) Retrieve the all stored account status. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.statustype
Methods in overit.geocallapp.wfm.accounts.rs1.statustype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountStatusType>> AccountStatusTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountStatusTypeSearchFilter filter) Retrieve the all stored account status types. -
Uses of Page in overit.geocallapp.wfm.accounts.rs1.type
Methods in overit.geocallapp.wfm.accounts.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountType>> AccountTypeService.getCollection(@Valid Page page, @Valid String language, Collection<String> fields, String order, @Valid DTOAccountTypeFilter filter) Retrieves all the stored account types. -
Uses of Page in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.event
Constructors in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.event with parameters of type PageModifierConstructorDescriptionConfigurationParametersSearchEvent(Page page, ConfigurationParamsFilter filter) -
Uses of Page in overit.geocallapp.wfm.assets.bl.characteristicvalue.event
Constructors in overit.geocallapp.wfm.assets.bl.characteristicvalue.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object characteristic value search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.contact.event
Constructors in overit.geocallapp.wfm.assets.bl.contact.event with parameters of type PageModifierConstructorDescriptionAssetContactSearchEvent(Page page, AssetContactSearchFilter filter) Instantiates a new asset contact search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.event
Constructors in overit.geocallapp.wfm.assets.bl.event with parameters of type PageModifierConstructorDescriptionAssetDescendantSearchEvent(Page page, AssetDescendantSearchFilter filter) Instantiates a new asset search event.AssetSearchEvent(Page page, AssetSearchFilter filter) Instantiates a new asset search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.linearassetlocation.event
Constructors in overit.geocallapp.wfm.assets.bl.linearassetlocation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new linear asset location search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.operationcenter.event
Constructors in overit.geocallapp.wfm.assets.bl.operationcenter.event with parameters of type PageModifierConstructorDescriptionInstantiates a new asset's operation center relation search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.status.event
Constructors in overit.geocallapp.wfm.assets.bl.status.event with parameters of type PageModifierConstructorDescriptionAssetStatusSearchEvent(Page page, AssetStatusSearchFilter filter) Instantiates a new technical object state search event.ValidAssetStatusSearchEvent(Page page, ValidAssetStatusSearchFilter filter) Instantiates a new valid asset status search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.status.task
Methods in overit.geocallapp.wfm.assets.bl.status.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOAssetStatus> BTValidAssetStatusSearch.getValidAssetStatus(Collection<Long> validStatusIds, Page page, PoolKit poolKit) -
Uses of Page in overit.geocallapp.wfm.assets.bl.status.type.event
Constructors in overit.geocallapp.wfm.assets.bl.status.type.event with parameters of type PageModifierConstructorDescriptionAssetStatusTypeSearchEvent(Page page, AssetStatusTypeSearchFilter filter) Instantiates a new asset status type search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.type.admittedstatus.event
Constructors in overit.geocallapp.wfm.assets.bl.type.admittedstatus.event with parameters of type PageModifierConstructorDescriptionInstantiates a new asset type admitted status search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.type.event
Constructors in overit.geocallapp.wfm.assets.bl.type.event with parameters of type PageModifierConstructorDescriptionAssetTypeSearchEvent(Page page, AssetTypeSearchFilter filter) Instantiates a new asset type search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.type.operationcenter.event
Constructors in overit.geocallapp.wfm.assets.bl.type.operationcenter.event with parameters of type PageModifierConstructorDescriptionInstantiates a new asset type operation center search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.type.template.characteristic.event
Constructors in overit.geocallapp.wfm.assets.bl.type.template.characteristic.event with parameters of type PageModifierConstructorDescriptionAssetTypeTemplateCharacteristicSearchEvent(Page page, AssetTypeTemplateCharacteristicSearchFilter filter) Instantiates a new feature facility type search event. -
Uses of Page in overit.geocallapp.wfm.assets.bl.type.template.event
Constructors in overit.geocallapp.wfm.assets.bl.type.template.event with parameters of type PageModifierConstructorDescriptionAssetTypeTemplateSearchEvent(Page page, AssetTypeTemplateSearchFilter filter) Instantiates a new asset type search event. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.asset
Methods in overit.geocallapp.wfm.assets.rs1.asset with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAsset>> AssetService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAssetFilter filter) Returns the collection of all the stored assets by calling theAssetSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetDescendant>> AssetService.getDescendant(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetDescendantFilter filter) Returns the collection of all the stored descendant assets by calling theAssetDescendantSearchEvent. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetCharacteristicValue>> AssetCharacteristicValueService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetCharacteristicValueFilter filter) -
Uses of Page in overit.geocallapp.wfm.assets.rs1.operationcenter
Methods in overit.geocallapp.wfm.assets.rs1.operationcenter with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetOperationCenter>> AssetOperationCenterService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetOperationCenterFilter filter) Returns the collection of all the storedDTOAssetOperationCenterby calling theAssetOperationCenterSearchEvent. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.status
Methods in overit.geocallapp.wfm.assets.rs1.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetStatus>> AssetStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAssetStatusSearchFilter filter) Retrieve the all stored asset status. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.statustype
Methods in overit.geocallapp.wfm.assets.rs1.statustype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetStatusType>> AssetStatusTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAssetStatusTypeSearchFilter filter) Retrieve the all stored asset status types. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.type
Methods in overit.geocallapp.wfm.assets.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetType>> AssetTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAssetTypeSearchFilter filter) Retrieve the all stored asset types. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.type.template
Methods in overit.geocallapp.wfm.assets.rs1.type.template with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetTypeTemplate>> AssetTypeTemplateService.getCollection(Long typeId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetTypeTemplateFilter filter) Retrieve the all stored asset type templates. -
Uses of Page in overit.geocallapp.wfm.assets.rs1.type.template.characteristic
Methods in overit.geocallapp.wfm.assets.rs1.type.template.characteristic with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetTypeTemplateCharacteristic>> AssetTypeTemplateCharacteristicService.getCollection(Long typeId, Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetTypeTemplateCharacteristicFilter filter) Retrieve the all stored relations from asset type template and characteristic. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.bundleRequirement.event
Constructors in overit.geocallapp.wfm.bundler.bl.bundleRequirement.event with parameters of type PageModifierConstructorDescriptionBundleRequirementSearchEvent(Page page, BundleRequirementSearchFilter filter) Instantiates a new bundle requirement search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.event with parameters of type PageModifierConstructorDescriptionInstantiates a new bundle operation ordering search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event with parameters of type PageModifierConstructorDescriptionBundlingRuleSearchEvent(Page page, BundlingRuleSearchFilter filter) Instantiates a new bundling rule search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.event with parameters of type PageModifierConstructorDescriptionBundlingRuleFilterSearchEvent(Page page, BundlingRuleFilterSearchFilter filter) Instantiates a new bundling rule filter search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.event with parameters of type PageModifierConstructorDescriptionBundlingRuleHeaderSearchEvent(Page page, BundlingRuleHeaderSearchFilter filter) Instantiates a new bundling rule search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.event
Constructors in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.event with parameters of type PageModifierConstructorDescriptionInstantiates a new bundling rule ordering search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOBundlingRuleHeader> BTBundlingRuleSearch.searchBundlingRules(Page page, BundlingRuleSearchFilter searchFilter, PoolKit pk) Searches for the neededBOBundlingRuleHeaders using the information contained into the givenBundlingRuleSearchFilter. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.criterion.event
Constructors in overit.geocallapp.wfm.bundler.bl.criterion.event with parameters of type PageModifierConstructorDescriptionBundleCriterionSearchEvent(Page page, BundleCriterionSearchFilter filter) Instantiates a new bundle criterion search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.header.event
Constructors in overit.geocallapp.wfm.bundler.bl.header.event with parameters of type PageModifierConstructorDescriptionBundleHeaderSearchEvent(Page page, BundleHeaderSearchFilter filter) Instantiates a new bundle header search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.header.status.event
Constructors in overit.geocallapp.wfm.bundler.bl.header.status.event with parameters of type PageModifierConstructorDescriptionBundleStatusSearchEvent(Page page, BundleStatusSearchFilter filter) Instantiates a new bundle header search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.operation.event
Constructors in overit.geocallapp.wfm.bundler.bl.operation.event with parameters of type PageModifierConstructorDescriptionBundleOperationSearchEvent(Page page, BundleOperationSearchFilter filter) Instantiates a new bundle operation search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.operation.status.event
Constructors in overit.geocallapp.wfm.bundler.bl.operation.status.event with parameters of type PageModifierConstructorDescriptionInstantiates a new bundle operation status search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.skill.event
Constructors in overit.geocallapp.wfm.bundler.bl.skill.event with parameters of type PageModifierConstructorDescriptionBundleSkillSearchEvent(Page page, BundleSkillSearchFilter filter) Instantiates a new bundle skill search event. -
Uses of Page in overit.geocallapp.wfm.bundler.bl.skilldivision.event
Constructors in overit.geocallapp.wfm.bundler.bl.skilldivision.event with parameters of type PageModifierConstructorDescriptionInstantiates a new bundle skill division search event. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.bundle
Methods in overit.geocallapp.wfm.bundler.rs1.bundle with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundle>> BundleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleFilter filter) Returns the collection of all the stored bundles by calling theBundleHeaderSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.bundlingrule
Methods in overit.geocallapp.wfm.bundler.rs1.bundlingrule with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundlingRule>> BundlingRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundlingRuleFilter filter) Returns the collection of all the stored bundling rules by calling theBundlingRuleHeaderSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.operation
Methods in overit.geocallapp.wfm.bundler.rs1.operation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperation>> BundleOperationService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationFilter filter) Returns the collection of all the stored bundles operations by calling theBundleOperationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.operation.ordering
Methods in overit.geocallapp.wfm.bundler.rs1.operation.ordering with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationOrdering>> BundleOperationOrderingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationOrderingFilter filter) Returns the collection of all the stored bundles operation orderings by calling theBundleOperationOrderingSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.operation.status
Methods in overit.geocallapp.wfm.bundler.rs1.operation.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationStatus>> BundleOperationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationStatusFilter filter) Returns the collection of all the stored bundle operation status by calling theBundleOperationStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.skill
Methods in overit.geocallapp.wfm.bundler.rs1.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleSkill>> BundleSkillService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillFilter filter) Returns the collection of all the stored bundles skills by calling theBundleSkillSearchEvent. -
Uses of Page in overit.geocallapp.wfm.bundler.rs1.skilldivision
Methods in overit.geocallapp.wfm.bundler.rs1.skilldivision with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleSkillDivision>> BundleSkillDivisionService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillDivisionFilter filter) Returns the collection of all the stored bundles skill divisions by calling theBundleSkillDivisionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.availability.type.event
Constructors in overit.geocallapp.wfm.calendars.bl.availability.type.event with parameters of type PageModifierConstructorDescriptionAvailabilityTypeSearchEvent(Page page, AvailabilityTypeSearchFilter filter) Instantiates a new availability type search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.event with parameters of type PageModifierConstructorDescriptionWorkShiftSearchEvent(Page page, WorkShiftSearchFilter filter) Instantiates a new work shift search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.event with parameters of type PageModifierConstructorDescriptionWorkShiftExceptionSearchEvent(Page page, WorkShiftExceptionSearchFilter filter) Instantiates a new work shift exception search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception class search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception class type search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception impact search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception management search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception type search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.type.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.type.event with parameters of type PageModifierConstructorDescriptionWorkShiftTypeSearchEvent(Page page, WorkShiftTypeSearchFilter filter) Instantiates a new work shift type search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.event with parameters of type PageModifierConstructorDescriptionWorkShiftTypeClassSearchEvent(Page page, WorkShiftTypeClassSearchFilter filter) Instantiates a new work shift type class search event. -
Uses of Page in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event
Constructors in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work shift exception work shift search event. -
Uses of Page in overit.geocallapp.wfm.calendars.integration
Methods in overit.geocallapp.wfm.calendars.integration with parameters of type PageModifier and TypeMethodDescriptionCalendarEventProvider.searchWorkShift(Page page, WorkShiftSearchFilter workShiftSearchFilter) Launch the work shift search eventCalendarProvider.searchWorkShift(Page page, WorkShiftSearchFilter workShiftSearchFilter) CalendarEventProvider.searchWorkShiftExceptions(Page page, WorkShiftExceptionSearchFilter filter) CalendarProvider.searchWorkShiftExceptions(Page page, WorkShiftExceptionSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.availabilitytypes
Methods in overit.geocallapp.wfm.calendars.rs1.availabilitytypes with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAvailabilityType>> AvailabilityTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAvailabilityTypeFilter filter) Returns the collection of all the stored availability types by calling theAvailabilityTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshift
Methods in overit.geocallapp.wfm.calendars.rs1.workshift with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShift>> WorkShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftFilter filter) Returns the collection of all the stored work shifts by calling theWorkShiftSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftException>> WorkShiftExceptionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionFilter filter) Returns the collection of all the stored work shift exceptions by calling theWorkShiftExceptionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionClass>> WorkShiftExceptionClassService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOWorkShiftExceptionClassFilter filter) Returns the collection of all the stored work shift exception classes by calling theWorkShiftExceptionClassSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionClassType>> WorkShiftExceptionClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionClassTypeFilter filter) Returns the collection of all the stored work shift exception class types by calling theWorkShiftExceptionClassTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionImpact>> WorkShiftExceptionImpactService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionImpactFilter filter) Returns the collection of all the stored work shift exception impacts by calling theWorkShiftExceptionImpactSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionManagement>> WorkShiftExceptionManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionManagementFilter filter) Returns the collection of all the stored work shift exception managements by calling theWorkShiftExceptionManagementSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionType>> WorkShiftExceptionTypeService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOWorkShiftExceptionTypeFilter filter) Returns the collection of all the stored work shift exception types by calling theWorkShiftExceptionTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.calendars.rs1.workshifttype
Methods in overit.geocallapp.wfm.calendars.rs1.workshifttype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftType>> WorkShiftTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftTypeFilter filter) Returns the collection of all the stored work shift types by calling theWorkShiftTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.catalogs.bl.catalogcode.event
Constructors in overit.geocallapp.wfm.catalogs.bl.catalogcode.event with parameters of type PageModifierConstructorDescriptionCatalogCodeSearchEvent(Page page, CatalogCodeSearchFilter filter) Instantiates a new catalog code search event. -
Uses of Page in overit.geocallapp.wfm.catalogs.bl.cataloggroup.event
Constructors in overit.geocallapp.wfm.catalogs.bl.cataloggroup.event with parameters of type PageModifierConstructorDescriptionCatalogGroupSearchEvent(Page page, CatalogGroupSearchFilter filter) Instantiates a new catalog group search event. -
Uses of Page in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.event
Constructors in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new catalog group entity type search event. -
Uses of Page in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.event
Constructors in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.event with parameters of type PageModifierConstructorDescriptionCatalogGroupTypeSearchEvent(Page page, CatalogGroupTypeSearchFilter filter) Instantiates a new catalog group type search event. -
Uses of Page in overit.geocallapp.wfm.catalogs.rs1.catalogcode
Methods in overit.geocallapp.wfm.catalogs.rs1.catalogcode with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCatalogCode>> CatalogCodeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogCodeFilter filter) Returns the collection of all the stored catalog codes by calling theCatalogCodeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.catalogs.rs1.cataloggroup
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroup with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroup>> CatalogGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogGroupFilter filter) Returns the collection of all the stored catalog groups by calling theCatalogGroupSearchEvent. -
Uses of Page in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroupEntityType>> CatalogGroupEntityTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogGroupEntityTypeFilter filter) Returns the collection of all the stored catalog group entity types by calling theCatalogGroupEntityTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroupType>> CatalogGroupTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOCatalogGroupTypeFilter filter) Returns the collection of all the stored catalog group types by calling theCatalogGroupTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.cee.rs1.customer
Methods in overit.geocallapp.wfm.cee.rs1.customer with parameters of type PageModifier and TypeMethodDescriptionCustomerApi.getCustomers(Page page, DTOCustomerSearchFilter filter) It allows to search (filtered) customers. -
Uses of Page in overit.geocallapp.wfm.cee.rs1.intervention
Methods in overit.geocallapp.wfm.cee.rs1.intervention with parameters of type PageModifier and TypeMethodDescriptionInterventionApi.getCustomerNotes(Long id, Page page, DTOCustomerNoteSearchFilter filter) It allows to search (filtered) customer notes.InterventionApi.getIntervention(Page page, DTOInterventionSearchFilter filter) It allows to search (filtered) interventions.InterventionApi.getSurveys(Page page, DTOSurveySearchFilter filter) It allows to search surveys filtered by intervention ids. -
Uses of Page in overit.geocallapp.wfm.cee.rs1.survey
Methods in overit.geocallapp.wfm.cee.rs1.survey with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.characteristicclass.event
Constructors in overit.geocallapp.wfm.characteristics.bl.characteristicclass.event with parameters of type PageModifierConstructorDescriptionInstantiates a new characteristic class search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.event
Constructors in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new characteristic class type search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.event
Constructors in overit.geocallapp.wfm.characteristics.bl.event with parameters of type PageModifierConstructorDescriptionCharacteristicSearchEvent(Page page, CharacteristicSearchFilter filter) Instantiates a new characteristic search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.usage.event
Constructors in overit.geocallapp.wfm.characteristics.bl.usage.event with parameters of type PageModifierConstructorDescriptionInstantiates a new characteristic usages search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.valuedomain.event
Constructors in overit.geocallapp.wfm.characteristics.bl.valuedomain.event with parameters of type PageModifierConstructorDescriptionValueDomainSearchEvent(Page page, ValueDomainSearchFilter filter) Instantiates a new value domain search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.event
Constructors in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.event with parameters of type PageModifierConstructorDescriptionValueDomainItemSearchEvent(Page page, ValueDomainItemSearchFilter filter) Instantiates a new characteristic value domain item search event. -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.characteristic
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristic with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCharacteristic>> CharacteristicService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid String language, @Valid DTOCharacteristicFilter filter) Returns the collection of all the stored characteristics by calling theCharacteristicSearchEvent. -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.characteristicclass
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClass>> CharacteristicClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid String language, @Valid DTOCharacteristicClassFilter filter) -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClassType>> CharacteristicClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCharacteristicClassTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.usage
Methods in overit.geocallapp.wfm.characteristics.rs1.usage with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOUsage>> UsageService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOUsageFilter filter) -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.valuedomain
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomain with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOValueDomain>> ValueDomainService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainFilter filter) -
Uses of Page in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOValueDomainItem>> ValueDomainItemService.getCollection(Long valueDomainId, @Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainItemFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.base.datatype.event
Constructors in overit.geocallapp.wfm.core.bl.base.datatype.event with parameters of type PageModifierConstructorDescriptionDataTypeSearchEvent(Page page, DataTypeSearchFilter filter) Instantiates a new data type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.externalsystem.event
Constructors in overit.geocallapp.wfm.core.bl.base.externalsystem.event with parameters of type PageModifierConstructorDescriptionExternalSystemSearchEvent(Page page, ExternalSystemSearchFilter filter) Instantiates a new external system search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.measureunit.event
Constructors in overit.geocallapp.wfm.core.bl.base.measureunit.event with parameters of type PageModifierConstructorDescriptionMeasureUnitSearchEvent(Page page, MeasureUnitSearchFilter filter) Instantiates a new measure unit search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.ocgroups.event
Constructors in overit.geocallapp.wfm.core.bl.base.ocgroups.event with parameters of type PageModifierConstructorDescriptionOCGroupSearchEvent(Page page, OCGroupSearchFilter filter) Instantiates a new operation center's groups search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.operationcenter.address.event
Constructors in overit.geocallapp.wfm.core.bl.base.operationcenter.address.event with parameters of type PageModifierConstructorDescriptionInstantiates a new operation center address search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.operationcenter.event
Constructors in overit.geocallapp.wfm.core.bl.base.operationcenter.event with parameters of type PageModifierConstructorDescriptionOperationCenterSearchEvent(Page page, OperationCenterSearchFilter filter) Instantiates a new operation center search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.event
Constructors in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.bl.base.structure.event
Constructors in overit.geocallapp.wfm.core.bl.base.structure.event with parameters of type PageModifierConstructorDescriptionStructureSearchEvent(Page page, StructureSearchFilter filter) Instantiates a new structure search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.event
Constructors in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.event with parameters of type PageModifierConstructorDescriptionInstantiates a new structure validity period search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.teamcardinality.event
Constructors in overit.geocallapp.wfm.core.bl.base.teamcardinality.event with parameters of type PageModifierConstructorDescriptionTeamCardinalitySearchEvent(Page page, TeamCardinalitySearchFilter filter) Instantiates a new team cardinality search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.base.workcenter.event
Constructors in overit.geocallapp.wfm.core.bl.base.workcenter.event with parameters of type PageModifierConstructorDescriptionWorkCenterSearchEvent(Page page, WorkCenterSearchFilter filter) Instantiates a new work center search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.bundler.event
Constructors in overit.geocallapp.wfm.core.bl.bundler.event with parameters of type PageModifierConstructorDescriptionBundleSearchEvent(Page page, BundleSearchFilter filter) Instantiates a new bundle search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.bundler.operation.event
Constructors in overit.geocallapp.wfm.core.bl.bundler.operation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new bundle operation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.common
Fields in overit.geocallapp.wfm.core.bl.common declared as PageModifier and TypeFieldDescriptionSearchEvent.pageDeprecated, for removal: This API element is subject to removal in a future version.Methods in overit.geocallapp.wfm.core.bl.common that return PageModifier and TypeMethodDescriptionSearchEvent.getPage()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in overit.geocallapp.wfm.core.bl.common with parameters of type PageModifierConstructorDescriptionSearchEvent(Page page, F filter) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object.SearchEvent(Page page, F filter, Order order) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new search event for<R>object. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.address.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.address.event with parameters of type PageModifierConstructorDescriptionCrewShellAddressSearchEvent(Page page, CrewShellAddressSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOCrewShellAddressobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.event with parameters of type PageModifierConstructorDescriptionAllocateTechnicianSearchEvent(Page page, AllocateTechnicianSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOSchedulingUserobjects having at least oneBOCrewShellobject's missing skill. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.event with parameters of type PageModifierConstructorDescriptionInstantiates a newSearchEventobject in order to search all the storedBOCrewShellDraftCompositionobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.composition.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.composition.event with parameters of type PageModifierConstructorDescriptionCrewShellMemberSearchEvent(Page page, CrewShellMemberSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.event with parameters of type PageModifierConstructorDescriptionInstantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionMismatchobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.configuration.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.configuration.event with parameters of type PageModifierConstructorDescriptionInstantiates a newSearchEventobject in order to search all the storedBOCrewShellConfigurationobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.event with parameters of type PageModifierConstructorDescriptionInstantiates a newSearchEventobject in order to search all the storedBOCrewShellOperationCenterobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.event with parameters of type PageModifierConstructorDescriptionCrewShellDailyPlanSearchEvent(Page page, CrewShellDailyPlanSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOCrewShellDailyPlan> BTCrewShellDailyPlanSearch.search(Map<String, Object> filters, CrewShellDailyPlanSearchFilter values, Page page, PoolKit poolKit) -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.skill.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.skill.event with parameters of type PageModifierConstructorDescriptionCrewShellSkillSearchEvent(Page page, CrewShellSkillSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOCrewShellSkillobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.crewshell.user.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.user.event with parameters of type PageModifierConstructorDescriptionCrewShellUserSearchEvent(Page page, CrewShellUserSearchFilter filter) Instantiates a new crew shell user search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event
Constructors in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event with parameters of type PageModifierConstructorDescriptionCriticalActivityDetectProcessSearchEvent(Page page, CriticalActivityDetectProcessSearchFilter filter) Instantiates a new critical activity detect process search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.criticalactivity.event
Constructors in overit.geocallapp.wfm.core.bl.criticalactivity.event with parameters of type PageModifierConstructorDescriptionCriticalActivitySearchEvent(Page page, CriticalActivitySearchFilter filter) Instantiates a new Critical Activity search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.event
Constructors in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.event with parameters of type PageModifierConstructorDescriptionCriticalActivityRuleCriterionSearchEvent(Page page, CriticalActivityRuleCriterionSearchFilter filter) Instantiates a new Critical Activity Rule Criterion search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.event
Constructors in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.event with parameters of type PageModifierConstructorDescriptionInstantiates a new Critical Activity Rule Criterion search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.event
Constructors in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.event with parameters of type PageModifierConstructorDescriptionInstantiates a new Critical Activity Rule WO Filter search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.event with parameters of type PageModifierConstructorDescriptionDataCollectionSheetConversionSearchEvent(Page page, DataCollectionSheetConversionSearchFilter filter) Instantiates a new search event forBODataCollectionSheetConversionobject. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset with parameters of type PageModifier and TypeMethodDescriptionDataCollectionSheetConverterSubsetDataRetriever.searchSheetToConvert(PoolKit poolKit, Page page) Search the subset of the sheet to convert. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.event with parameters of type PageModifierConstructorDescriptionDataCollectionSheetConversionSubsetSearchEvent(Page page, DataCollectionSheetConversionSubsetSearchFilter filter) Instantiates a new search event forBODataCollectionSheetConversionSubsetobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.event with parameters of type PageModifierConstructorDescriptionDataCollectionTableNodeConversionSearchEvent(Page page, DataCollectionTableNodeConversionSearchFilter filter) Instantiates a new search event for<R>object. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateConversionSearchEvent(Page page, DataCollectionTemplateConversionSearchFilter filter) Instantiates a new search event for<R>object. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset with parameters of type PageModifier and TypeMethodDescriptionDataCollectionTemplateConverterSubsetDataRetriever.searchTemplateToConvert(PoolKit poolKit, Page page) Search the subset of the templates to convert. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateConversionSubsetSearchEvent(Page page, DataCollectionTemplateConversionSubsetSearchFilter filter) Instantiates a new search event forBODataCollectionTemplateConversionSubsetobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateVersionConversionSearchEvent(Page page, BODataCollectionTemplateVersionConversion filter) Instantiates a new search event forBODataCollectionTemplateVersionConversionobject. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.event with parameters of type PageModifierConstructorDescriptionDataCollectionOutcomeReasonConversionSearchEvent(Page page, DataCollectionOutcomeReasonConversionSearchFilter filter) Instantiates a new search event for<R>object. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.event with parameters of type PageModifierConstructorDescriptionDataCollectionWorkCycleConversionSearchEvent(Page page, DataCollectionWorkCycleConversionSearchFilter filter) Instantiates a new search event forBODataCollectionWorkCycleConversionobject. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateTypeConversionSearchEvent(Page page, DataCollectionTemplateTypeConversionSearchFilter filter) Instantiates a new search event for<R>object. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.sheet.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.sheet.event with parameters of type PageModifierConstructorDescriptionWrites thePageResponseof searchedBODataCollectionSheetinto the event journal. -
Uses of Page in overit.geocallapp.wfm.core.bl.datacollection.template.event
Constructors in overit.geocallapp.wfm.core.bl.datacollection.template.event with parameters of type PageModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Instantiates a new data collection template header search event.DataCollectionTemplateStructureReleaseSearchEvent(Page page, DataCollectionTemplateStructureReleaseSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new data collection template structure release search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.facilitytype.event
Constructors in overit.geocallapp.wfm.core.bl.features.facilitytype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new feature facility type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.feature.event
Constructors in overit.geocallapp.wfm.core.bl.features.feature.event with parameters of type PageModifierConstructorDescriptionFeatureSearchEvent(Page page, FeatureSearchFilter filter) Instantiates a new feature search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.featureclass.event
Constructors in overit.geocallapp.wfm.core.bl.features.featureclass.event with parameters of type PageModifierConstructorDescriptionFeatureClassSearchEvent(Page page, FeatureClassSearchFilter filter) Instantiates a new feature class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.featureclasstype.event
Constructors in overit.geocallapp.wfm.core.bl.features.featureclasstype.event with parameters of type PageModifierConstructorDescriptionFeatureClassTypeSearchEvent(Page page, FeatureClassTypeSearchFilter filter) Instantiates a new feature class type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.usage.event
Constructors in overit.geocallapp.wfm.core.bl.features.usage.event with parameters of type PageModifierConstructorDescriptionFeatureUsageSearchEvent(Page page, FeatureUsageSearchFilter filter) Instantiates a new feature usages search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.valuedomain.event
Constructors in overit.geocallapp.wfm.core.bl.features.valuedomain.event with parameters of type PageModifierConstructorDescriptionFeatureValueDomainSearchEvent(Page page, FeatureValueDomainSearchFilter filter) Instantiates a new feature value domain search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.features.valuedomainitem.event
Constructors in overit.geocallapp.wfm.core.bl.features.valuedomainitem.event with parameters of type PageModifierConstructorDescriptionInstantiates a new feature value domain item search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.gis.offline.event
Constructors in overit.geocallapp.wfm.core.bl.gis.offline.event with parameters of type PageModifierConstructorDescriptionGisOfflinePackageSearchEvent(Page page, GisOfflinePackageSearchFilter filter) Instantiates a new gis offline package search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.event
Constructors in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.event with parameters of type PageModifierConstructorDescriptionGisLayerTypeSearchEvent(Page page, GisLayerTypeSearchFilter filter) Instantiates a new GIS offline package search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.gis.offline.type.event
Constructors in overit.geocallapp.wfm.core.bl.gis.offline.type.event with parameters of type PageModifierConstructorDescriptionGisFileTypeSearchEvent(Page page, GisFileTypeSearchFilter filter) Instantiates a new GIS offline package search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.gis.rule.event
Constructors in overit.geocallapp.wfm.core.bl.gis.rule.event with parameters of type PageModifierConstructorDescriptionGisVisibilityRuleSearchEvent(Page page, GisVisibilityRuleSearchFilter filter) Instantiates a new gis visibility rule search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.loan.event
Constructors in overit.geocallapp.wfm.core.bl.loan.event with parameters of type PageModifierConstructorDescriptionResourceLoanSearchEvent(Page page, ResourceLoanSearchFilter filter) Instantiates a new resource loan search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.address.event
Constructors in overit.geocallapp.wfm.core.bl.location.address.event with parameters of type PageModifierConstructorDescriptionAddressSearchEvent(Page page, AddressSearchFilter filter) Instantiates a new address search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.address.type.event
Constructors in overit.geocallapp.wfm.core.bl.location.address.type.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.location.district.event
Constructors in overit.geocallapp.wfm.core.bl.location.district.event with parameters of type PageModifierConstructorDescriptionDistrictSearchEvent(Page page, DistrictSearchFilter filter) Instantiates a new district search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.geocoding.state.event
Constructors in overit.geocallapp.wfm.core.bl.location.geocoding.state.event with parameters of type PageModifierConstructorDescriptionGeocodingStateSearchEvent(Page page, GeocodingStateSearchFilter filter) Instantiates a new geocoding state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.geocoding.type.event
Constructors in overit.geocallapp.wfm.core.bl.location.geocoding.type.event with parameters of type PageModifierConstructorDescriptionGeocodingTypeSearchEvent(Page page, GeocodingTypeSearchFilter filter) Instantiates a new geocoding type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.event
Constructors in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.event with parameters of type PageModifierConstructorDescriptionInstantiates a new scheduling area microcluster search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.municipality.event
Constructors in overit.geocallapp.wfm.core.bl.location.municipality.event with parameters of type PageModifierConstructorDescriptionMunicipalitySearchEvent(Page page, MunicipalitySearchFilter filter) Instantiates a new municipality search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.nation.event
Constructors in overit.geocallapp.wfm.core.bl.location.nation.event with parameters of type PageModifierConstructorDescriptionNationSearchEvent(Page page, NationSearchFilter filter) Instantiates a new nation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.location.region.event
Constructors in overit.geocallapp.wfm.core.bl.location.region.event with parameters of type PageModifierConstructorDescriptionRegionSearchEvent(Page page, RegionSearchFilter filter) Instantiates a new region search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.log.detail.event
Constructors in overit.geocallapp.wfm.core.bl.log.detail.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.log.master.event
Constructors in overit.geocallapp.wfm.core.bl.log.master.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.log.processinglog.event
Constructors in overit.geocallapp.wfm.core.bl.log.processinglog.event with parameters of type PageModifierConstructorDescriptionLogProcessingSearchEvent(Page page, LogProcessingSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.log.state.event
Constructors in overit.geocallapp.wfm.core.bl.log.state.event with parameters of type PageModifierConstructorDescriptionImportExportStateSearchEvent(Page page, ImportExportStateSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.material.event
Constructors in overit.geocallapp.wfm.core.bl.material.event with parameters of type PageModifierConstructorDescriptionMaterialSearchEvent(Page page, MaterialSearchFilter filter) Instantiates a new material search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.goodsgroup.event
Constructors in overit.geocallapp.wfm.core.bl.material.goodsgroup.event with parameters of type PageModifierConstructorDescriptionGoodsGroupSearchEvent(Page page, GoodsGroupSearchFilter filter) Instantiates a new goods group search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.history.event
Constructors in overit.geocallapp.wfm.core.bl.material.history.event with parameters of type PageModifierConstructorDescriptionMaterialHistorySearchEvent(Page page, MaterialHistorySearchFilter filter) Instantiates a new material history search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.itemtype.event
Constructors in overit.geocallapp.wfm.core.bl.material.itemtype.event with parameters of type PageModifierConstructorDescriptionMaterialItemTypeSearchEvent(Page page, MaterialItemTypeSearchFilter filter) Instantiates a new material item type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.managementtype.event
Constructors in overit.geocallapp.wfm.core.bl.material.managementtype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new material management type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.materialclass.event
Constructors in overit.geocallapp.wfm.core.bl.material.materialclass.event with parameters of type PageModifierConstructorDescriptionMaterialClassSearchEvent(Page page, MaterialClassSearchFilter filter) Instantiates a new material class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.serialized.accounted.event
Constructors in overit.geocallapp.wfm.core.bl.material.serialized.accounted.event with parameters of type PageModifierConstructorDescriptionInstantiates a new accounted serialized material search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.serialized.event
Constructors in overit.geocallapp.wfm.core.bl.material.serialized.event with parameters of type PageModifierConstructorDescriptionSerializedMaterialSearchEvent(Page page, SerializedMaterialSearchFilter filter) Instantiates a new serialized material search event.SerializedMaterialWithAccountSearchEvent(Page page, SerializedMaterialWithAccountSearchFilter filter) Instantiates a new serialized material with account search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.serialized.history.event
Constructors in overit.geocallapp.wfm.core.bl.material.serialized.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new serialized material history search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.serialized.model.event
Constructors in overit.geocallapp.wfm.core.bl.material.serialized.model.event with parameters of type PageModifierConstructorDescriptionInstantiates a new serialized material model search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.material.type.event
Constructors in overit.geocallapp.wfm.core.bl.material.type.event with parameters of type PageModifierConstructorDescriptionMaterialTypeSearchEvent(Page page, MaterialTypeSearchFilter filter) Instantiates a new material type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multimedia.mediafile.event
Constructors in overit.geocallapp.wfm.core.bl.multimedia.mediafile.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage dependency type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.common.management.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.common.management.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage management search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.configuration.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.configuration.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage configuration search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.group.dependency.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.group.dependency.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage group dependency search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.group.header.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.group.header.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage group header search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage origin type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.group.header.state.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.group.header.state.event with parameters of type PageModifierConstructorDescriptionMultistageStateSearchEvent(Page page, MultistageStateSearchFilter filter) Instantiates a new multistage state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.group.operation.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.group.operation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage group operation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.violation.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.violation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage header and message search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.multistage.violation.type.event
Constructors in overit.geocallapp.wfm.core.bl.multistage.violation.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new multistage violation type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.notification.event
Constructors in overit.geocallapp.wfm.core.bl.notification.event with parameters of type PageModifierConstructorDescriptionNotifiableUserSearchEvent(Page page, NotifiableUserSearchFilter filter) Instantiates a new notifiable user search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.type.event
Constructors in overit.geocallapp.wfm.core.bl.permits.type.event with parameters of type PageModifierConstructorDescriptionPermitTypeSearchEvent(Page page, PermitTypeSearchFilter filter) Instantiates a new permit type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.event
Constructors in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.type.task
Methods in overit.geocallapp.wfm.core.bl.permits.type.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOPermitType> BTPermitTypeSearch.searchPermitType(Page page, PermitTypeSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the information contained into the givenPermitTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workcycle.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workcycle.event with parameters of type PageModifierConstructorDescriptionWorkCyclePermitsSearchEvent(Page page, WorkCyclePermitsSearchFilter input) Instantiates a new Work Cycle Permits search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.event with parameters of type PageModifierConstructorDescriptionInstantiates a new s Work Cycle Permit Type Relation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOWorkCyclePermitTypeRel> BTWorkCyclePermitTypeRelSearch.searchWorkCyclePermitTypeRel(Page page, WorkCyclePermitTypeRelSearchFilter searchFilter, PoolKit pk) Searches for the needed WorkCyclePermitTypeRel using the information contained into the givenWorkCyclePermitTypeRelSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.event with parameters of type PageModifierConstructorDescriptionWorkCycleStructurePermitTypeRelSearchEvent(Page page, WorkCycleStructurePermitTypeRelSearchFilter filter) Instantiates a new s Work Cycle Structure Permit Type Relation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOWorkCycleStructurePermitTypeRel> BTWorkCycleStructurePermitTypeRelSearch.searchWorkCycleStructurePermitTypeRel(Page page, WorkCycleStructurePermitTypeRelSearchFilter searchFilter, PoolKit pk) Searches for the needed WorkCycleStructurePermitTypeRel using the information contained into the givenWorkCycleStructurePermitTypeRelSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workorder.event with parameters of type PageModifierConstructorDescriptionPermitsSearchEvent(Page page, PermitSearchFilter input) Instantiates a new Permits search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.event with parameters of type PageModifierConstructorDescriptionPermitObtainedSearchEvent(Page page, PermitObtainedSearchFilter filter) Instantiates a new search event forBOPermitObtainedobject. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOPermitObtainedHistory> BTPermitObtainedHistorySearch.searchPermitObtained(Page page, PermitObtainedHistorySearchFilter searchFilter, PoolKit pk) Searches for the needed permit obtained using the information contained into the givenPermitObtainedHistorySearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOPermitObtained> BTPermitObtainedSearch.searchPermitObtained(Page page, PermitObtainedSearchFilter searchFilter, PoolKit pk) Searches for the needed permit obtained using the information contained into the givenPermitObtainedSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.required.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workorder.required.event with parameters of type PageModifierConstructorDescriptionPermitRequiredSearchEvent(Page page, PermitRequiredSearchFilter filter) Instantiates a new search event forBOPermitRequiredobject. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.event
Constructors in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new permit required history search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.permits.workorder.required.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.required.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOPermitRequired> BTPermitRequiredSearch.searchPermitRequired(Page page, PermitRequiredSearchFilter searchFilter, PoolKit pk) Searches for the needed permit required using the information contained into the givenPermitRequiredSearchEvent -
Uses of Page 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 PageModifierConstructorDescriptionDailyPlanOrderConfigurationDetailSearchEvent(Page page, DailyPlanOrderConfigurationDetailSearchFilter filter) Constructor forDailyPlanOrderConfigurationDetailSearchEventDailyPlanOrderConfigurationDetailSearchEvent(Page page, DailyPlanOrderConfigurationDetailSearchFilter filter, Order order) Constructor forDailyPlanOrderConfigurationDetailSearchEvent -
Uses of Page 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 PageModifierConstructorDescriptionDailyPlanOrderConfigurationHeaderSearchEvent(Page page, DailyPlanOrderConfigurationHeaderSearchFilter filter) Constructor forDailyPlanOrderConfigurationHeaderSearchEventDailyPlanOrderConfigurationHeaderSearchEvent(Page page, DailyPlanOrderConfigurationHeaderSearchFilter filter, Order order) Constructor forDailyPlanOrderConfigurationHeaderSearchEvent -
Uses of Page 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 PageModifierConstructorDescriptionInstantiates a new tooltip configuration search event.TooltipConfigurationSearchEvent(Page page, TooltipConfigurationSearchFilter filter, Order order) Instantiates a new tooltip configuration search event. -
Uses of Page 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 PageModifierConstructorDescriptionInstantiates a new tooltip configuration rule search event.TooltipConfigurationRuleSearchEvent(Page page, TooltipConfigurationRuleSearchFilter filter, Order order) Instantiates a new tooltip configuration rule search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.event with parameters of type PageModifierConstructorDescriptionAgendaHistorySearchEvent(Page page, AgendaHistorySearchFilter filter) Instantiates a new scheduling proposals search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.event with parameters of type PageModifierConstructorDescriptionAgendaResourceSearchEvent(Page page, AgendaResourceSearchFilter filter) Instantiates a new agenda resource search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.event with parameters of type PageModifierConstructorDescriptionAgendaStateSearchEvent(Page page, AgendaStateSearchFilter filter) Instantiates a new agenda state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.event with parameters of type PageModifierConstructorDescriptionAgendaTeamResourceSearchEvent(Page page, AgendaTeamResourceSearchFilter filter) Instantiates a new agenda search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.event with parameters of type PageModifierConstructorDescriptionAppointmentSearchEvent(Page page, AppointmentSearchFilter filter) Instantiates a new appointment search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.event with parameters of type PageModifierConstructorDescriptionAppointmentStateSearchEvent(Page page, AppointmentStateSearchFilter filter) Instantiates a new appointment state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.event with parameters of type PageModifierConstructorDescriptionInterventionSearchEvent(Page page, InterventionSearchFilter filter) Instantiates a new intervention state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.event with parameters of type PageModifierConstructorDescriptionAgendaMaterialSearchEvent(Page page, AgendaMaterialSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.event with parameters of type PageModifierConstructorDescriptionAccessoryDataSearchEvent(Page page, AccessoryDataSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.event with parameters of type PageModifierConstructorDescriptionInstantiates a new encoded note search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.event with parameters of type PageModifierConstructorDescriptionOutcomeReasonSearchEvent(Page page, OutcomeReasonSearchFilter filter) Instantiates a new outcome reason search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.event with parameters of type PageModifierConstructorDescriptionOutcomeClassSearchEvent(Page page, OutcomeClassSearchFilter filter) Instantiates a new outcome class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.event with parameters of type PageModifierConstructorDescriptionOutcomeReasonTypeSearchEvent(Page page, OutcomeReasonTypeSearchFilter filter) Instantiates a new outcome reason type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.event with parameters of type PageModifierConstructorDescriptionOutcomeTypeSearchEvent(Page page, OutcomeTypeSearchFilter filter) Instantiates a new outcome type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.event with parameters of type PageModifierConstructorDescriptionInstantiates a new outcome validation state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.event with parameters of type PageModifierConstructorDescriptionSchedulingStateSearchEvent(Page page, SchedulingStateSearchFilter filter) Instantiates a new scheduling state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.intervention.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.task with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.resourcerole.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.resourcerole.event with parameters of type PageModifierConstructorDescriptionResourceRoleSearchEvent(Page page, ResourceRoleSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOResourceRoleobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.role.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.role.event with parameters of type PageModifierConstructorDescriptionRoleResourceSearchEvent(Page page, RoleResourceSearchFilter filter) RoleSearchEvent(Page page, RoleSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBORoleobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.role.task
Methods in overit.geocallapp.wfm.core.bl.schedule.role.task with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.event with parameters of type PageModifierConstructorDescriptionClockingSearchEvent(Page page, ClockingSearchFilter filter) Instantiates a new clocking search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.event with parameters of type PageModifierConstructorDescriptionSchedulingResourceSearchEvent(Page page, SchedulingResourceSearchFilter filter) Instantiates a new scheduling resource search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.event with parameters of type PageModifierConstructorDescriptionOperationCenterResourceAddressSearchEvent(Page page, OperationCenterResourceAddressSearchFilter filter) Instantiates a new operation center resource address search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.event with parameters of type PageModifierConstructorDescriptionResourceAddressSearchEvent(Page page, ResourceAddressSearchFilter filter) Instantiates a new resource address search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOResourceAddress> BTResourceAddressSearch.buildResponseWithAddress(DBView dbv, Page page, PoolKit poolKit) Builds the paginated address data. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOSchedulingUser> BTSchedulingResourceSearch.searchSchedulingResources(Page page, SchedulingResourceSearchFilter filter, PoolKit pk) Searches scheduling resources. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.event with parameters of type PageModifierConstructorDescriptionSchedulingUserSearchEvent(Page page, SchedulingUserSearchFilter filter) Instantiates a new scheduling user search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new scheduling resource type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationAccountedMaterialDetailSearchEvent(Page page, WorkOrderOperationAccountedMaterialDetailSearchFilter filter) WorkOrderOperationAccountedMaterialSearchEvent(Page page, WorkOrderOperationAccountedMaterialSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new scheduling creation proposal search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOSchedulingCreationProposal> BTSchedulingCreationProposalSearch.searchSchedulingProposal(Page page, SchedulingCreationProposalSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the informations contained into the givenSchedulingProposalSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new scheduling proposals detail search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.event with parameters of type PageModifierConstructorDescriptionSchedulingProposalSearchEvent(Page page, SchedulingProposalSearchFilter filter) Instantiates a new scheduling proposals search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.event with parameters of type PageModifierConstructorDescriptionInstantiates a new Scheduling Removal Proposal search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.state.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new Scheduling Proposal State search event -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOSchedulingProposal> BTSchedulingProposalSearch.searchSchedulingProposal(Page page, SchedulingProposalSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the information contained into the givenSchedulingProposalSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.bl.schedulingproposal.type.event
Constructors in overit.geocallapp.wfm.core.bl.schedulingproposal.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new SchedulingProposalType search event -
Uses of Page in overit.geocallapp.wfm.core.bl.team.event
Constructors in overit.geocallapp.wfm.core.bl.team.event with parameters of type PageModifierConstructorDescriptionWorkingTeamSearchEvent(Page page, WorkingTeamSearchFilter filter) Instantiates a new working team search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.team.resource.event
Constructors in overit.geocallapp.wfm.core.bl.team.resource.event with parameters of type PageModifierConstructorDescriptionTeamShiftResourceSearchEvent(Page page, TeamShiftResourceSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOTeamShiftResourceobjects. -
Uses of Page in overit.geocallapp.wfm.core.bl.team.shift.event
Constructors in overit.geocallapp.wfm.core.bl.team.shift.event with parameters of type PageModifierConstructorDescriptionInstantiates a new crew shell user search event.TeamShiftSearchEvent(Page page, TeamShiftSearchFilter filter) Instantiates a new team shift search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.contact.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.contact.event with parameters of type PageModifierConstructorDescriptionContactSearchEvent(Page page, ContactSearchFilter filter) Instantiates a new contact search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.event with parameters of type PageModifierConstructorDescriptionContactTypeSearchEvent(Page page, ContactTypeSearchFilter filter) Instantiates a new contact type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.event with parameters of type PageModifierConstructorDescriptionCustomerSearchEvent(Page page, CustomerSearchFilter filter) Instantiates a new technical object search event.TechnicalObjectSearchEvent(Page page, TechnicalObjectSearchFilter filter) Instantiates a new technical object search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.feature.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.feature.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object feature value search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.header.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.header.event with parameters of type PageModifierConstructorDescriptionCustomerHeaderSearchEvent(Page page, CustomerHeaderSearchFilter filter) Instantiates a new technical object header search event.Instantiates a new technical object header search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.event with parameters of type PageModifierConstructorDescriptionMeterBrandSearchEvent(Page page, MeterBrandSearchFilter filter) Instantiates a new meter brand search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.event with parameters of type PageModifierConstructorDescriptionConverterTypeSearchEvent(Page page, ConverterTypeSearchFilter filter) Instantiates a new converter type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.event with parameters of type PageModifierConstructorDescriptionMeterSearchEvent(Page page, MeterSearchFilter filter) Instantiates a new meter search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.event with parameters of type PageModifierConstructorDescriptionMeterLocationSearchEvent(Page page, MeterLocationSearchFilter filter) Instantiates a new meter location search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.event with parameters of type PageModifierConstructorDescriptionMeterClassSearchEvent(Page page, MeterClassSearchFilter filter) Instantiates a new meter class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.event with parameters of type PageModifierConstructorDescriptionEncodedNoteSearchEvent(Page page, EncodedNoteSearchFilter filter) Instantiates a new encoded note search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.event with parameters of type PageModifierConstructorDescriptionMeterReadingSearchEvent(Page page, MeterReadingSearchFilter filter) Instantiates a new meter reading search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.event with parameters of type PageModifierConstructorDescriptionReadingMeterTypeSearchEvent(Page page, ReadingMeterTypeSearchFilter filter) Instantiates a new reading meter type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.event with parameters of type PageModifierConstructorDescriptionMeterReadingStateSearchEvent(Page page, MeterReadingStateSearchFilter filter) Instantiates a new meter reading state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.event with parameters of type PageModifierConstructorDescriptionMeterReadingTypeSearchEvent(Page page, MeterReadingTypeSearchFilter filter) Instantiates a new meter reading type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.event with parameters of type PageModifierConstructorDescriptionMeterStateSearchEvent(Page page, MeterStateSearchFilter filter) Instantiates a new meter state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.event with parameters of type PageModifierConstructorDescriptionMeterTypeSearchEvent(Page page, MeterTypeSearchFilter filter) Instantiates a new meter type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.state.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.statetype.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.statetype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object state type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.type.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.technicalobject.type.template.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.type.template.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.event with parameters of type PageModifierConstructorDescriptionTaskCategorySearchEvent(Page page, TaskCategorySearchFilter filter) Instantiates a new task category search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.event with parameters of type PageModifierConstructorDescriptionTaskCategoryEventTypeSearchEvent(Page page, BOTaskCategoryEventType filter) Instantiates a new task category event type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.event with parameters of type PageModifierConstructorDescriptionEventTypeSearchEvent(Page page, EventTypeSearchFilter filter) Instantiates a new event type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.event with parameters of type PageModifierConstructorDescriptionProfileSearchEvent(Page page, ProfileSearchFilter filter) Instantiates a new timesheet profile search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type PageModifierConstructorDescriptionTimesheetSearchEvent(Page page, TimesheetSearchFilter filter) Instantiates a new timesheet search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.header.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.header.event with parameters of type PageModifierConstructorDescriptionTimesheetHeaderSearchEvent(Page page, TimesheetHeaderSearchFilter filter) Instantiates a new timesheet header search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.header.history.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.header.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new timesheet header history search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.header.state.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.header.state.event with parameters of type PageModifierConstructorDescriptionTimesheetStateSearchEvent(Page page, TimesheetStateSearchFilter filter) Instantiates a new timesheet state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOTimesheetHeader> BTTimesheetSearch.searchTimesheets(Page page, TimesheetSearchFilter searchFilter, PoolKit pk) Searches for the needed time sheets using the informations contained into thePageand theTimesheetSearchFilter, i.e. the information about the results pagination and the filters needed for the specified query. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.event with parameters of type PageModifierConstructorDescriptionTaskSearchEvent(Page page, TaskSearchFilter filter) Instantiates a new timesheet task search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.event with parameters of type PageModifierConstructorDescriptionEventEntitySearchEvent(Page page, EventEntitySearchFilter filter) Instantiates a new event entity search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.event with parameters of type PageModifierConstructorDescriptionTaskHistorySearchEvent(Page page, TaskHistorySearchFilter filter) Instantiates a new timesheet task history search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.event with parameters of type PageModifierConstructorDescriptionTaskStateSearchEvent(Page page, TaskStateSearchFilter filter) Instantiates a new task state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.type.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.type.event with parameters of type PageModifierConstructorDescriptionTimesheetTypeSearchEvent(Page page, TimesheetTypeSearchFilter filter) Instantiates a new timesheet type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.warning.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.warning.event with parameters of type PageModifierConstructorDescriptionWarningSearchEvent(Page page, WarningSearchFilter filter) Instantiates a new warning search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.timesheet.warning.type.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.warning.type.event with parameters of type PageModifierConstructorDescriptionWarningTypeSearchEvent(Page page, WarningTypeSearchFilter filter) Instantiates a new warning type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.user.event
Constructors in overit.geocallapp.wfm.core.bl.user.event with parameters of type PageModifierConstructorDescriptionUserSearchEvent(Page page, UserSearchFilter filter) Instantiates a new user search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.user.type.event
Constructors in overit.geocallapp.wfm.core.bl.user.type.event with parameters of type PageModifierConstructorDescriptionUserTypeSearchEvent(Page page, UserTypeSearchFilter filter) Deprecated.Instantiates a new user type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention planning search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.header.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.header.event with parameters of type PageModifierConstructorDescriptionWorkOrderHeaderSearchEvent(Page page, WorkOrderHeaderSearchFilter filter) Instantiates a new work order header search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operation.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operation.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationSearchEvent(Page page, WorkOrderOperationSearchFilter filter) Instantiates a new work order operation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operation.material.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operation.material.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation search event.WorkOrderTypeAdmittedMaterialSearchEvent(Page page, WorkOrderTypeAdmittedMaterialSearchFilter filter) Instantiates a new work order type admitted material search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operation.state.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operation.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operation.type.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operation.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operationactivity.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operationactivity.event with parameters of type PageModifierConstructorDescriptionOperationActivitySearchEvent(Page page, OperationActivitySearchFilter filter) Instantiates a new operation activity search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationTypeActivitySearchEvent(Page page, WorkOrderOperationTypeActivitySearchFilter filter) Instantiates a new work order type activity search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.operationtype.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.operationtype.event with parameters of type PageModifierConstructorDescriptionOperationTypeSearchEvent(Page page, OperationTypeSearchFilter filter) Instantiates a new operation type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.requesttype.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.requesttype.event with parameters of type PageModifierConstructorDescriptionRequestTypeSearchEvent(Page page, RequestTypeSearchFilter filter) Instantiates a new request type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.servicetype.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.servicetype.event with parameters of type PageModifierConstructorDescriptionServiceTypeSearchEvent(Page page, ServiceTypeSearchFilter filter) Instantiates a new service type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.source.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.source.event with parameters of type PageModifierConstructorDescriptionWorkOrderSourceSearchEvent(Page page, WorkOrderSourceSearchFilter filter) Instantiates a new work order source search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.state.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.state.event with parameters of type PageModifierConstructorDescriptionWorkOrderStateSearchEvent(Page page, WorkOrderStateSearchFilter filter) Instantiates a new work order state search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.type.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.type.event with parameters of type PageModifierConstructorDescriptionWorkOrderTypeSearchEvent(Page page, WorkOrderTypeSearchFilter filter) Instantiates a new wo type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.urgency.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.urgency.event with parameters of type PageModifierConstructorDescriptionWorkOrderUrgencySearchEvent(Page page, WorkOrderUrgencySearchFilter filter) Instantiates a new work order urgency search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.workcycle.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.workcycle.event with parameters of type PageModifierConstructorDescriptionWorkCycleSearchEvent(Page page, WorkCycleSearchFilter filter) Instantiates a new work cycle search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.event with parameters of type PageModifierConstructorDescriptionWorkCycleHeaderSearchEvent(Page page, WorkCycleHeaderSearchFilter filter) Instantiates a new work cycle header search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.event
Constructors in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.event with parameters of type PageModifierConstructorDescriptionWorkCycleOperationSearchEvent(Page page, WorkCycleOperationSearchFilter filter) Instantiates a new work cycle operation search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workorder.workcycle.task
Methods in overit.geocallapp.wfm.core.bl.workorder.workcycle.task with parameters of type PageModifier and TypeMethodDescriptionprotected DBViewBTWorkCycleSearch.searchWorkCycles(Page page, WorkCycleSearchFilter filter, PoolKit pk) Searches the work cycles using the given filter -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.event with parameters of type PageModifierConstructorDescriptionWorkShiftsSearchEvent(Page page, WorkShiftsSearchFilter filter) Instantiates a new work shifts search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.event with parameters of type PageModifierConstructorDescriptionResourceShiftExceptionRequestSearchEvent(Page page, ResourceShiftExceptionRequestSearchFilter filter) Instantiates a new resource shift exception request search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.oncall.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.oncall.event with parameters of type PageModifierConstructorDescriptionOnCallShiftSearchEvent(Page page, OnCallShiftSearchFilter filter) Instantiates a new on call shift search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.receipt.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.receipt.event with parameters of type PageModifierConstructorDescriptionReceiptSearchEvent(Page page, ReceiptsSearchFilter filter) Instantiates a new receipts search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.receipt.type.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.receipt.type.event with parameters of type PageModifierConstructorDescriptionReceiptTypeSearchEvent(Page page, ReceiptTypeSearchFilter filter) Instantiates a new receipt type search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.event with parameters of type PageModifierConstructorDescriptionInstantiates a new shift exception class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new shift exception class search event. -
Uses of Page in overit.geocallapp.wfm.core.bl.workshift.type.event
Constructors in overit.geocallapp.wfm.core.bl.workshift.type.event with parameters of type PageModifierConstructorDescriptionWorkShiftTypeSearchEvent(Page page, WorkShiftTypeSearchFilter filter) Instantiates a new receipt type search event. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleHeader>> BundleHeaderService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleHeaderSearchFilter filter) Retrieves all the stored bundle headers. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperation>> BundleOperationService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOBundleOperationSearchFilter filter) Retrieves all the stored bundle operations. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationState>> BundleOperationStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundleOperationStateSearchFilter filter) Retrieve the all stored bundle operation states. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleSkill>> BundleSkillService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @NotNull @Valid DTOBundleSkillSearchFilter filter) Retrieves all the stored bundle skills. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleSkillDivision>> BundleSkillDivisionService.getCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTOBundleSkillDivisionSearchFilter filter) Retrieves all the stored bundle skill divisions. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.bundle.state
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleState>> BundleStateService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleStateSearchFilter filter) Retrieves all the stored bundle states. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationOrdering>> BundleOperationOrderingService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleOperationOrderingSearchFilter filter) Retrieves all the stored bundle operation ordering. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleHeader>> BundlingRuleHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleHeaderSearchFilter filter) Retrieves all the stored bundling rule headers. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleFilter>> BundlingRuleFilterService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleFilterSearchFilter filter) Retrieves all the stored bundling rule filters. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleOrdering>> BundlingRuleOrderingService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleOrderingSearchFilter filter) Retrieves all the stored bundling rule orderings. -
Uses of Page in overit.geocallapp.wfm.core.bundler.rs2.criterion
Methods in overit.geocallapp.wfm.core.bundler.rs2.criterion with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOBundleCriterion>> BundleCriterionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundleCriterionSearchFilter filter) Retrieves all the stored bundle criterion. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShell>> CrewShellService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCrewShellFilter filter) Returns the collection of all the storedBOCrewShellobjects by calling theCrewShellSearchEventevent. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShellAddress>> CrewShellAddressService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellAddressFilter filter) Retrieves the collection of all the storedBOCrewShellAddressobjects by calling theCrewShellAddressSearchEventevent. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShellSkill>> CrewShellSkillService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellSkillFilter filter) Retrieves the collection of all the storedBOCrewShellSkillobjects by calling theCrewShellSkillSearchEventevent. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShellTechnician>> CrewShellTechnicianService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellTechnicianFilter filter) Retrieves the collection of all the storedBOCrewShellCompositionobjects by calling theCrewShellCompositionSearchEventevent. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShellType>> CrewShellTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOCrewShellTypeFilter filter) Returns the collection of all the storedBOCrewShellTypeobjects by calling theCrewShellSearchEventevent. -
Uses of Page in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCrewShellShift>> CrewShellShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCrewShellShiftFilter filter) Returns the collection of all the stored crew shell work shifts by calling theCrewShellWorkShiftSearchEvent. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup
Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionOptionsGroupSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection option groups. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.rule
Methods in overit.geocallapp.wfm.core.datacollection.rs2.rule with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateWOCreationRule>> DataCollectionTemplateWOCreationRuleService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateWOCreationRuleSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data template WO Creation Rules. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.sheet
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheet>> DataCollectionSheetService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionSheetSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheets. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetScope>> DataCollectionSheetScopeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DataCollectionSheetScopeSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheet scopes. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetState>> DataCollectionSheetStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionSheetStateSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheet states. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateHeader>> DataCollectionTemplateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateHeaderSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection template headers.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateReleaseSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release collection. -
Uses of Page in overit.geocallapp.wfm.core.datacollection.rs2.type
Methods in overit.geocallapp.wfm.core.datacollection.rs2.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionType>> DataCollectionTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTypeSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection types. -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.configuration
Methods in overit.geocallapp.wfm.core.multistage.rs2.configuration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageConfiguration>> MultistageConfigurationService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageConfigurationSearchFilter filter) Retrieve the all stored multistage configurationMultistageConfigurationSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.dependencytype
Methods in overit.geocallapp.wfm.core.multistage.rs2.dependencytype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageDependencyType>> MultistageDependencyTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageDependencyTypeSearchFilter filter) Retrieve the stored multistage dependency typeMultistageDependencyTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.group
Methods in overit.geocallapp.wfm.core.multistage.rs2.group with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupHeader>> MultistageGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupHeaderSearchFilter filter) Retrieve all the stored multistage group headers. -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.group.dependency
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.dependency with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupDependency>> MultistageGroupDependencyService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupDependencySearchFilter filter) Retrieve the all stored multistage group dependenciesMultistageGroupDependencySearchEvent. -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.group.operation
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.operation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupOperation>> MultistageGroupOperationService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupOperationSearchFilter filter) Retrieve the all stored multistage group operationsMultistageGroupOperationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageOriginType>> MultistageOriginTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageOriginTypeSearchFilter filter) Retrieve the all stored multistage origin typeMultistageOriginTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.group.state
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageState>> MultistageStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageStateSearchFilter filter) Retrieve the all stored multistage statesMultistageStateSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.management
Methods in overit.geocallapp.wfm.core.multistage.rs2.management with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageManagement>> MultistageManagementService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageManagementSearchFilter filter) Retrieve the all stored multistage managementMultistageManagementSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.violation
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolation>> MultistageViolationService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageViolationSearchFilter filter) Retrieves the multistage violation matching the specified filterMultistageViolationSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.multistage.rs2.violation.type
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolationType>> MultistageViolationTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageViolationTypeSearchFilter filter) Retrieve the all stored multistage violation typeMultistageViolationTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.permits.rs2.permits.type
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOPermitType>> PermitTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOPermitTypeSearchFilter filter) Retrieve all the stored permit types. -
Uses of Page in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOPermitTypeOutcomeReasonRel>> PermitTypeOutcomeReasonRelService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOPermitTypeOutcomeReasonSearchFilter filter) Retrieve all the stored associations between Permit Types and Outcome ReasonsPermitTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCyclePermitsOutput>> WorkCyclePermitService.getWorkCyclePermitCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkCyclePermitSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.permits.rs2.permits.workorder
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workorder with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderObtainedPermit>> WorkOrderPermitService.getWorkOrderObtainedPermits(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderObtainedPermitSearchFilter filter) Return all permit obtained for the specified permitRequestedId. -
Uses of Page in overit.geocallapp.wfm.core.rs5.base.ocgroup
Methods in overit.geocallapp.wfm.core.rs5.base.ocgroup with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOCGroup>> OCGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOCGroupSearchFilter filter) Retrieve the all stored OC groups. -
Uses of Page in overit.geocallapp.wfm.core.rs5.clocking
Methods in overit.geocallapp.wfm.core.rs5.clocking with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingSearchFilter filter) Retrieve the all stored clocking. -
Uses of Page in overit.geocallapp.wfm.core.rs5.clocking.type
Methods in overit.geocallapp.wfm.core.rs5.clocking.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingTypeSearchFilter filter) Retrieve the all stored clocking types. -
Uses of Page in overit.geocallapp.wfm.core.rs5.clocking.type.action
Methods in overit.geocallapp.wfm.core.rs5.clocking.type.action with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClockingActionType>> ClockingActionTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingActionTypeSearchFilter filter) Retrieve the all stored clocking action types. -
Uses of Page in overit.geocallapp.wfm.core.rs5.location.region
Methods in overit.geocallapp.wfm.core.rs5.location.region with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORegion>> RegionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTORegionSearchFilter filter) Retrieve the all stored regions. -
Uses of Page in overit.geocallapp.wfm.core.rs5.material.history
Methods in overit.geocallapp.wfm.core.rs5.material.history with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterialHistory>> MaterialHistoryService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMaterialHistorySearchFilter filter) Returns the collection of all the stored material histories by calling theMaterialHistorySearchEvent. -
Uses of Page in overit.geocallapp.wfm.core.rs5.material.serialized
Methods in overit.geocallapp.wfm.core.rs5.material.serialized with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterial>> SerializedMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.rs5.material.serialized.model
Methods in overit.geocallapp.wfm.core.rs5.material.serialized.model with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterialModel>> SerializedMaterialModelService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialModelSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderEncodedNote>> WorkOrderEncodedNoteService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderEncodedNoteSearchFilter filter) Retrieve the all stored encoded notes. -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReason>> OutcomeReasonService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeReasonSearchFilter filter) Retrieve the all stored outcome reasons. -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeClass>> OutcomeClassService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeClassSearchFilter filter) Retrieve the all stored outcome classes. -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonType>> OutcomeReasonTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeReasonTypeSearchFilter filter) Retrieve the all stored outcome reason types. -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeType>> OutcomeTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeTypeSearchFilter filter) Retrieve the all stored outcome types. -
Uses of Page in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeValidationState>> OutcomeValidationStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeValidationStateSearchFilter filter) Retrieve the all stored outcome validation states. -
Uses of Page in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOEncodedNote>> EncodedNoteService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOEncodedNoteSearchFilter filter) Retrieve the all stored encoded notes. -
Uses of Page in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOReadingMeterTypeSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterReadingState>> MeterReadingStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterReadingStateSearchFilter filter) Retrieve the all stored meter reading states. -
Uses of Page in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterReadingType>> MeterReadingTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterReadingTypeSearchFilter filter) Retrieve the all stored meter reading types. -
Uses of Page in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeterState>> MeterStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterStateSearchFilter filter) Retrieve the all stored meter states. -
Uses of Page in overit.geocallapp.wfm.core.rs5.user
Methods in overit.geocallapp.wfm.core.rs5.user with parameters of type PageModifier and TypeMethodDescriptionUserService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOUserSearchFilter filter) Retrieve the all stored users. -
Uses of Page in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceShiftExceptionRequest>> ResourceShiftExceptionRequestService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOResourceShiftExceptionRequestSearchFilter filter) Retrieve the all stored work calendar work shift requests. -
Uses of Page in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOnCallShift>> OnCallShiftService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOnCallShiftSearchFilter filter) Retrieve the all stored work calendar on calls shifts. -
Uses of Page in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCycleHeader>> WorkCycleHeaderSerivce.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkCycleHeaderSearchFilter filter) Retrieve the all stored work order cycle headers. -
Uses of Page in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOrigin>> WorkOrderOriginService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderOriginSearchFilter filter) Retrieve the all stored work order origins. -
Uses of Page in overit.geocallapp.wfm.core.rs5.workorder.operation.material
Methods in overit.geocallapp.wfm.core.rs5.workorder.operation.material with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOWorkOrderOperationMaterial>> WorkOrderOperationMaterialService.getCollection(Long workOrderId, Long operationId, @NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderOperationMaterialSearchFilter filter) Retrieves the materials associated to the given work order operation id. -
Uses of Page in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingCreationProposal>> SchedulingCreationProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingCreationProposalSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingRemovalProposal>> SchedulingRemovalProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingRemovalProposalSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalState>> SchedulingProposalStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalStateSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalType>> SchedulingProposalTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalTypeSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2
Methods in overit.geocallapp.wfm.core.timesheet.rs2 with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetHeader>> TimesheetService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetSearchFilter filter) Retrieve all the stored timesheet headers. -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOEventType>> TimesheetEventTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOEventTypeSearchFilter filter) Retrieve all the stored event typesEventTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.config.profile
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.profile with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProfile>> TimesheetProfileService.getCollection(@Valid Page page, @Valid @NotNull DTOProfileSearchFilter filter) Retrieve all the stored profilesProfileSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTaskCategory>> TimesheetTaskCategoryService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskCategorySearchFilter filter) Retrieve all the task categoriesTaskCategorySearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTaskCategoryEventType>> TimesheetTaskCategoryEventTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskCategoryEventTypeSearchFilter filter) Retrieve all the task category event typesTaskCategoryEventTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetState>> TimesheetStateService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetStateSearchFilter filter) Retrieve the all stored timesheet statesTimesheetStateSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.task.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTaskState>> TimesheetTaskStateService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskStateSearchFilter filter) Retrieve the all stored timesheet task statesTaskStateSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetType>> TimesheetTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetTypeSearchFilter filter) Retrieve the all stored timesheet typesTimesheetTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.timesheet.rs2.warning.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.warning.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarningType>> TimesheetWarningTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOWarningTypeSearchFilter filter) Retrieve the all stored timesheet warning typesWarningTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.event
Constructors in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.crewshell.bl.composition.event
Constructors in overit.geocallapp.wfm.crewshell.bl.composition.event with parameters of type PageModifierConstructorDescriptionInstantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects. -
Uses of Page in overit.geocallapp.wfm.crewshell.bl.event
Constructors in overit.geocallapp.wfm.crewshell.bl.event with parameters of type PageModifierConstructorDescriptionCrewShellSearchEvent(Page page, CrewShellSearchFilter filter) Instantiates aSearchEventobject in order to search all the storedBOCrewShellobjects. -
Uses of Page in overit.geocallapp.wfm.crewshell.bl.type.event
Constructors in overit.geocallapp.wfm.crewshell.bl.type.event with parameters of type PageModifierConstructorDescriptionCrewShellTypeSearchEvent(Page page, CrewShellTypeSearchFilter filter) Instantiates a new crew shell's type search event. -
Uses of Page in overit.geocallapp.wfm.crewshell.bl.type.task
Methods in overit.geocallapp.wfm.crewshell.bl.type.task with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<BOCrewShellType> BTCrewShellTypeSearch.searchCrewShellType(Page page, CrewShellTypeSearchFilter searchFilter, PoolKit pk) Searches for the needed crew shell type using the information contained into the givenCrewShellTypeSearchEvent -
Uses of Page in overit.geocallapp.wfm.crewshell.bl.workshift.event
Constructors in overit.geocallapp.wfm.crewshell.bl.workshift.event with parameters of type PageModifierConstructorDescriptionCrewShellWorkShiftSearchEvent(Page page, CrewShellWorkShiftSearchFilter filter) Instantiates a new crew shell work shift search event. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.optionsgroup
Methods in overit.geocallapp.wfm.datacollection.rs1.optionsgroup with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionOptionsGroupFilter filter) Retrieve the all stored data collection option groups. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.rule
Methods in overit.geocallapp.wfm.datacollection.rs1.rule with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateWOCreationRule>> DataCollectionTemplateWOCreationRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateWOCreationRuleFilter filter) -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.scope
Methods in overit.geocallapp.wfm.datacollection.rs1.scope with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionScope>> DataCollectionScopeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionScopeFilter filter) Retrieves a paginated collection of data collection scopes based on the provided search criteria. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.sheet
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheet>> DataCollectionSheetService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionSheetFilter filter) Retrieves a paginated collection of data collection sheets based on the provided search criteria. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.sheet.state
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetState>> DataCollectionSheetStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionSheetStateFilter filter) Retrieves a paginated collection of data collection sheet states based on the provided search criteria. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplate>> DataCollectionTemplateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTemplateFilter filter) Retrieves a paginated collection of data collection templates based on the provided search criteria.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTemplateReleaseFilter filter) Retrieves a paginated collection of releases associated with the data collection template. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template working copy.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getFromReleaseCollection(Long templateId, Long releaseId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template release. -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateVisibilityRuleHeader>> DataCollectionTemplateVisibilityRuleHeaderService.getCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateVisibilityRuleHeaderFilter filter) -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateVisibilityRuleRow>> DataCollectionTemplateVisibilityRuleRowService.getCollection(Long templateId, Long visibilityRuleId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateVisibilityRuleRowFilter filter) -
Uses of Page in overit.geocallapp.wfm.datacollection.rs1.type
Methods in overit.geocallapp.wfm.datacollection.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionType>> DataCollectionTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTypeFilter filter) Retrieves a paginated collection of data collection types based on the provided search criteria. -
Uses of Page in overit.geocallapp.wfm.execution.bl.census.rule.event
Constructors in overit.geocallapp.wfm.execution.bl.census.rule.event with parameters of type PageModifierConstructorDescriptionCensusRuleSearchEvent(Page page, CensusRuleSearchFilter filter) Instantiates a new technical object census rule search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.encodednote.event
Constructors in overit.geocallapp.wfm.execution.bl.encodednote.event with parameters of type PageModifierConstructorDescriptionEncodedNoteSearchEvent(Page page, EncodedNoteSearchFilter filter) Instantiates a new encoded note search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.censusrule.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.censusrule.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention census rule search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention aggregate search event.InterventionSearchEvent(Page page, InterventionSearchFilter filter) Creates an instance of InterventionAssignedResourcesEvent. -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.resource.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.resource.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention resource search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.event with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation resource search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.intervention.status.event
Constructors in overit.geocallapp.wfm.execution.bl.intervention.status.event with parameters of type PageModifierConstructorDescriptionInterventionStatusSearchEvent(Page page, InterventionStatusSearchFilter filter) Instantiates a new intervention status search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.event
Constructors in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention group census rule search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.intervention.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.intervention.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention outcome search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.event with parameters of type PageModifierConstructorDescriptionInstantiates a new outcome reason encoded note search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.reason.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.reason.event with parameters of type PageModifierConstructorDescriptionOutcomeReasonSearchEvent(Page page, OutcomeReasonSearchFilter filter) Instantiates a new outcome reason search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.reason.type.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.reason.type.event with parameters of type PageModifierConstructorDescriptionOutcomeReasonTypeSearchEvent(Page page, OutcomeReasonTypeSearchFilter filter) Instantiates a new outcome reason type search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.type.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.type.event with parameters of type PageModifierConstructorDescriptionOutcomeTypeSearchEvent(Page page, OutcomeTypeSearchFilter filter) Instantiates a new outcome type search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.validation.status.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.validation.status.event with parameters of type PageModifierConstructorDescriptionValidationStatusSearchEvent(Page page, ValidationStatusSearchFilter filter) Instantiates a new validation status search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.event
Constructors in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.event with parameters of type PageModifierConstructorDescriptionInstantiates a new outcome work order origin search event. -
Uses of Page in overit.geocallapp.wfm.execution.bl.outcomeclass.event
Constructors in overit.geocallapp.wfm.execution.bl.outcomeclass.event with parameters of type PageModifierConstructorDescriptionOutcomeClassSearchEvent(Page page, OutcomeClassSearchFilter filter) Instantiates a new outcome class search event. -
Uses of Page in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration with parameters of type PageModifier and TypeMethodDescriptionExecutionEventProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionEventProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) ExecutionProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.execution.rs1.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.encodednote with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOEncodedNote>> EncodedNoteService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOEncodedNoteFilter filter) Returns the collection of all the stored encoded notes by calling theEncodedNoteSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.hourtype
Methods in overit.geocallapp.wfm.execution.rs1.hourtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOHourType>> HourTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHourTypeFilter filter) Returns the collection of all the stored hour types by calling theHourTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.intervention
Methods in overit.geocallapp.wfm.execution.rs1.intervention with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOIntervention>> InterventionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionFilter filter) Returns the collection of all the stored interventions by calling theInterventionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.interventionresource
Methods in overit.geocallapp.wfm.execution.rs1.interventionresource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOInterventionResource>> InterventionResourceService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOInterventionResourceFilter filter) Returns the collection of all the stored intervention resources by calling theInterventionResourceSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.interventionstatus
Methods in overit.geocallapp.wfm.execution.rs1.interventionstatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOInterventionStatus>> InterventionStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionStatusFilter filter) Returns the collection of all the stored intervention status by calling theInterventionStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcome
Methods in overit.geocallapp.wfm.execution.rs1.outcome with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcome>> OutcomeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeFilter filter) Returns the collection of all the stored outcomes outcome by calling theInterventionOutcomeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomeclass
Methods in overit.geocallapp.wfm.execution.rs1.outcomeclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeClass>> OutcomeClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeClassFilter filter) Returns the collection of all the stored outcome classes by calling theOutcomeClassSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomereason
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReason>> OutcomeReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonFilter filter) Returns the collection of all the stored outcome reasons by calling theOutcomeReasonSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonEncodedNote>> OutcomeReasonEncodedNoteService.getCollection(Long outcomeReasonId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeReasonEncodedNoteFilter filter) Retrieve the all stored relations from outcome reason and encoded noteOutcomeReasonEncodedNoteSearchEvent -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomereasontype
Methods in overit.geocallapp.wfm.execution.rs1.outcomereasontype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonType>> OutcomeReasonTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonTypeFilter filter) Returns the collection of all the stored outcome reason types by calling theOutcomeReasonTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcometype
Methods in overit.geocallapp.wfm.execution.rs1.outcometype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeType>> OutcomeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeTypeFilter filter) Returns the collection of all the stored outcome types by calling theOutcomeTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus
Methods in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOValidationStatus>> ValidationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOValidationStatusFilter filter) Returns the collection of all the stored validation status by calling theValidationStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin
Methods in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeWorkOrderOrigin>> OutcomeWorkOrderOriginService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeWorkOrderOriginFilter filter) -
Uses of Page in overit.geocallapp.wfm.execution.rs1.resourceintervention
Methods in overit.geocallapp.wfm.execution.rs1.resourceintervention with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceInterventionResponse>> ResourceInterventionService.getInterventionAssignedResources(@Valid Page page, @NotNull @Valid DTOResourceIntervention dto) Returns the collection of interventions ids assigned to resources by calling theResourceInterventionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.execution.rs1.workorderoperationresource
Methods in overit.geocallapp.wfm.execution.rs1.workorderoperationresource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationResource>> WorkOrderOperationResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationResourceFilter filter) Returns the collection of all the stored total accounted hours for resources and work order operation by calling theWorkOrderOperationResourceSearchEvent. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.activity.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.activity.event with parameters of type PageModifierConstructorDescriptionActivitySearchEvent(Page page, ActivitySearchFilter filter) Instantiates a new activity search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.event with parameters of type PageModifierConstructorDescriptionCapacityPlanningActivityDetailResultSearchEvent(Page page, CapacityPlanningResultDetailSearchFilter filter) Instantiates a new capacity planning activity detail result search event.CapacityPlanningAllTimeframesResultDetailSearchEvent(Page page, CapacityPlanningAllTimeframesResultDetailSearchFilter filter) Instantiates a new capacity planning all timeframes result detail search event.CapacityPlanningResourceDetailResultSearchEvent(Page page, CapacityPlanningResultDetailSearchFilter filter) Instantiates a new capacity planning resource detail result search event.Instantiates a new capacity planning result detail search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.event with parameters of type PageModifierConstructorDescriptionInstantiates a new capacity planning result search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new capacity planning scenario detail search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event with parameters of type PageModifierConstructorDescriptionCapacityPlanningScenarioCoverageTimeReportDetailEvent(Page page, CapacityPlanningScenarioCoverageTimeReportDetailFilter input) Instantiates a new event instance to calculate the coverage time details.Instantiates a new capacity planning scenario search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new capacity planning state search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new forecast activity detail search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.event with parameters of type PageModifierConstructorDescriptionInstantiates a new activity forecast header search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.event with parameters of type PageModifierConstructorDescriptionInstantiates a new forecast activity search event.ForecastActivitySearchEvent(Page page, ForecastActivitySearchFilter filter) Instantiates a new forecast activity search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.event with parameters of type PageModifierConstructorDescriptionInstantiates a new forecast activity detail search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.workloaddistribution.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work load search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.event with parameters of type PageModifierConstructorDescriptionInstantiates a new Forecast Grouping Constraint search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.event with parameters of type PageModifierConstructorDescriptionInstantiates a new shared resource with log search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.event with parameters of type PageModifierConstructorDescriptionInstantiates a new resource forecast header search event. -
Uses of Page 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 PageModifierConstructorDescriptionForecastResourceSearchEvent(Page page, ForecastResourceSearchFilter filter) Instantiates a new forecast resource search event.ForecastResourceSearchEvent(Page page, ForecastResourceSearchFilter filter, Order order) Deprecated. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.event with parameters of type PageModifierConstructorDescriptionForecastResourceGroupingConstraintSearchEvent(Page page, ForecastResourceGroupingConstraintSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new forecast shift model detail search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.event with parameters of type PageModifierConstructorDescriptionForecastShiftModelSearchEvent(Page page, ForecastShiftModelSearchFilter filter) Instantiates a new forecast shift model search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.event with parameters of type PageModifierConstructorDescriptionWorkShiftsSearchEvent(Page page, WorkShiftsSearchFilter filter) Instantiates a new work shift search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.workshift.exception.event with parameters of type PageModifierConstructorDescriptionWorkShiftExceptionSearchEvent(Page page, WorkShiftExceptionSearchFilter filter) Instantiates a new work shift exception search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.event with parameters of type PageModifierConstructorDescriptionForecastStateSearchEvent(Page page, ForecastStateSearchFilter filter) Instantiates a new warehouse operation header state search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.resource.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.resource.event with parameters of type PageModifierConstructorDescriptionResourceSearchEvent(Page page, ResourceSearchFilter filter) Instantiates a new resource search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.resource.skill.event with parameters of type PageModifierConstructorDescriptionResourceSkillSearchEvent(Page page, ResourceSkillSearchFilter filter) Instantiates a new skill search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.bl.skill.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.skill.event with parameters of type PageModifierConstructorDescriptionSkillSearchEvent(Page page, SkillSearchFilter filter) Instantiates a new skill search event. -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningResultDetail>> CapacityPlanningResultDetailService.getCollection(@Valid Page page, Collection<String> fields, String order, Long scenarioId) Returns the collection of all the storedBOCapacityPlanningResultDetailobjects by calling theCapacityPlanningResultDetailSearchEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningResult>> CapacityPlanningResultService.getCollection(@Valid Page page, Collection<String> fields, String order, Long scenarioId) Returns the collection of all the storedBOCapacityPlanningResultobjects by calling theCapacityPlanningResultSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningScenarioCoverageTimeReportDetail>> CapacityPlanningScenarioService.get(Long scenarioId, @Valid Page page, String order, Collection<String> fields, @Valid DTOCapacityPlanningScenarioCoverageTimeReportDetailFilter filter) Retrieves the required coverage scenario time report detailsorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningScenario>> CapacityPlanningScenarioService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOCapacityPlanningScenarioSearchFilter filter) Returns the collection of all the storedBOCapacityPlanningScenarioobjects by calling theCapacityPlanningScenarioSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningState>> CapacityPlanningStateService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOCapacityPlanningStateSearchFilter filter) Returns the collection of all the storedBOCapacityPlanningStateobjects by calling theCapacityPlanningStateSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastActivityDetail>> ForecastActivityDetailService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOForecastActivityDetailSearchFilter filter) Returns the collection of all the storedBOForecastActivityDetailobjects by calling theForecastActivityDetailLoadEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastActivity>> ForecastActivityService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOForecastActivitySearchFilter filter) Returns the collection of all the storedBOForecastActivityobjects by calling theForecastActivitySearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastHeader>> ActivityForecastHeaderService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOActivityForecastHeaderSearchFilter filter) Returns the collection of all the storedBOActivityForecastHeaderobjects by calling theActivityForecastHeaderSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastPriority>> ActivityForecastPriorityService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOActivityForecastPrioritySearchFilter filter) Returns the collection of all the storedBOForecastActivityPriorityobjects by calling theForecastActivityPrioritySearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastSkill>> ActivityForecastSkillService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOActivityForecastSkillSearchFilter filter) Retrieves the collection of all the storedBOForecastActivitySkillobjects by calling theForecastActivitySkillSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastState>> ForecastHeaderStateService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOForecastStateSearchFilter filter) Returns the collection of all the storedBOForecastStateobjects by calling theForecastStateSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastGroupingConstraint>> ForecastGroupingConstraintService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOForecastGroupingConstraintSearchFilter filter) Returns the collection of all the storedBOForecastGroupingConstraintobjects by calling theForecastGroupingConstraintSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceForecastHeader>> ResourceForecastHeaderService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOResourceForecastHeaderSearchFilter filter) Returns the collection of all the storedBOResourceForecastHeaderobjects by calling theResourceForecastHeaderSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastResourceDetail>> ForecastResourceDetailService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastResourceDetailSearchFilter filter) Returns the collection of all the storedBOForecastResourceDetailobjects by calling theForecastResourceDetailSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastResource>> ForecastResourceService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastResourceSearchFilter filter) Returns the collection of all the storedBOForecastResourceobjects by calling theForecastResourceSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastShiftModel>> ForecastShiftModelService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOForecastShiftModelSearchFilter filter) Returns the collection of all the storedBOForecastShiftModelobjects by calling theForecastShiftModelSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOForecastShiftModelDetail>> ForecastShiftModelDetailService.getCollection(Long forecastShiftModelId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastShiftModelDetailSearchFilter filter) Returns the collection of all the storedBOForecastShiftModelDetailobjects (i.e., the rows of an existing shift model) by calling theForecastShiftModelDetailSearchEventevent -
Uses of Page in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceForecastSkill>> ResourceForecastSkillService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOResourceForecastSkillSearchFilter filter) Retrieves the collection of all the storedBOResourceForecastSkillobject by calling theForecastResourceSkillSearchEventevent -
Uses of Page in overit.geocallapp.wfm.gpstracking.bl.position.event
Constructors in overit.geocallapp.wfm.gpstracking.bl.position.event with parameters of type PageModifierConstructorDescriptionTimedGPSPositionSearchEvent(Page page, TimedGPSPositionSearchFilter filter) Instantiates a new timed GPS position search event. -
Uses of Page in overit.geocallapp.wfm.gpstracking.bl.resource.position.event
Constructors in overit.geocallapp.wfm.gpstracking.bl.resource.position.event with parameters of type PageModifierConstructorDescriptionInstantiates a new resource GPS position search event. -
Uses of Page in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.event
Constructors in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.event with parameters of type PageModifierConstructorDescriptionInstantiates a new resource last GPS position search event. -
Uses of Page in overit.geocallapp.wfm.gpstracking.rs1.resource.position
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourcePosition>> ResourcePositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourcePositionFilter filter) Returns the collection of all the stored resource GPS positions by calling theResourceGPSPositionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceLatestPosition>> ResourceLatestPositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceLatestPositionFilter filter) Returns the collection of all the stored resource latest positions by calling theResourceLastGPSPositionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.importexport.material.event
Constructors in overit.geocallapp.wfm.inventory.bl.importexport.material.event with parameters of type PageModifierConstructorDescriptionInstantiates a new shared resource with log search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.central.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.central.event with parameters of type PageModifierConstructorDescriptionCentralWarehouseSearchEvent(Page page, CentralWarehouseSearchFilter filter) Instantiates a new central warehouse search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse operation centers relation search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse central mobile search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.event with parameters of type PageModifierConstructorDescriptionWarehouseSearchEvent(Page page, WarehouseSearchFilter filter) Instantiates a new warehouse search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event with parameters of type PageModifierConstructorDescriptionInstantiates a warehouse agenda material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.event with parameters of type PageModifierConstructorDescriptionWarehouseAgendaSerializedMaterialSearchEvent(Page page, WarehouseAgendaSerializedMaterialSearchFilter filter) Instantiates a new warehouse agenda serialized material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse material detail search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.material.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.material.event with parameters of type PageModifierConstructorDescriptionWarehouseMaterialSearchEvent(Page page, WarehouseMaterialSearchFilter filter) Instantiates a new warehouse material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.event with parameters of type PageModifierConstructorDescriptionExpectedMaterialSearchEvent(Page page, ExpectedMaterialSearchFilter filter) Instantiates a new expected material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.event with parameters of type PageModifierConstructorDescriptionStockSerializedMaterialDetailSearchEvent(Page page, StockSerializedMaterialDetailSearchFilter filter) Instantiates a new stock serialized material detail search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.event with parameters of type PageModifierConstructorDescriptionWarehouseMaterialStockSearchEvent(Page page, WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Instantiates a new warehouse material stock search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event with parameters of type PageModifierConstructorDescriptionMobileWarehouseSearchEvent(Page page, MobileWarehouseSearchFilter filter) Instantiates a new mobile warehouse search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.event with parameters of type PageModifierConstructorDescriptionWarehouseOperationSearchEvent(Page page, WarehouseOperationSearchFilter filter) Instantiates a new transfer request search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse operation header search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.event with parameters of type PageModifierConstructorDescriptionWarehouseOperationHeaderSourceSearchEvent(Page page, WarehouseOperationHeaderSourceSearchFilter filter) Instantiates a new warehouse operation header source search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.event with parameters of type PageModifierConstructorDescriptionWarehouseOperationHeaderStateSearchEvent(Page page, WarehouseOperationHeaderStateSearchFilter filter) Instantiates a new warehouse operation header state search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse operation item search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.event with parameters of type PageModifierConstructorDescriptionWarehouseOperationItemSerializedMaterialSearchEvent(Page page, WarehouseOperationItemSerializedMaterialSearchFilter filter) Instantiates a new warehouse operation item serialized material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse operation item state search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse operation type search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.event with parameters of type PageModifierConstructorDescriptionInstantiates a new serialized material search by stock event.SerializedMaterialSearchByWarehouseEvent(Page page, SerializedMaterialSearchByWarehouseFilter filter) Instantiates a new serialized material search by stock event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.state.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.state.event with parameters of type PageModifierConstructorDescriptionWarehouseStateSearchEvent(Page page, WarehouseStateSearchFilter filter) Instantiates a new warehouse state search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.event with parameters of type PageModifierConstructorDescriptionStockChangeSearchEvent(Page page, StockChangeSearchFilter filter) Instantiates a new stock change search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.stock.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.stock.event with parameters of type PageModifierConstructorDescriptionStockSearchEvent(Page page, StockSearchFilter filter) Instantiates a new stock search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.event with parameters of type PageModifierConstructorDescriptionStockHistorySearchEvent(Page page, StockHistorySearchFilter filter) Instantiates a new stock history search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.event with parameters of type PageModifierConstructorDescriptionInstantiates a new stock serialized material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.event with parameters of type PageModifierConstructorDescriptionStockTypeSearchEvent(Page page, StockTypeSearchFilter filter) Instantiates a new stock type search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse tracking mode search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse transaction search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.event with parameters of type PageModifierConstructorDescriptionWarehouseTransactionSerializedMaterialSearchEvent(Page page, WarehouseTransactionSerializedMaterialSearchFilter filter) Instantiates a new warehouse transaction serialized material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new warehouse transaction type search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.event with parameters of type PageModifierConstructorDescriptionTransferRequestSearchEvent(Page page, TransferRequestSearchFilter filter) Instantiates a new transfer request search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.event with parameters of type PageModifierConstructorDescriptionInstantiates a new transfer request header search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.event with parameters of type PageModifierConstructorDescriptionInstantiates a new transfer request item search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.event with parameters of type PageModifierConstructorDescriptionTransferRequestItemSerializedMaterialSearchEvent(Page page, TransferRequestItemSerializedMaterialSearchFilter filter) Instantiates a new transfer request item serialized material search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new transfer request state search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new transfer request type search event. -
Uses of Page in overit.geocallapp.wfm.inventory.bl.warehouse.type.event
Constructors in overit.geocallapp.wfm.inventory.bl.warehouse.type.event with parameters of type PageModifierConstructorDescriptionWarehouseTypeSearchEvent(Page page, WarehouseTypeSearchFilter filter) Instantiates a new warehouse type search event. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.central
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCentralWarehouse>> CentralWarehouseService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOCentralWarehouseSearchFilter filter) Returns the collection of all the stored central warehouses by calling theCentralWarehouseSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseCentralMobile>> WarehouseCentralMobileService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseCentralMobileSearchFilter filter) Returns the collection of all the stored warehouse central-mobile associations by calling theWarehouseCentralMobileSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseAgendaMaterial>> WarehouseAgendaMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseAgendaMaterialSearchFilter filter) Returns the collection of all the stored warehouse agenda material. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileWarehouse>> MobileWarehouseService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMobileWarehouseSearchFilter filter) Retrieves all the stored mobile warehouses. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeader>> WarehouseOperationHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseOperationHeaderFilter filter) Returns the collection of all the stored warehouse operation headers by calling theWarehouseOperationHeaderSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeaderState>> WarehouseOperationHeaderStateService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationHeaderStateFilter filter) Returns the collection of all the stored warehouse operation header states by calling theWarehouseOperationHeaderStateSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItemState>> WarehouseOperationItemStateService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationItemStateFilter filter) Returns the collection of all the stored warehouse operation item states by calling theWarehouseOperationItemStateSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationType>> WarehouseOperationTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationTypeFilter filter) Returns the collection of all the stored warehouse operation types by calling theWarehouseOperationTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseState>> WarehouseStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseStateSearchFilter filter) Returns the collection of all the stored warehouse states by calling theWarehouseStateSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.stock
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOStock>> StockService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockSearchFilter filter) Retrieves all the stored stocks by calling theStockSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialStock>> StockService.getMaterialStocks(@NotNull @Valid Page page, @Valid @NotNull DTOMaterialStockSearchFilter filter) Retrieves the required stock grouping as required by calling theWarehouseMaterialStockSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockHistory>> StockService.getStockHistories(Long stockId, @NotNull @Valid Page page, @Valid @NotNull DTOStockHistorySearchFilter filter) Retrieves all the stored stock history by calling theStockHistorySearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOStockChange>> StockChangeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockChangeSearchFilter filter) Returns the collection of all the stored stock changes by calling theStockChangeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOStockType>> StockTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockTypeSearchFilter filter) Returns the collection of all the stored stock types by calling theStockTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseTrackingMode>> WarehouseTrackingModeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseTrackingModeFilter filter) Returns the collection of all the stored warehouse tracking modes by calling theWarehouseTrackingModeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransaction>> TransactionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransactionSearchFilter filter) Retrieves all the stored transactions by calling theWarehouseTransactionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransactionType>> TransactionTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOTransactionTypeSearchFilter filter) Retrieves all the stored transaction type by calling theWarehouseTransactionTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestHeader>> TransferRequestHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestHeaderFilter filter, String ordering) Returns the collection of all the stored transfer request headers by calling theTransferRequestHeaderSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestItem>> TransferRequestItemService.getCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestItemFilter filter) Returns the collection of all the stored transfer request items by calling theTransferRequestItemSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestState>> TransferRequestStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestStateSearchFilter filter) Returns the collection of all the stored transfer request states by calling theTransferRequestStateSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestType>> TransferRequestTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestTypeSearchFilter filter) Returns the collection of all the stored transfer request types by calling theTransferRequestTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseType>> WarehouseTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseTypeSearchFilter filter) Retrieves all the stored warehouse types by calling theWarehouseTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseMaterial>> WarehouseMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseMaterialSearchFilter filter) Retrieves all the stored warehouse material by calling theWarehouseMaterialSearchEvent. -
Uses of Page in overit.geocallapp.wfm.inventory.ux.stock.search
Methods in overit.geocallapp.wfm.inventory.ux.stock.search with parameters of type PageModifier and TypeMethodDescriptionprotected SearchEvent<? extends DynO, ? extends DynO> ServerTableViewStock.makeSearchEvent(EventServerTableView.EventSearch eventAnnotation, Page page, DynO searchFilter) -
Uses of Page in overit.geocallapp.wfm.locations.bl.address.event
Constructors in overit.geocallapp.wfm.locations.bl.address.event with parameters of type PageModifierConstructorDescriptionAddressSearchEvent(Page page, AddressSearchFilter filter) Instantiates a new address search event.SchedulingAddressCoordinatesSearchEvent(Page page, AddressSearchFilter filter) Instantiates a new scheduling address search event. -
Uses of Page in overit.geocallapp.wfm.locations.bl.address.type.event
Constructors in overit.geocallapp.wfm.locations.bl.address.type.event with parameters of type PageModifierConstructorDescriptionAddressTypeSearchEvent(Page page, AddressTypeSearchFilter filter) Instantiates a new address type search event. -
Uses of Page in overit.geocallapp.wfm.locations.bl.country.event
Constructors in overit.geocallapp.wfm.locations.bl.country.event with parameters of type PageModifierConstructorDescriptionCountrySearchEvent(Page page, CountrySearchFilter filter) Instantiates a new country search event. -
Uses of Page in overit.geocallapp.wfm.locations.bl.district.event
Constructors in overit.geocallapp.wfm.locations.bl.district.event with parameters of type PageModifierConstructorDescriptionDistrictSearchEvent(Page page, DistrictSearchFilter filter) Instantiates a new district search event. -
Uses of Page in overit.geocallapp.wfm.locations.bl.geocoding.status.event
Constructors in overit.geocallapp.wfm.locations.bl.geocoding.status.event with parameters of type PageModifierConstructorDescriptionGeocodingStatusSearchEvent(Page page, GeocodingStatusSearchFilter filter) Instantiates a new geocoding status search event. -
Uses of Page in overit.geocallapp.wfm.locations.bl.municipality.event
Constructors in overit.geocallapp.wfm.locations.bl.municipality.event with parameters of type PageModifierConstructorDescriptionMunicipalitySearchEvent(Page page, MunicipalitySearchFilter filter) Instantiates a new municipality search event. -
Uses of Page in overit.geocallapp.wfm.locations.rs1.address
Methods in overit.geocallapp.wfm.locations.rs1.address with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAddress>> AddressService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAddressSearchFilter filter) Retrieve the all stored addresses. -
Uses of Page in overit.geocallapp.wfm.locations.rs1.addresstype
Methods in overit.geocallapp.wfm.locations.rs1.addresstype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAddressType>> AddressTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAddressTypeSearchFilter filter) Retrieve all the stored address types. -
Uses of Page in overit.geocallapp.wfm.locations.rs1.country
Methods in overit.geocallapp.wfm.locations.rs1.country with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCountry>> CountryService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCountrySearchFilter filter) Retrieve the all stored countries. -
Uses of Page in overit.geocallapp.wfm.locations.rs1.district
Methods in overit.geocallapp.wfm.locations.rs1.district with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODistrict>> DistrictService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTODistrictSearchFilter filter) Retrieve the all stored districts. -
Uses of Page in overit.geocallapp.wfm.locations.rs1.municipality
Methods in overit.geocallapp.wfm.locations.rs1.municipality with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMunicipality>> MunicipalityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMunicipalitySearchFilter filter) Retrieve the all stored municipalities. -
Uses of Page in overit.geocallapp.wfm.materials.bl.goodsgroup.event
Constructors in overit.geocallapp.wfm.materials.bl.goodsgroup.event with parameters of type PageModifierConstructorDescriptionGoodsGroupSearchEvent(Page page, GoodsGroupSearchFilter filter) Instantiates a new goods group search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.item.event
Constructors in overit.geocallapp.wfm.materials.bl.item.event with parameters of type PageModifierConstructorDescriptionMaterialItemSearchEvent(Page page, MaterialItemSearchFilter filter) Instantiates a new material item type search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.managementtype.event
Constructors in overit.geocallapp.wfm.materials.bl.managementtype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new material management type search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.material.event
Constructors in overit.geocallapp.wfm.materials.bl.material.event with parameters of type PageModifierConstructorDescriptionMaterialSearchEvent(Page page, MaterialSearchFilter filter) Instantiates a new material search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.material.history.event
Constructors in overit.geocallapp.wfm.materials.bl.material.history.event with parameters of type PageModifierConstructorDescriptionMaterialHistorySearchEvent(Page page, MaterialHistorySearchFilter filter) Instantiates a new material history search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.materialclass.event
Constructors in overit.geocallapp.wfm.materials.bl.materialclass.event with parameters of type PageModifierConstructorDescriptionMaterialClassSearchEvent(Page page, MaterialClassSearchFilter filter) Instantiates a new material class search event. -
Uses of Page in overit.geocallapp.wfm.materials.bl.type.event
Constructors in overit.geocallapp.wfm.materials.bl.type.event with parameters of type PageModifierConstructorDescriptionMaterialTypeSearchEvent(Page page, MaterialTypeSearchFilter filter) Instantiates a new material type search event. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.goodsgroup
Methods in overit.geocallapp.wfm.materials.rs1.goodsgroup with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOGoodsGroup>> GoodsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOGoodsGroupSearchFilter filter) Returns the collection of all the stored goods groups by calling theGoodsGroupSearchEvent. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.item
Methods in overit.geocallapp.wfm.materials.rs1.item with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterialItem>> MaterialItemService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialItemSearchFilter filter) Returns the collection of all the stored material item types by calling theMaterialItemSearchEvent. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.managementtype
Methods in overit.geocallapp.wfm.materials.rs1.managementtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterialManagementType>> MaterialManagementTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMaterialManagementTypeSearchFilter filter) Returns the collection of all the stored material management types by calling theMaterialManagementTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.material
Methods in overit.geocallapp.wfm.materials.rs1.material with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterial>> MaterialService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialSearchFilter filter) Returns the collection of all the stored materials by calling theMaterialSearchEvent. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.materialclass
Methods in overit.geocallapp.wfm.materials.rs1.materialclass with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterialClass>> MaterialClassService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialClassSearchFilter filter) Returns the collection of all the stored material classes by calling theMaterialClassSearchEvent. -
Uses of Page in overit.geocallapp.wfm.materials.rs1.type
Methods in overit.geocallapp.wfm.materials.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMaterialType>> MaterialTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMaterialTypeSearchFilter filter) Returns the collection of all the stored material types by calling theMaterialTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.counterdirection.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.counterdirection.event with parameters of type PageModifierConstructorDescriptionCounterDirectionSearchEvent(Page page, CounterDirectionSearchFilter filter) Instantiates a new counter direction search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.measuringelement.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.event with parameters of type PageModifierConstructorDescriptionMeasuringElementSearchEvent(Page page, MeasuringElementSearchFilter filter) Instantiates a new measuring element search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event with parameters of type PageModifierConstructorDescriptionMeasureSearchEvent(Page page, MeasureSearchFilter filter) Instantiates a new measure search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.event with parameters of type PageModifierConstructorDescriptionMeasureModeSearchEvent(Page page, MeasureModeSearchFilter filter) Instantiates a new measure mode search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.event with parameters of type PageModifierConstructorDescriptionMeasureStatusSearchEvent(Page page, MeasureStatusSearchFilter filter) Instantiates a new measure status search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.event
Constructors in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.event with parameters of type PageModifierConstructorDescriptionInstantiates a new measuring element status search event. -
Uses of Page in overit.geocallapp.wfm.measuringelements.rs1.counterdirection
Methods in overit.geocallapp.wfm.measuringelements.rs1.counterdirection with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCounterDirection>> CounterDirectionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOCounterDirectionFilter filter) Retrieve the all stored counter direction. -
Uses of Page in overit.geocallapp.wfm.measuringelements.rs1.measuremode
Methods in overit.geocallapp.wfm.measuringelements.rs1.measuremode with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeasureMode>> MeasureModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOMeasureModeFilter filter) -
Uses of Page in overit.geocallapp.wfm.measuringelements.rs1.measurestatus
Methods in overit.geocallapp.wfm.measuringelements.rs1.measurestatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeasureStatus>> MeasureStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOMeasureStatusFilter filter) Returns the collection of all the stored measure status by calling theMeasureStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.measuringelements.rs1.status
Methods in overit.geocallapp.wfm.measuringelements.rs1.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeasuringElementStatus>> MeasuringElementStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeasuringElementStatusFilter filter) Returns the collection of all the stored measuring elements status by calling theMeasuringElementStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.errorlog.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.errorlog.event with parameters of type PageModifierConstructorDescriptionMobileErrorLogSearchEvent(Page page, MobileErrorLogSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.event with parameters of type PageModifierConstructorDescriptionInstantiates a new intervention to accept search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.event with parameters of type PageModifierConstructorDescriptionMobileTechnicalObjectAttachmentsSearchEvent(Page page, MobileTechnicalObjectAttachmentsSearchFilter filter) Instantiates a new mobile technical object search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.technicalobject.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.technicalobject.event with parameters of type PageModifierConstructorDescriptionInstantiates a new mobile technical object search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.event with parameters of type PageModifierConstructorDescriptionInstantiates a new mobile interventions history search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.event with parameters of type PageModifierConstructorDescriptionMobileNotificationSearchEvent(Page page, MobileNotificationSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workorder.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.workorder.event with parameters of type PageModifierConstructorDescriptionMobileWorkOrderSearchEvent(Page page, MobileWorkOrderSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.event with parameters of type PageModifierConstructorDescriptionMobileWorkOrderCreationRequestHeaderSearchEvent(Page page, MobileWorkOrderCreationRequestHeaderSearchFilter filter) Instantiates a new mobile work order creation request header search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.event with parameters of type PageModifierConstructorDescriptionMobileWorkOrderCreationRequestStateSearchEvent(Page page, MobileWorkOrderCreationRequestStateSearchFilter filter) Instantiates a new mobile work order creation request state search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.event with parameters of type PageModifierConstructorDescriptionMobileWorkOrderCreationRequestOperationSearchEvent(Page page, MobileWorkOrderCreationRequestOperationSearchFilter filter) Instantiates a new mobile work order creation request operation search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.event
Constructors in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.event with parameters of type PageModifierConstructorDescriptionInstantiates a new mobile work order attachment search event. -
Uses of Page in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task with parameters of type PageModifier and TypeMethodDescriptionprotected List<Intervention> BTMobileWorkOrderDetailLoad.loadInterventions(Long workOrderId, Page page, PoolKit poolKit) Load the list of interventions associated to the work order operations. -
Uses of Page in overit.geocallapp.wfm.mobile.core.rs3.errorlog
Methods in overit.geocallapp.wfm.mobile.core.rs3.errorlog with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileErrorLog>> MobileErrorLogService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTOMobileErrorLogFilter filter) -
Uses of Page in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept
Methods in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileInterventionToAccept>> MobileInterventionToAcceptService.getCollection(@Valid Page page, @Valid @NotNull DTOMobileInterventionToAcceptSearchFilter filter) Retrieve all the stored interventions to accept. -
Uses of Page in overit.geocallapp.wfm.mobile.core.rs3.technicalobject
Methods in overit.geocallapp.wfm.mobile.core.rs3.technicalobject with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileAttachment>> MobileTechnicalObjectService.getAttachments(Long technicalObjectId, @Valid Page page) Retrieve the attachments related to a specific technical object.org.springframework.http.ResponseEntity<PageResponse<DTOMobileTechnicalObjectSearchResult>> MobileTechnicalObjectService.getCollection(@Valid Page page, String order, @Valid @NotNull DTOMobileTechnicalObjectSearchFilter filter) Retrieve the all stored mobile technical object search results.org.springframework.http.ResponseEntity<PageResponse<DTOMobileInterventionsHistorySearchResult>> MobileTechnicalObjectService.getInterventionsHistory(Long technicalObjectId, @Valid Page page, @Valid @NotNull DTOMobileInterventionsHistorySearchFilter filter) Retrieve the all stored mobile interventions history search results.org.springframework.http.ResponseEntity<PageResponse<DTOMobileNotificationSearchResult>> MobileTechnicalObjectService.getNotificationHistory(Long technicalObjectId, @Valid Page page, @Valid @NotNull DTOMobileNotificationSearchFilter filter) Retrieve the all stored notification history for a specific technical object. -
Uses of Page in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileResourceShiftExceptionRequest>> MobileResourceShiftExceptionRequestService.getCollection(@Valid Page page, @Valid @NotNull DTOMobileResourceShiftExceptionRequestSearchFilter filter) Retrieve the all stored work calendar work shift. -
Uses of Page in overit.geocallapp.wfm.mobile.core.rs3.workorder
Methods in overit.geocallapp.wfm.mobile.core.rs3.workorder with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileWorkOrderSearchResult>> MobileWorkOrderService.getCollection(@Valid Page page, @NotNull @Valid DTOMobileWorkOrderSearchFilter filter, String ordering) Retrieves the work orders matching the specified filter. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.event with parameters of type PageModifierConstructorDescriptionInstantiates a new data collection options group search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.outcomerule.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateStructureOutcomeRuleSearchEvent(Page page, DataCollectionTemplateStructureOutcomeRuleSearchFilter filter) Instantiates a new data collection template structure outcome rule search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.rule.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.rule.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateWOCreationRuleSearchEvent(Page page, DataCollectionTemplateWOCreationRuleSearchFilter filter) Instantiates a new data collection template WO creation rule search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.sheet.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.sheet.event with parameters of type PageModifierConstructorDescriptionWrites thePageResponseof searchedBODataCollectionSheetinto the event journal. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.event with parameters of type PageModifierConstructorDescriptionInstantiates a new data collection sheet scope search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.sheet.state.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.sheet.state.event with parameters of type PageModifierConstructorDescriptionInstantiates a new data collection sheet state search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.template.header.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.header.event with parameters of type PageModifierConstructorDescriptionInstantiates a new data collection template header search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.template.structure.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.structure.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateStructureSearchEvent(Page page, DataCollectionTemplateStructureSearchFilter filter) Instantiates a new data collection template structure search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.event with parameters of type PageModifierConstructorDescriptionDataCollectionTemplateStructureReleaseSearchEvent(Page page, DataCollectionTemplateStructureReleaseSearchFilter filter) Instantiates a new data collection template structure release search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.event with parameters of type PageModifierConstructorDescriptionDCTemplateVisibilityRuleHeaderSearchEvent(Page page, DCTemplateVisibilityRuleHeaderSearchFilter filter) Instantiates a new template visibility rule search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.event with parameters of type PageModifierConstructorDescriptionInstantiates a new template visibility rule row search event. -
Uses of Page in overit.geocallapp.wfm.mobileforms.bl.type.event
Constructors in overit.geocallapp.wfm.mobileforms.bl.type.event with parameters of type PageModifierConstructorDescriptionDataCollectionTypeSearchEvent(Page page, DataCollectionTypeSearchFilter filter) Instantiates a new data collection type search event. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.bl.type.event
Constructors in overit.geocallapp.wfm.orchestrator.assets.bl.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new technical object type search event. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentByAccountService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElement>> OrchestratorAccountMeasuringElementService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the account by calling theMeasuringElementSearchEvent. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElementMeasure>> OrchestratorAccountMeasuringElementMeasureService.getCollection(Long accountId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific account's measuring element. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentByAssetService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElement>> OrchestratorAssetMeasuringElementService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the asset by calling theMeasuringElementSearchEvent. -
Uses of Page in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElementMeasure>> OrchestratorAssetMeasuringElementMeasureService.getCollection(Long assetId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific asset's measuring element. -
Uses of Page in overit.geocallapp.wfm.orchestrator.scheduling.ux.bl.schedulableactivities.event
Constructors in overit.geocallapp.wfm.orchestrator.scheduling.ux.bl.schedulableactivities.event with parameters of type PageModifierConstructorDescriptionInstantiates a new schedulable activities search event. -
Uses of Page in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities
Methods in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulableActivities>> SchedulableActivitiesService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOSchedulableActivitiesSearchFilter filter) Retrieves a paginated collection of schedulable activities based on the provided filter criteria. -
Uses of Page in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceSkill>> OrchestratorResourceSkillService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceSkillFilter filter) -
Uses of Page in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.event
Constructors in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.event with parameters of type PageModifierConstructorDescriptionInstantiates a new resource with intervention search event. -
Uses of Page in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOInterventionMeasure>> OrchestratorInterventionMeasureService.getCollection(Long interventionId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionMeasureFilter filter) Retrieves a paginated collection of measures for a specific intervention by calling theMeasureSearchEvent. -
Uses of Page in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceWithInterventionResponse>> OrchestratorResourceWithInterventionService.getCollection(@Valid Page page, @NotNull @Valid DTOResourceWithInterventionFilter dto) Returns a list of resources and their related interventionsResourceWithInterventionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> OrchestratorWorkOrderAttachmentByWorkOrderService.getCollection(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderAttachmentFilter filter) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> OrchestratorWorkOrderAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderAttachmentFilter filter) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentSearchEventwith the right clause. -
Uses of Page in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationAttachment>> OrchestratorWorkOrderOperationAttachmentByWorkOrderService.getCollection(Long operationId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationAttachmentFilter filter) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationAttachment>> OrchestratorWorkOrderOperationAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationAttachmentFilter filter) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentSearchEventwith the right clause. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.event with parameters of type PageModifierConstructorDescriptionInstantiates a new operation center address search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.event with parameters of type PageModifierConstructorDescriptionOperationCenterSearchEvent(Page page, OperationCenterSearchFilter filter) Instantiates a new operation center search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.structure.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.structure.event with parameters of type PageModifierConstructorDescriptionStructureSearchEvent(Page page, StructureSearchFilter filter) Instantiates a new structure search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.event with parameters of type PageModifierConstructorDescriptionInstantiates a new structure validity period search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.event with parameters of type PageModifierConstructorDescriptionWorkCenterSearchEvent(Page page, WorkCenterSearchFilter filter) Instantiates a new work center search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.zone.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.zone.event with parameters of type PageModifierConstructorDescriptionZoneSearchEvent(Page page, ZoneSearchFilter filter) Instantiates a new zone search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.event
Constructors in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.event with parameters of type PageModifierConstructorDescriptionInstantiates a new zones search from microcluster search event. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOperationCenter>> OperationCenterService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOOperationCenterSearchFilter filter) Retrieve the all stored operation centers. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOperationCenterAddress>> OperationCenterAddressService.getAddresses(Long operationCenterId, @Valid Page page, Collection<String> fields, String order, @Valid DTOOperationCenterAddressFilter filter) Returns the collection of all the stored operation center addresses by calling theOperationCenterAddressSearchEvent. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.rs1.structure
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOStructure>> StructureService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOStructureFilter filter) -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOStructureValidityPeriod>> StructureValidityPeriodService.getCollection(Long structureId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOStructureValidityPeriodFilter filter) Returns the collection of all the stored structure validity periods by calling theStructureValidityPeriodSearchEvent. -
Uses of Page in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCenter>> WorkCenterService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkCenterFilter filter) Returns the collection of all the stored work centers by calling theWorkCenterSearchEvent. -
Uses of Page in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with parameters of type Page -
Uses of Page in overit.geocallapp.wfm.project.bl.activity.type.event
Constructors in overit.geocallapp.wfm.project.bl.activity.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity type search event. -
Uses of Page in overit.geocallapp.wfm.project.bl.calendarunit.event
Constructors in overit.geocallapp.wfm.project.bl.calendarunit.event with parameters of type PageModifierConstructorDescriptionCalendarUnitSearchEvent(Page page, CalendarUnitSearchFilter filter) Instantiates a new calendar unit search event. -
Uses of Page in overit.geocallapp.wfm.project.bl.type.event
Constructors in overit.geocallapp.wfm.project.bl.type.event with parameters of type PageModifierConstructorDescriptionProjectTypeSearchEvent(Page page, ProjectTypeSearchFilter filter) Instantiates a new project type search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.activity.event
Constructors in overit.geocallapp.wfm.projects.bl.activity.event with parameters of type PageModifierConstructorDescriptionProjectActivitySearchEvent(Page page, ProjectActivitySearchFilter filter) Instantiates a new project activity search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.activity.status.event
Constructors in overit.geocallapp.wfm.projects.bl.activity.status.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity status search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.activity.userstatus.event
Constructors in overit.geocallapp.wfm.projects.bl.activity.userstatus.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity user status search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.activityrelation.event
Constructors in overit.geocallapp.wfm.projects.bl.activityrelation.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity relation search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.activityrelation.type.event
Constructors in overit.geocallapp.wfm.projects.bl.activityrelation.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity relation type search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.header.event
Constructors in overit.geocallapp.wfm.projects.bl.header.event with parameters of type PageModifierConstructorDescriptionProjectHeaderSearchEvent(Page page, ProjectHeaderSearchFilter filter) Instantiates a new project header search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.profile.event
Constructors in overit.geocallapp.wfm.projects.bl.profile.event with parameters of type PageModifierConstructorDescriptionProjectProfileSearchEvent(Page page, ProjectProfileSearchFilter filter) Instantiates a new project profile search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.profile.startdate.event
Constructors in overit.geocallapp.wfm.projects.bl.profile.startdate.event with parameters of type PageModifierConstructorDescriptionInstantiates a new project activity start date search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.status.event
Constructors in overit.geocallapp.wfm.projects.bl.status.event with parameters of type PageModifierConstructorDescriptionProjectStatusSearchEvent(Page page, ProjectStatusSearchFilter filter) Instantiates a new project status search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.event
Constructors in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.event with parameters of type PageModifierConstructorDescriptionInstantiates a new time range configuration search event. -
Uses of Page in overit.geocallapp.wfm.projects.bl.userstatus.event
Constructors in overit.geocallapp.wfm.projects.bl.userstatus.event with parameters of type PageModifierConstructorDescriptionProjectUserStatusSearchEvent(Page page, ProjectUserStatusSearchFilter filter) Instantiates a new project user status search event. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivity>> ProjectsActivitiesService.getCollection(Long projectId, @Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityFilter filter) Returns the collection of all the project activity by calling theProjectActivitySearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activity.status
Methods in overit.geocallapp.wfm.projects.rs1.activity.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStatus>> ProjectActivityStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStatusFilter filter) Returns the collection of all the project activity status by calling theProjectActivityStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activity.type
Methods in overit.geocallapp.wfm.projects.rs1.activity.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityType>> ProjectActivityTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityTypeFilter filter) Returns the collection of all the project activity types by calling theProjectActivityTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activity.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.activity.userstatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityUserStatus>> ProjectActivityUserStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityUserStatusFilter filter) Returns the collection of all the project activity user status by calling theProjectActivityUserStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ProjectActivityRelationService.getPredecessorCollection(Long projectActivityId, @Valid Page page, String language, Collection<String> fields, String order) Returns the collection of all the project activity relations by calling theProjectActivityRelationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ProjectActivityRelationService.getSuccessorCollection(Long projectActivityId, @Valid Page page, String language, Collection<String> fields, String order) Returns the collection of all the project activity relations by calling theProjectActivityRelationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.activityrelation.type
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationType>> ProjectActivityRelationTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityRelationTypeFilter filter) Returns the collection of all the project activity relation type by calling theProjectActivityRelationTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.calendarunit
Methods in overit.geocallapp.wfm.projects.rs1.calendarunit with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCalendarUnit>> CalendarUnitService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOCalendarUnitFilter filter) Returns the collection of all the calendar unit by calling theCalendarUnitSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectHeader>> ProjectsHeaderService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectHeaderFilter filter) Returns the collection of all the project header by calling theProjectHeaderSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.profile
Methods in overit.geocallapp.wfm.projects.rs1.profile with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectProfile>> ProjectProfileService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectProfileFilter filter) Returns the collection of all the project profile by calling theProjectProfileSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.profile.startdate
Methods in overit.geocallapp.wfm.projects.rs1.profile.startdate with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStartDate>> ProjectActivityStartDateService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStartDateFilter filter) Returns the collection of all the project activity start date by calling theProjectActivityStartDateSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.status
Methods in overit.geocallapp.wfm.projects.rs1.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectStatus>> ProjectStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectStatusFilter filter) Returns the collection of all the project status by calling theProjectStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration
Methods in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimeRangeConfiguration>> TimeRangeConfigurationService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOTimeRangeConfigurationFilter filter) Returns the collection of all the calendar by calling theTimeRangeConfigurationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.type
Methods in overit.geocallapp.wfm.projects.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectType>> ProjectTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectTypeFilter filter) Retrieve the all stored project types. -
Uses of Page in overit.geocallapp.wfm.projects.rs1.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.userstatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProjectUserStatus>> ProjectUserStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectUserStatusFilter filter) Returns the collection of all the project user status by calling theProjectUserStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.address.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.address.event with parameters of type PageModifierConstructorDescriptionResourceAddressSearchEvent(Page page, ResourceAddressSearchFilter filter) Instantiates a new resource address search event. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.event with parameters of type PageModifierConstructorDescriptionResourceSearchEvent(Page page, ResourceSearchFilter filter) Instantiates a new resource search event. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.management.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.management.event with parameters of type PageModifierConstructorDescriptionResourceManagementSearchEvent(Page page, ResourceManagementSearchFilter filter) Instantiates a new resource management search event. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.qualification.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.qualification.event with parameters of type PageModifierConstructorDescriptionInstantiates a new resource qualification search event. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.skill.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.skill.event with parameters of type PageModifierConstructorDescriptionResourceSkillSearchEvent(Page page, ResourceSkillSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOResourceSkillobjects. -
Uses of Page in overit.geocallapp.wfm.resources.bl.resource.type.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.type.event with parameters of type PageModifierConstructorDescriptionResourceTypeSearchEvent(Page page, ResourceTypeSearchFilter filter) Instantiates a new resource type search event. -
Uses of Page in overit.geocallapp.wfm.resources.integration
Methods in overit.geocallapp.wfm.resources.integration with parameters of type PageModifier and TypeMethodDescriptionResourceEventProvider.searchPaginatedResources(Page page, ResourceSearchFilter resourceSearchFilter) ResourceProvider.searchPaginatedResources(Page page, ResourceSearchFilter resourceSearchFilter) ResourceEventProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) ResourceProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) -
Uses of Page in overit.geocallapp.wfm.resources.rs1.resource
Methods in overit.geocallapp.wfm.resources.rs1.resource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResource>> ResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceFilter filter) -
Uses of Page in overit.geocallapp.wfm.resources.rs1.resourceaddress
Methods in overit.geocallapp.wfm.resources.rs1.resourceaddress with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceAddress>> ResourceAddressService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, @Valid DTOResourceAddressFilter filter) -
Uses of Page in overit.geocallapp.wfm.resources.rs1.resourcemanagement
Methods in overit.geocallapp.wfm.resources.rs1.resourcemanagement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceManagement>> ResourceManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceManagementFilter filter) Returns the collection of all the stored resource managements by calling theResourceManagementSearchEvent. -
Uses of Page in overit.geocallapp.wfm.resources.rs1.resourcetype
Methods in overit.geocallapp.wfm.resources.rs1.resourcetype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceType>> ResourceTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOResourceTypeFilter filter) Returns the collection of all the stored resource types by calling theResourceTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.activity.result.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.activity.result.event with parameters of type PageModifierConstructorDescriptionInstantiates a new rough planning activity result search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.bucket.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.bucket.event with parameters of type PageModifierConstructorDescriptionInstantiates a new rough planning bucket search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.capacity.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.capacity.event with parameters of type PageModifierConstructorDescriptionCapacitySummarySearchEvent(Page page, CapacitySummarySearchFilter filter) Instantiates a new rough planning capacity summary search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.creationfilter.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.creationfilter.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.demand.detail.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.demand.detail.event with parameters of type PageModifierConstructorDescriptionInstantiates a new rough planning capacity summary search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.demand.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.demand.event with parameters of type PageModifierConstructorDescriptionDemandSummarySearchEvent(Page page, DemandSummarySearchFilter filter) Instantiates a new rough planning demand summary search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.event with parameters of type PageModifierConstructorDescriptionRoughPlanningSearchEvent(Page page, RoughPlanningSearchFilter filter) Instantiates a new rough planning search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.resource.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.resource.event with parameters of type PageModifierConstructorDescriptionInstantiates a new rough planning resource search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.resource.result.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.resource.result.event with parameters of type PageModifierConstructorDescriptionInstantiates a new rough planning resource result search event. -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.event with parameters of type PageModifierConstructorDescriptionRoughPlanningBucketMovementStateSearchEvent(Page page, RoughPlanningBucketMovementStateSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.bucket
Methods in overit.geocallapp.wfm.roughplanning.rs1.bucket with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucket>> WorkloadAnalysisBucketService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order) Returns the collection of all the storedBORoughPlanningBucketobjects by calling theRoughPlanningBucketSearchEventevent -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand
Methods in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODemandSummaryDetail>> DemandSummariesDetailsService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, @Valid DTODemandSummaryDetailFilter filter) Retrieves the requiredDemandSummaryobject by calling theDemandSummaryDetailSearchEventevent -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.resource
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningResource>> WorkloadAnalysisResourceService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningResourceSearchFilter filter) Returns the collection of all the storedBORoughPlanningResourceobjects by calling theRoughPlanningResourceSearchEventevent -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.resource.result
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource.result with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningResourceResult>> WorkloadAnalysisResourceResultService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningResourceResultSearchFilter filter) Returns the collection of all the storedBORoughPlanningResourceResultobjects by calling theRoughPlanningResourceResultSearchEventevent -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.roughplanning
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanning with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanning>> WorkloadAnalysisService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningSearchFilter filter) Returns the collection of all the storedBORoughPlanningobjects by calling theRoughPlanningSearchEventevent -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucketMovement>> RoughPlanningBucketMovementService.getCollection(Long roughPlanningId, @Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTORoughPlanningBucketMovementFilter filter) -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucketMovementState>> RoughPlanningBucketMovementStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTORoughPlanningBucketMovementStateFilter filter) -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningOrderMovement>> RoughPlanningOrderMovementService.getCollection(Long roughPlanningId, @Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTORoughPlanningOrderMovementFilter filter) -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.weight.rule
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.rule with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionRule>> WorkloadDistributionRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkloadDistributionRuleFilter filter) Returns the collection of all the storedDTOWorkloadDistributionRuleby calling theWorkloadDistributionRuleSearchEvent. -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkloadRuleWOCombination>> WorkloadRuleWOCombinationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkloadRuleWOCombinationFilter filter) Returns the collection of all the storedDTOWorkloadRuleWOCombinationby calling theWorkloadRuleWOCombinationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionWeight>> WorkloadDistributionWeightService.getCollection(@Valid Page page, Collection<String> fields, String order, Long workLoadDistributionRuleId, @Valid @NotNull DTOWorkloadDistributionWeightFilter filter) Returns the collection of all the storedDTOWorkloadDistributionWeightby calling theWorkloadDistributionWeightSearchEvent. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.event
Constructors in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.event with parameters of type PageModifierConstructorDescriptionInstantiates a new agenda resource role search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.agenda.status.event
Constructors in overit.geocallapp.wfm.scheduling.bl.agenda.status.event with parameters of type PageModifierConstructorDescriptionAgendaStatusSearchEvent(Page page, AgendaStatusSearchFilter filter) Instantiates a new agenda status search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.appointment.status.event
Constructors in overit.geocallapp.wfm.scheduling.bl.appointment.status.event with parameters of type PageModifierConstructorDescriptionAppointmentStatusSearchEvent(Page page, AppointmentStatusSearchFilter filter) Instantiates a new appointment status search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.clocking.type.event
Constructors in overit.geocallapp.wfm.scheduling.bl.clocking.type.event with parameters of type PageModifierConstructorDescriptionClockingTypeSearchEvent(Page page, ClockingTypeSearchFilter filter) Instantiates a new clocking type search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingConfigurationSearchEvent(Page page, ImmediateSchedulingConfigurationSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingPositionTypeSearchEvent(Page page, ImmediateSchedulingPositionTypeSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingReprocessingModeSearchEvent(Page page, ImmediateSchedulingReprocessingModeSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingProcessingSearchEvent(Page page, ImmediateSchedulingProcessingSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingLastProcessingSearchEvent(Page page, ImmediateSchedulingLastProcessingSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingResourceProcessingSearchEvent(Page page, ImmediateSchedulingResourceProcessingSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingResourceExclusionSearchEvent(Page page, ImmediateSchedulingResourceExclusionSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingExclusionReasonSearchEvent(Page page, ImmediateSchedulingExclusionReasonSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.event with parameters of type PageModifierConstructorDescriptionImmediateSchedulingWorkOrderHistorySearchEvent(Page page, ImmediateSchedulingWorkOrderHistorySearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.event
Constructors in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.model.event
Constructors in overit.geocallapp.wfm.scheduling.bl.model.event with parameters of type PageModifierConstructorDescriptionSchedulingModelSearchEvent(Page page, SchedulingModelSearchFilter filter) Instantiates a new scheduling mode search event.TeamModelSearchEvent(Page page, TeamModelSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.model.row.event
Constructors in overit.geocallapp.wfm.scheduling.bl.model.row.event with parameters of type PageModifierConstructorDescriptionSchedulingModelRowSearchEvent(Page page, SchedulingModelRowSearchFilter filter) Instantiates a new scheduling model row search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.event with parameters of type PageModifierConstructorDescriptionInstantiates a new OSS integration configuration search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.event with parameters of type PageModifierConstructorDescriptionInstantiates a new integration vehicle type search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.event with parameters of type PageModifierConstructorDescriptionOssIntegrationTypeSearchEvent(Page page, OssIntegrationTypeSearchFilter filter) Instantiates a new OSS integration type search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.matrix.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.matrix.event with parameters of type PageModifierConstructorDescriptionOssMatrixSearchEvent(Page page, OssMatrixSearchFilter filter) Instantiates a new OSS matrix search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.response.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.response.event with parameters of type PageModifierConstructorDescriptionOssResponseLogSearchEvent(Page page, OssResponseLogSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.oss.space.event
Constructors in overit.geocallapp.wfm.scheduling.bl.oss.space.event with parameters of type PageModifierConstructorDescriptionOssSpaceSearchEvent(Page page, OssSpaceSearchFilter filter) Instantiates a new OSS space search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.event
Constructors in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.event with parameters of type PageModifierConstructorDescriptionInstantiates a new planning action history search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.event
Constructors in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new planning action history type search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.event with parameters of type PageModifierConstructorDescriptionInstantiates a new cancellation activity status search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.event with parameters of type PageModifierConstructorDescriptionActivityToCancelSearchEvent(Page page, ActivityToCancelSearchFilter filter) Instantiates a new activity to cancel search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.event with parameters of type PageModifierConstructorDescriptionSchedulingToCancelSearchEvent(Page page, SchedulingToCancelSearchFilter filter) Instantiates a new scheduling to cancel search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.event with parameters of type PageModifierConstructorDescriptionSchedulingSearchEvent(Page page, SchedulingSearchFilter filter) Instantiates a new scheduling search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.event with parameters of type PageModifierConstructorDescriptionSchedulingModeSearchEvent(Page page, SchedulingModeSearchFilter filter) Instantiates a new scheduling mode search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.scheduling.status.event
Constructors in overit.geocallapp.wfm.scheduling.bl.scheduling.status.event with parameters of type PageModifierConstructorDescriptionSchedulingStatusSearchEvent(Page page, SchedulingStatusSearchFilter filter) Instantiates a new scheduling status search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.teamdislocation.event
Constructors in overit.geocallapp.wfm.scheduling.bl.teamdislocation.event with parameters of type PageModifierConstructorDescriptionTeamDislocationSearchEvent(Page page, TeamDislocationSearchFilter filter) Instantiates a new team dislocation search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.teamlocation.event
Constructors in overit.geocallapp.wfm.scheduling.bl.teamlocation.event with parameters of type PageModifierConstructorDescriptionTeamLocationSearchEvent(Page page, TeamLocationSearchFilter filter) Instantiates a new team location search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.bl.transfertimetype.event
Constructors in overit.geocallapp.wfm.scheduling.bl.transfertimetype.event with parameters of type PageModifierConstructorDescriptionTransferTimeTypeSearchEvent(Page page, TransferTimeTypeSearchFilter filter) Instantiates a new transfer time type search event. -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.clockingtype
Methods in overit.geocallapp.wfm.scheduling.rs1.clockingtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOClockingTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingConfiguration>> ImmediateSchedulingConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingConfigurationFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingPositionType>> ImmediateSchedulingPositionTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingPositionTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingReprocessingMode>> ImmediateSchedulingReprocessingModeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingReprocessingModeFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWOSort>> ImmediateSchedulingWOSortService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWOSortFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingCalendar>> ImmediateSchedulingCalendarService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingCalendarFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingProcessing>> ImmediateSchedulingProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingProcessingFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingLastProcessing>> ImmediateSchedulingLastProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingLastProcessingFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceProcessing>> ImmediateSchedulingResourceProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceProcessingFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceExclusion>> ImmediateSchedulingResourceExclusionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceExclusionFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingExclusionReason>> ImmediateSchedulingExclusionReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingExclusionReasonFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingState>> ImmediateSchedulingStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingStateFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingTracking>> ImmediateSchedulingTrackingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingTrackingFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWorkOrder>> ImmediateSchedulingWorkOrderService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWorkOrderFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWorkOrderHistory>> ImmediateSchedulingWorkOrderHistoryService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWorkOrderHistoryFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWOState>> ImmediateSchedulingWOStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWOStateFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.scheduling
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOScheduling>> SchedulingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingFilter filter) Returns the collection of all the storedDTOSchedulingby calling theSchedulingSearchEvent. -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingMode>> SchedulingModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingModeFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.scheduling.status
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingStatus>> SchedulingStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingStatusFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.teamdislocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamdislocation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamDislocation>> TeamDislocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamDislocationFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.teamlocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamlocation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamLocation>> TeamLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamLocationFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.rs1.transfertimetype
Methods in overit.geocallapp.wfm.scheduling.rs1.transfertimetype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferTimeType>> TransferTimeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTransferTimeTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.scheduling.timeslot.bl.event
Constructors in overit.geocallapp.wfm.scheduling.timeslot.bl.event with parameters of type PageModifierConstructorDescriptionSchedulingTimeslotSearchEvent(Page page, SchedulingTimeslotSearchFilter filter) Instantiates a scheduling timeslot search event -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.activity.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.activity.event with parameters of type PageModifierConstructorDescriptionInstantiates a new activity skill configuration search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.division.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.division.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill configuration division search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.division.history.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.division.history.event with parameters of type PageModifierConstructorDescriptionSkillConfigurationDivisionHistorySearchEvent(Page page, SkillConfigurationDivisionHistorySearchFilter filter) Instantiates a new skill configuration division history search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.event with parameters of type PageModifierConstructorDescriptionSkillConfigurationSearchEvent(Page page, SkillConfigurationSearchFilter filter) Instantiates a new skill configuration search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.history.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new material history search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.skill.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.skill.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill configuration skill search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.configuration.skill.history.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.skill.history.event with parameters of type PageModifierConstructorDescriptionSkillConfigurationSkillHistorySearchEvent(Page page, SkillConfigurationSkillHistorySearchFilter filter) Instantiates a new skill configuration-skill history search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.division.event
Constructors in overit.geocallapp.wfm.skills.bl.division.event with parameters of type PageModifierConstructorDescriptionSkillDivisionSearchEvent(Page page, SkillDivisionSearchFilter filter) Instantiates a new skill division search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.division.history.event
Constructors in overit.geocallapp.wfm.skills.bl.division.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill division history search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.division.skill.event
Constructors in overit.geocallapp.wfm.skills.bl.division.skill.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill division skill grouped relation search event.SkillDivisionSkillSearchEvent(Page page, SkillDivisionSkillSearchFilter filter) Instantiates a new skill division skill search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.division.skill.history.event
Constructors in overit.geocallapp.wfm.skills.bl.division.skill.history.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill division-skill history search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.level.event
Constructors in overit.geocallapp.wfm.skills.bl.level.event with parameters of type PageModifierConstructorDescriptionSkillLevelSearchEvent(Page page, SkillLevelSearchFilter filter) Instantiates a new skill level search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.overrideconfiguration.event
Constructors in overit.geocallapp.wfm.skills.bl.overrideconfiguration.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.event
Constructors in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.event with parameters of type PageModifierConstructorDescriptionSkillOverrideConfigurationSkillSearchEvent(Page page, SkillOverrideConfigurationSkillSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.skills.bl.qualification.event
Constructors in overit.geocallapp.wfm.skills.bl.qualification.event with parameters of type PageModifierConstructorDescriptionQualificationSearchEvent(Page page, QualificationSearchFilter filter) Instantiates a new qualification search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.skill.event
Constructors in overit.geocallapp.wfm.skills.bl.skill.event with parameters of type PageModifierConstructorDescriptionSkillSearchEvent(Page page, SkillSearchFilter filter) Instantiates a new skill search event. -
Uses of Page in overit.geocallapp.wfm.skills.bl.skill.qualification.event
Constructors in overit.geocallapp.wfm.skills.bl.skill.qualification.event with parameters of type PageModifierConstructorDescriptionSkillQualificationSearchEvent(Page page, SkillQualificationSearchFilter filter) Instantiates a new skill qualification search event. -
Uses of Page in overit.geocallapp.wfm.skills.integration
Methods in overit.geocallapp.wfm.skills.integration with parameters of type PageModifier and TypeMethodDescriptionSkillsEventProvider.searchSkill(Page page, SkillSearchFilter filter) SkillsProvider.searchSkill(Page page, SkillSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skill
Methods in overit.geocallapp.wfm.skills.rs1.skill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkill>> SkillService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOSkillFilter filter) Returns the collection of all the stored skills by calling theSkillSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skillconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skillconfiguration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillConfiguration>> SkillConfigurationService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOSkillConfigurationFilter filter) Returns the collection of all the stored skill configurations by calling theSkillConfigurationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillConfigurationDivision>> SkillConfigurationDivisionService.getCollection(Long configurationId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillConfigurationDivisionFilter filter) Returns the collection of all the stored skill configuration divisions by calling theSkillConfigurationDivisionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillConfigurationSkill>> SkillConfigurationSkillService.getCollection(Long configurationId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillConfigurationSkillFilter filter) Returns the collection of all the storedDTOSkillConfigurationSkills by calling theSkillConfigurationSkillSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skilldivision
Methods in overit.geocallapp.wfm.skills.rs1.skilldivision with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillDivision>> SkillDivisionService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOSkillDivisionFilter filter) Returns the collection of all the stored skill divisions by calling theSkillDivisionSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skilldivisionskill
Methods in overit.geocallapp.wfm.skills.rs1.skilldivisionskill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillDivisionSkill>> SkillDivisionSkillService.getCollection(Long divisionId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillDivisionSkillFilter filter) Returns the collection of all the storedDTOSkillDivisionSkills by calling theSkillDivisionSkillGroupedRelationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skilllevel
Methods in overit.geocallapp.wfm.skills.rs1.skilllevel with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillLevel>> SkillLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSkillLevelFilter filter) -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillOverrideConfiguration>> SkillOverrideConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOSkillOverrideConfigurationFilter filter) -
Uses of Page in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillOverrideConfigurationSkill>> SkillOverrideConfigurationSkillService.getCollection(Long skillOverrideConfigurationId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSkillOverrideConfigurationSkillFilter filter) -
Uses of Page in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.event
Constructors in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.event with parameters of type PageModifierConstructorDescriptionHolidaySearchEvent(Page page, HolidaySearchFilter filter) Instantiates a new holiday search event. -
Uses of Page in overit.geocallapp.wfm.systemsettings.bl.datatype.event
Constructors in overit.geocallapp.wfm.systemsettings.bl.datatype.event with parameters of type PageModifierConstructorDescriptionDataTypeSearchEvent(Page page, DataTypeSearchFilter filter) Instantiates a new data type search event. -
Uses of Page in overit.geocallapp.wfm.systemsettings.bl.externalsystem.event
Constructors in overit.geocallapp.wfm.systemsettings.bl.externalsystem.event with parameters of type PageModifierConstructorDescriptionExternalSystemSearchEvent(Page page, ExternalSystemSearchFilter filter) Instantiates a new external system search event. -
Uses of Page in overit.geocallapp.wfm.systemsettings.bl.measurementunit.event
Constructors in overit.geocallapp.wfm.systemsettings.bl.measurementunit.event with parameters of type PageModifierConstructorDescriptionMeasureUnitSearchEvent(Page page, MeasureUnitSearchFilter filter) Instantiates a new measure unit search event. -
Uses of Page in overit.geocallapp.wfm.systemsettings.rs1.datatype
Methods in overit.geocallapp.wfm.systemsettings.rs1.datatype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataType>> DataTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTODataTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.systemsettings.rs1.externalsystem
Methods in overit.geocallapp.wfm.systemsettings.rs1.externalsystem with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOExternalSystem>> ExternalSystemService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOExternalSystemFilter filter) Returns the collection of all the stored external system by calling theExternalSystemSearchEvent. -
Uses of Page in overit.geocallapp.wfm.systemsettings.rs1.holiday
Methods in overit.geocallapp.wfm.systemsettings.rs1.holiday with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOHoliday>> HolidayService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHolidayFilter filter) -
Uses of Page in overit.geocallapp.wfm.systemsettings.rs1.measurementunit
Methods in overit.geocallapp.wfm.systemsettings.rs1.measurementunit with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeasurementUnit>> MeasurementUnitService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOMeasurementUnitFilter filter) Retrieve all the stored measurement units. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.cardinality.event
Constructors in overit.geocallapp.wfm.teams.bl.team.cardinality.event with parameters of type PageModifierConstructorDescriptionTeamCardinalitySearchEvent(Page page, TeamCardinalitySearchFilter filter) Instantiates a new team cardinality search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.event
Constructors in overit.geocallapp.wfm.teams.bl.team.event with parameters of type PageModifierConstructorDescriptionTeamSearchEvent(Page page, TeamSearchFilter filter) Instantiates a new team search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.event
Constructors in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill division search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.event
Constructors in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.event with parameters of type PageModifierConstructorDescriptionInstantiates a new skill division search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.level.event
Constructors in overit.geocallapp.wfm.teams.bl.team.level.event with parameters of type PageModifierConstructorDescriptionTeamLevelSearchEvent(Page page, TeamLevelSearchFilter filter) Instantiates a new team level search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.member.event
Constructors in overit.geocallapp.wfm.teams.bl.team.member.event with parameters of type PageModifierConstructorDescriptionTeamMemberSearchEvent(Page page, TeamMemberSearchFilter filter) Instantiates a new team member search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.shift.event
Constructors in overit.geocallapp.wfm.teams.bl.team.shift.event with parameters of type PageModifierConstructorDescriptionTeamShiftSearchEvent(Page page, TeamShiftSearchFilter filter) Instantiates a new team shift search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.shift.resource.event
Constructors in overit.geocallapp.wfm.teams.bl.team.shift.resource.event with parameters of type PageModifierConstructorDescriptionTeamShiftExtendedSearchEvent(Page page, TeamShiftExtendedSearchFilter filter) Instantiates a new team shift resource search event.TeamShiftResourceSearchEvent(Page page, TeamShiftResourceSearchFilter filter) Instantiates a new team shift resource search event. -
Uses of Page in overit.geocallapp.wfm.teams.bl.team.type.event
Constructors in overit.geocallapp.wfm.teams.bl.team.type.event with parameters of type PageModifierConstructorDescriptionTeamTypeSearchEvent(Page page, TeamTypeSearchFilter filter) Instantiates a new team type search event. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.team
Methods in overit.geocallapp.wfm.teams.rs1.team with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeam>> TeamService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamFilter filter) Returns the collection of all the stored teams by calling theTeamSearchEvent. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.teamcardinality
Methods in overit.geocallapp.wfm.teams.rs1.teamcardinality with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamCardinality>> TeamCardinalityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamCardinalityFilter filter) Returns the collection of all the stored team cardinalities by calling theTeamCardinalitySearchEvent. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.teamlevel
Methods in overit.geocallapp.wfm.teams.rs1.teamlevel with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamLevel>> TeamLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamLevelFilter filter) Returns the collection of all the stored team level by calling theTeamLevelSearchEvent. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.teammember
Methods in overit.geocallapp.wfm.teams.rs1.teammember with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamMember>> TeamMemberService.getCollection(@Valid Page page, Collection<String> fields, String order, DTOTeamMemberFilter filter) Returns the collection of all the stored team member by calling theTeamMemberSearchEvent. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.teamshifts
Methods in overit.geocallapp.wfm.teams.rs1.teamshifts with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamShift>> TeamShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamShiftFilter filter) Returns the collection of all the stored team shifts by calling theTeamShiftSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamShiftResource>> TeamShiftService.getTeamShiftResource(Long teamShiftId, @Valid Page page, Collection<String> fields, String order, @Valid DTOTeamShiftResourceFilter filter) Returns the collection of all the stored resources associated to the specified team shift by calling theTeamShiftResourceSearchEvent. -
Uses of Page in overit.geocallapp.wfm.teams.rs1.teamtypes
Methods in overit.geocallapp.wfm.teams.rs1.teamtypes with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamType>> TeamTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamTypeFilter filter) Returns the collection of all the stored team typ[e by calling theTeamTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.timesheets.bl.clocking.event
Constructors in overit.geocallapp.wfm.timesheets.bl.clocking.event with parameters of type PageModifierConstructorDescriptionClockingSearchEvent(Page page, ClockingSearchFilter filter) Instantiates a new clocking search event. -
Uses of Page in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.event
Constructors in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.event with parameters of type PageModifierConstructorDescriptionClockingActionTypeSearchEvent(Page page, ClockingActionTypeSearchFilter filter) Instantiates a new clocking action type search event. -
Uses of Page in overit.geocallapp.wfm.timesheets.bl.clocking.type.event
Constructors in overit.geocallapp.wfm.timesheets.bl.clocking.type.event with parameters of type PageModifierConstructorDescriptionClockingTypeSearchEvent(Page page, ClockingTypeSearchFilter filter) Instantiates a new clocking type search event. -
Uses of Page in overit.geocallapp.wfm.timesheets.rs1.clockings
Methods in overit.geocallapp.wfm.timesheets.rs1.clockings with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOClockingFilter filter) Returns the collection of all the stored clockings by calling theClockingSearchEvent. -
Uses of Page in overit.geocallapp.wfm.vehicles.bl.event
Constructors in overit.geocallapp.wfm.vehicles.bl.event with parameters of type PageModifierConstructorDescriptionVehicleSearchEvent(Page page, VehicleSearchFilter filter) Instantiates a new vehicle search event. -
Uses of Page in overit.geocallapp.wfm.vehicles.rs1.vehicles
Methods in overit.geocallapp.wfm.vehicles.rs1.vehicles with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOVehicle>> VehicleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOVehicleFilter filter) Returns the collection of all the stored vehicles by calling theVehicleSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.activity.event
Constructors in overit.geocallapp.wfm.workorders.bl.activity.event with parameters of type PageModifierConstructorDescriptionActivitySearchEvent(Page page, ActivitySearchFilter filter) Instantiates a new scheduling activity search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.event
Constructors in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.event with parameters of type PageModifierConstructorDescriptionInstantiates a new activity skill configuration search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.event
Constructors in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.event with parameters of type PageModifierConstructorDescriptionInstantiates a new cancel suspend reason search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.header.event
Constructors in overit.geocallapp.wfm.workorders.bl.header.event with parameters of type PageModifierConstructorDescriptionWorkOrderHeaderSearchEvent(Page page, WorkOrderHeaderSearchFilter filter) Instantiates a new work order header search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.meter.event
Constructors in overit.geocallapp.wfm.workorders.bl.meter.event with parameters of type PageModifierConstructorDescriptionWorkOrderMeterSearchEvent(Page page, WorkOrderMeterSearchFilter filter) Instantiates a new work order's meter relations search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.note.event
Constructors in overit.geocallapp.wfm.workorders.bl.note.event with parameters of type PageModifierConstructorDescriptionWorkOrderNoteSearchEvent(Page page, WorkOrderNoteSearchFilter filter) Instantiates a search event with pagination and filter. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.operation.event
Constructors in overit.geocallapp.wfm.workorders.bl.operation.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationSearchEvent(Page page, WorkOrderOperationSearchFilter filter) Instantiates a new work order operation search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.event
Constructors in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.workorders.bl.operation.status.event
Constructors in overit.geocallapp.wfm.workorders.bl.operation.status.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation status search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.operation.type.event
Constructors in overit.geocallapp.wfm.workorders.bl.operation.type.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order operation type search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.operationtypecategory.event
Constructors in overit.geocallapp.wfm.workorders.bl.operationtypecategory.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationTypeCategorySearchEvent(Page page, WorkOrderOperationTypeCategorySearchFilter filter) Event for search work order operation type category -
Uses of Page in overit.geocallapp.wfm.workorders.bl.origin.event
Constructors in overit.geocallapp.wfm.workorders.bl.origin.event with parameters of type PageModifierConstructorDescriptionWorkOrderOriginSearchEvent(Page page, WorkOrderOriginSearchFilter filter) Instantiates a new work order source search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.requesttype.event
Constructors in overit.geocallapp.wfm.workorders.bl.requesttype.event with parameters of type PageModifierConstructorDescriptionRequestTypeSearchEvent(Page page, RequestTypeSearchFilter filter) Instantiates a new request type search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.sequencenumber.event
Constructors in overit.geocallapp.wfm.workorders.bl.sequencenumber.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order's sequence number search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.servicetype.event
Constructors in overit.geocallapp.wfm.workorders.bl.servicetype.event with parameters of type PageModifierConstructorDescriptionServiceTypeSearchEvent(Page page, ServiceTypeSearchFilter filter) Instantiates a new service type search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.status.event
Constructors in overit.geocallapp.wfm.workorders.bl.status.event with parameters of type PageModifierConstructorDescriptionWorkOrderStatusSearchEvent(Page page, WorkOrderStatusSearchFilter filter) Instantiates a new work order status search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.type.activity.event
Constructors in overit.geocallapp.wfm.workorders.bl.type.activity.event with parameters of type PageModifierConstructorDescriptionWorkOrderOperationTypeActivitySearchEvent(Page page, WorkOrderOperationTypeActivitySearchFilter filter) Instantiates a new work order type activity search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.type.event
Constructors in overit.geocallapp.wfm.workorders.bl.type.event with parameters of type PageModifierConstructorDescriptionWorkOrderTypeSearchEvent(Page page, WorkOrderTypeSearchFilter filter) Instantiates a new wo type search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.type.eventmanager.event
Constructors in overit.geocallapp.wfm.workorders.bl.type.eventmanager.event with parameters of type PageModifierConstructorDescription -
Uses of Page in overit.geocallapp.wfm.workorders.bl.type.structure.event
Constructors in overit.geocallapp.wfm.workorders.bl.type.structure.event with parameters of type PageModifierConstructorDescriptionInstantiates a new work order type structure search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.urgency.event
Constructors in overit.geocallapp.wfm.workorders.bl.urgency.event with parameters of type PageModifierConstructorDescriptionWorkOrderUrgencySearchEvent(Page page, WorkOrderUrgencySearchFilter filter) Instantiates a new work order urgency search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.workcycle.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.event with parameters of type PageModifierConstructorDescriptionWorkCycleSearchEvent(Page page, WorkCycleSearchFilter filter) Instantiates a new work cycle search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.workcycle.rule.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.rule.event with parameters of type PageModifierConstructorDescriptionWorkCycleRuleSearchEvent(Page page, WorkCycleRuleSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.bl.workcycle.structure.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.structure.event with parameters of type PageModifierConstructorDescriptionWorkCycleStructureSearchEvent(Page page, WorkCycleStructureSearchFilter filter) Instantiates a new work cycle structure search event. -
Uses of Page in overit.geocallapp.wfm.workorders.bl.workload.event
Constructors in overit.geocallapp.wfm.workorders.bl.workload.event with parameters of type PageModifierConstructorDescriptionWorkLoadDetailSearchEvent(Page page, WorkLoadDetailSearchFilter filter) Instantiates a new work load search event.WorkLoadSearchEvent(Page page, WorkLoadSearchFilter filter) Instantiates a new work load search event. -
Uses of Page in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration with parameters of type PageModifier and TypeMethodDescriptionWorkOrderEventProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderEventProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderEventProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) WorkOrderProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.activity
Methods in overit.geocallapp.wfm.workorders.rs1.activity with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOActivity>> ActivityService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOActivityFilter filter) Returns the collection of all the storedDTOActivityby calling theActivitySearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration
Methods in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOActivitySkillConfiguration>> ActivitySkillConfigurationService.getCollection(Long activityId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOActivitySkillConfigurationFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.note
Methods in overit.geocallapp.wfm.workorders.rs1.note with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderNote>> WorkOrderNoteService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkOrderNoteFilter filter) Returns the collection of all the stored work order notes by calling theWorkOrderNoteSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationDirectService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored operations by calling theWorkOrderOperationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationService.getCollection(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored work order operations by calling theWorkOrderOperationSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.operationRequirement
Methods in overit.geocallapp.wfm.workorders.rs1.operationRequirement with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOperationRequirement>> OperationRequirementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOperationRequirementFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.operationstatus
Methods in overit.geocallapp.wfm.workorders.rs1.operationstatus with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationStatus>> WorkOrderOperationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationStatusFilter filter) Returns the collection of all the stored work order operation status by calling theWorkOrderOperationStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.operationtype
Methods in overit.geocallapp.wfm.workorders.rs1.operationtype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationType>> WorkOrderOperationTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderOperationTypeFilter filter) Returns the collection of all the stored work order operation types by calling theWorkOrderOperationTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.operationtypecategory
Methods in overit.geocallapp.wfm.workorders.rs1.operationtypecategory with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationTypeCategory>> WorkOrderOperationTypeCategoryService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkOrderOperationTypeCategoryFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.origin
Methods in overit.geocallapp.wfm.workorders.rs1.origin with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOrigin>> WorkOrderOriginService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOriginFilter filter) Returns the collection of all the stored work order origins by calling theWorkOrderOriginSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.requesttype
Methods in overit.geocallapp.wfm.workorders.rs1.requesttype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORequestType>> RequestTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTORequestTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.servicetype
Methods in overit.geocallapp.wfm.workorders.rs1.servicetype with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOServiceType>> ServiceTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOServiceTypeFilter filter) -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.status
Methods in overit.geocallapp.wfm.workorders.rs1.status with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderStatus>> WorkOrderStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderStatusFilter filter) Returns the collection of all the stored work order status by calling theWorkOrderStatusSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.type
Methods in overit.geocallapp.wfm.workorders.rs1.type with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderType>> WorkOrderTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderTypeFilter filter) Returns the collection of all the stored work order types by calling theWorkOrderTypeSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.type.structure
Methods in overit.geocallapp.wfm.workorders.rs1.type.structure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderTypeStructure>> WorkOrderTypeStructureService.getCollection(Long typeId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderTypeStructureFilter filter) Retrieve the all stored relations from work order type and structure. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.urgency
Methods in overit.geocallapp.wfm.workorders.rs1.urgency with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderUrgency>> WorkOrderUrgencyService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderUrgencyFilter filter) Returns the collection of all the stored work order urgencies by calling theWorkOrderUrgencySearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.workorders.rs1.workcycle with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCycle>> WorkCycleService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkCycleFilter filter) Returns the collection of all the stored work cycles by calling theWorkCycleSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.workorders.rs1.workcyclestructure with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCycleStructure>> WorkCycleStructureService.getCollection(Long workCycleId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkCycleStructureFilter filter) Retrieve the all stored work cycle structures. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.workload
Methods in overit.geocallapp.wfm.workorders.rs1.workload with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkLoad>> WorkLoadService.getWorkLoadDistribution(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkLoadFilter filter) Returns the collection of all the stored work loads by calling theWorkLoadSearchEvent. -
Uses of Page in overit.geocallapp.wfm.workorders.rs1.workorders
Methods in overit.geocallapp.wfm.workorders.rs1.workorders with parameters of type PageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderHeader>> WorkOrderService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderHeaderFilter filter) Returns the collection of all the stored work order headers by calling theWorkOrderHeaderSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderMeter>> WorkOrderService.getWorkOrderMeters(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderMeterFilter filter) Returns the collection of all the stored meter associated to the specified work order by calling theWorkOrderMeterSearchEvent.