Uses of Class
overit.geocall.model.PageResponse
Packages that use PageResponse
Package
Description
-
Uses of PageResponse in overit.geocall.base.rs2.profile
Methods in overit.geocall.base.rs2.profile that return PageResponseModifier and TypeMethodDescriptionUserProfileService.getProfiles(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserProfile filter) -
Uses of PageResponse in overit.geocall.base.rs2.user
Methods in overit.geocall.base.rs2.user that return PageResponseModifier and TypeMethodDescriptionUserService.getUsers(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserFilter filter) -
Uses of PageResponse in overit.geocall.base.rs2.usertype
Methods in overit.geocall.base.rs2.usertype that return PageResponseModifier and TypeMethodDescriptionUserTypeServiceV2.getUserTypes(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserTypeFilter filter) -
Uses of PageResponse in overit.geocall.basic.bl.profile.service
Methods in overit.geocall.basic.bl.profile.service that return PageResponseModifier 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 PageResponse in overit.geocall.basic.bl.profile.task
Methods in overit.geocall.basic.bl.profile.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOUserProfile> BTUserProfilesLoad.getPageResponse(List<BOUserProfile> profiles, Page p, DBView dbv) -
Uses of PageResponse in overit.geocall.model
Methods in overit.geocall.model that return PageResponseModifier and TypeMethodDescriptionstatic <T> PageResponse<T> PageResponse.emptyResponse()Utility method to easily create an empty response.<C> PageResponse<C> PageResponse.mapContent(M2Mapper mapper, Class<C> targetClass) Convert the object contained into the response into another type. -
Uses of PageResponse in overit.geocallapp.utilities.core.data
Methods in overit.geocallapp.utilities.core.data that return PageResponseModifier 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.Methods in overit.geocallapp.utilities.core.data with parameters of type PageResponseModifier and TypeMethodDescriptionstatic <T extends DynO>
voidDAOUtils.addTotalToResponse(DBView result, PageResponse<T> pageResponse) Adds total count information to a paginated response if available. -
Uses of PageResponse in overit.geocallapp.utilities.dataaccess
Methods in overit.geocallapp.utilities.dataaccess that return PageResponseModifier and TypeMethodDescriptionstatic <T extends DynO>
PageResponse<T> DBViewUtils.toPageResponse(DBView in, DynOCreator<T> creator, int pageNumber) Converts aDBViewinto aPageResponsewith pagination information. -
Uses of PageResponse in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs that return types with arguments of type PageResponseModifier and TypeMethodDescriptionstatic <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, Class<D> outClass) Searches for resources using the provided search event with default settings.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, Class<D> outClass) Searches for resources using the provided search event with custom ordering.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Class<D> outClass) Searches for resources using the provided search event with custom ordering and language filtering.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Collection<String> fields, Class<D> outClass) Searches for resources using the provided search event with ordering, language filtering, and field selection.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Collection<String> fields, Class<D> outClass, Validator<T> validator) Searches for resources with full customization options including validation. -
Uses of PageResponse in overit.geocallapp.wfm.accounts.rs1.account
Methods in overit.geocallapp.wfm.accounts.rs1.account that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.contact
Methods in overit.geocallapp.wfm.accounts.rs1.contact that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.contacttype
Methods in overit.geocallapp.wfm.accounts.rs1.contacttype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.convertertype
Methods in overit.geocallapp.wfm.accounts.rs1.convertertype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.meter
Methods in overit.geocallapp.wfm.accounts.rs1.meter that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.meteraccessibility
Methods in overit.geocallapp.wfm.accounts.rs1.meteraccessibility that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.meterbrand
Methods in overit.geocallapp.wfm.accounts.rs1.meterbrand that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.meterclass
Methods in overit.geocallapp.wfm.accounts.rs1.meterclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.meterlocation
Methods in overit.geocallapp.wfm.accounts.rs1.meterlocation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.metertype
Methods in overit.geocallapp.wfm.accounts.rs1.metertype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.readingmetertype
Methods in overit.geocallapp.wfm.accounts.rs1.readingmetertype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.status
Methods in overit.geocallapp.wfm.accounts.rs1.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.statustype
Methods in overit.geocallapp.wfm.accounts.rs1.statustype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.accounts.rs1.type
Methods in overit.geocallapp.wfm.accounts.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.bl.status.task
Methods in overit.geocallapp.wfm.assets.bl.status.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOAssetStatus> BTValidAssetStatusSearch.getValidAssetStatus(Collection<Long> validStatusIds, Page page, PoolKit poolKit) -
Uses of PageResponse in overit.geocallapp.wfm.assets.rs1.asset
Methods in overit.geocallapp.wfm.assets.rs1.asset that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOAssetCharacteristicValue>> AssetCharacteristicValueService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetCharacteristicValueFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.assets.rs1.operationcenter
Methods in overit.geocallapp.wfm.assets.rs1.operationcenter that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.status
Methods in overit.geocallapp.wfm.assets.rs1.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.statustype
Methods in overit.geocallapp.wfm.assets.rs1.statustype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.type
Methods in overit.geocallapp.wfm.assets.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.type.template
Methods in overit.geocallapp.wfm.assets.rs1.type.template that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.assets.rs1.type.template.characteristic
Methods in overit.geocallapp.wfm.assets.rs1.type.template.characteristic that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.bundle
Methods in overit.geocallapp.wfm.bundler.rs1.bundle that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.bundlingrule
Methods in overit.geocallapp.wfm.bundler.rs1.bundlingrule that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.operation
Methods in overit.geocallapp.wfm.bundler.rs1.operation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.operation.ordering
Methods in overit.geocallapp.wfm.bundler.rs1.operation.ordering that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.operation.status
Methods in overit.geocallapp.wfm.bundler.rs1.operation.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.skill
Methods in overit.geocallapp.wfm.bundler.rs1.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.bundler.rs1.skilldivision
Methods in overit.geocallapp.wfm.bundler.rs1.skilldivision that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.integration
Methods in overit.geocallapp.wfm.calendars.integration that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.availabilitytypes
Methods in overit.geocallapp.wfm.calendars.rs1.availabilitytypes that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshift
Methods in overit.geocallapp.wfm.calendars.rs1.workshift that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.calendars.rs1.workshifttype
Methods in overit.geocallapp.wfm.calendars.rs1.workshifttype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.catalogs.rs1.catalogcode
Methods in overit.geocallapp.wfm.catalogs.rs1.catalogcode that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.catalogs.rs1.cataloggroup
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroup that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.cee.rs1.customer
Methods in overit.geocallapp.wfm.cee.rs1.customer that return PageResponseModifier and TypeMethodDescriptionCustomerApi.getCustomers(Page page, DTOCustomerSearchFilter filter) It allows to search (filtered) customers. -
Uses of PageResponse in overit.geocallapp.wfm.cee.rs1.intervention
Methods in overit.geocallapp.wfm.cee.rs1.intervention that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.cee.rs1.survey
Methods in overit.geocallapp.wfm.cee.rs1.survey that return PageResponse -
Uses of PageResponse in overit.geocallapp.wfm.characteristics.rs1.characteristic
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristic that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.characteristics.rs1.characteristicclass
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClassType>> CharacteristicClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCharacteristicClassTypeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.characteristics.rs1.usage
Methods in overit.geocallapp.wfm.characteristics.rs1.usage that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOUsage>> UsageService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOUsageFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.characteristics.rs1.valuedomain
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomain that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOValueDomain>> ValueDomainService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOValueDomainItem>> ValueDomainItemService.getCollection(Long valueDomainId, @Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainItemFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.core.bl.bundler.bundling.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOWorkOrderOperation> BTBundlingOperationSelect.loadWorkOrderOperations(BundlingOperationSelectInput input, PoolKit poolKit) Loads the list of neededBOWorkOrderOperationfrom the givenBundlingOperationSelectInput. -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOCrewShellDailyPlan> BTCrewShellDailyPlanSearch.search(Map<String, Object> filters, CrewShellDailyPlanSearchFilter values, Page page, PoolKit poolKit) -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.permits.type.task
Methods in overit.geocallapp.wfm.core.bl.permits.type.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.permits.workorder.required.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.required.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.schedule.role.task
Methods in overit.geocallapp.wfm.core.bl.schedule.role.task that return PageResponse -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOResourceAddress> BTResourceAddressSearch.buildResponseWithAddress(DBView dbv, Page page, PoolKit poolKit) Builds the paginated address data. -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<SchedulingResource> BTSchedulingResourceSearch.buildSchedulingResourceList(PageResponse<BOSchedulingUser> resources, int pageNumber, PoolKit pk) Builds theBOSchedulingUserlist.protected PageResponse<BOSchedulingUser> BTSchedulingResourceSearch.searchSchedulingResources(Page page, SchedulingResourceSearchFilter filter, PoolKit pk) Searches scheduling resources.Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task with parameters of type PageResponseModifier and TypeMethodDescriptionprotected PageResponse<SchedulingResource> BTSchedulingResourceSearch.buildSchedulingResourceList(PageResponse<BOSchedulingUser> resources, int pageNumber, PoolKit pk) Builds theBOSchedulingUserlist. -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bl.technicalobject.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOAddress> BTCustomerSearch.loadAddresses(Set<Long> technicalObjectIds, PoolKit poolKit) Launches theAddressSearchEventin order to find the neededBOAddressprotected PageResponse<BOAddress> BTTechnicalObjectSearch.loadAddresses(Set<Long> technicalObjectIds, PoolKit poolKit) Launches theAddressSearchEventin order to find the neededBOAddressprotected PageResponse<BOTechnicalObjectHeader> BTCustomerSearch.loadHeaders(CustomerSearchEvent event, PoolKit poolKit) Launches theTechnicalObjectHeaderSearchEventin order to find the neededBOTechnicalObjectHeaderprotected PageResponse<BOTechnicalObjectHeader> BTTechnicalObjectSearch.loadHeaders(TechnicalObjectSearchEvent event, PoolKit poolKit) Launches theTechnicalObjectHeaderSearchEventin order to find the neededBOTechnicalObjectHeader -
Uses of PageResponse in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOProfile> BTTimesheetClosureForce.loadProfiles(PoolKit poolKit) protected PageResponse<Timesheet> BTTimesheetClosureForce.loadTimesheets(BOProfile profile, PoolKit poolKit) protected 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 PageResponse in overit.geocallapp.wfm.core.bl.workorder.workcycle.task
Methods in overit.geocallapp.wfm.core.bl.workorder.workcycle.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<WorkCycle> BTWorkCycleSearch.buildWorkCycleList(DBView workCyclesHeaders, int pageNumber, PoolKit pk) Builds the work cycle list. -
Uses of PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.bundle.state
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.bundler.rs2.criterion
Methods in overit.geocallapp.wfm.core.bundler.rs2.criterion that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup
Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.rule
Methods in overit.geocallapp.wfm.core.datacollection.rs2.rule that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.sheet
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.datacollection.rs2.type
Methods in overit.geocallapp.wfm.core.datacollection.rs2.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.configuration
Methods in overit.geocallapp.wfm.core.multistage.rs2.configuration that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.dependencytype
Methods in overit.geocallapp.wfm.core.multistage.rs2.dependencytype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.group
Methods in overit.geocallapp.wfm.core.multistage.rs2.group that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupHeader>> MultistageGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupHeaderSearchFilter filter) Retrieve all the stored multistage group headers.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolation>> MultistageGroupService.getViolations(@NotNull Long id, @Valid @NotNull DTOMultistageViolationGroupSearchFilter filter) Retrieves the multistage violation matching the specified filterMultistageViolationSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.multistage.rs2.group.dependency
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.dependency that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.group.operation
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.operation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.group.state
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.management
Methods in overit.geocallapp.wfm.core.multistage.rs2.management that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.violation
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.multistage.rs2.violation.type
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.permits.rs2.permits.type
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkCyclePermitsOutput>> WorkCyclePermitService.getWorkCyclePermitCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkCyclePermitSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.permits.rs2.permits.workorder
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workorder that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.base.ocgroup
Methods in overit.geocallapp.wfm.core.rs5.base.ocgroup that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.clocking
Methods in overit.geocallapp.wfm.core.rs5.clocking that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingSearchFilter filter) Retrieve the all stored clocking. -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.clocking.type
Methods in overit.geocallapp.wfm.core.rs5.clocking.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.clocking.type.action
Methods in overit.geocallapp.wfm.core.rs5.clocking.type.action that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.location.region
Methods in overit.geocallapp.wfm.core.rs5.location.region that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTORegion>> RegionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTORegionSearchFilter filter) Retrieve the all stored regions. -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.material.history
Methods in overit.geocallapp.wfm.core.rs5.material.history that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.material.serialized
Methods in overit.geocallapp.wfm.core.rs5.material.serialized that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterial>> SerializedMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialSearchFilter filter) org.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterialHistory>> SerializedMaterialService.getSerializedMaterialHistories(Long serializedMaterialId) -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.material.serialized.model
Methods in overit.geocallapp.wfm.core.rs5.material.serialized.model that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterialModel>> SerializedMaterialModelService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialModelSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOReadingMeterTypeSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.user
Methods in overit.geocallapp.wfm.core.rs5.user that return PageResponseModifier and TypeMethodDescriptionUserService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOUserSearchFilter filter) Retrieve the all stored users. -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.workorder.attachment
Methods in overit.geocallapp.wfm.core.rs5.workorder.attachment that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> WorkOrderAttachmentService.getCollection(Long id) Retrieve all the attachments linked with the work orderWorkOrderHeaderSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderCycleOperation>> WorkCycleOperationService.getCollection(Long workCycleId) Retrieve the all stored work order cycle operations. -
Uses of PageResponse in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingCreationProposal>> SchedulingCreationProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingCreationProposalSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingRemovalProposal>> SchedulingRemovalProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingRemovalProposalSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalState>> SchedulingProposalStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalStateSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalType>> SchedulingProposalTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalTypeSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2
Methods in overit.geocallapp.wfm.core.timesheet.rs2 that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetHeader>> TimesheetService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetSearchFilter filter) Retrieve all the stored timesheet headers. -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOEventType>> TimesheetEventTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOEventTypeSearchFilter filter) Retrieve all the stored event typesEventTypeSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.config.profile
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.profile that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOProfile>> TimesheetProfileService.getCollection(@Valid Page page, @Valid @NotNull DTOProfileSearchFilter filter) Retrieve all the stored profilesProfileSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTaskCategory>> TimesheetTaskCategoryService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskCategorySearchFilter filter) Retrieve all the task categoriesTaskCategorySearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.state that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetState>> TimesheetStateService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetStateSearchFilter filter) Retrieve the all stored timesheet statesTimesheetStateSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.task
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task that return PageResponseModifier and TypeMethodDescriptionTimesheetTaskService.getCollection(Long timesheetId) Retrieve all the stored timesheet task. -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.task.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.type that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTimesheetType>> TimesheetTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetTypeSearchFilter filter) Retrieve the all stored timesheet typesTimesheetTypeSearchEvent -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.warning
Methods in overit.geocallapp.wfm.core.timesheet.rs2.warning that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarning>> TimesheetWarningService.getCollection(Long timesheetId) Retrieves the warnings linked to the given timesheet header id. -
Uses of PageResponse in overit.geocallapp.wfm.core.timesheet.rs2.warning.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.warning.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.core.ux.bundler.configuration.rule
Methods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule with parameters of type PageResponseModifier and TypeMethodDescriptionprotected voidServerTableViewBundlingRule.completeCountData(DBView headersDBView, PageResponse<?> response) -
Uses of PageResponse in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOSkillDivisionSkill> BundleDetail.loadSkillDivisionSkills(Long skillDivisionId) -
Uses of PageResponse in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search
Methods in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.search with parameters of type PageResponseModifier and TypeMethodDescriptionprotected voidServerTableViewTechnicalObject.completeCountData(DBView dbv, PageResponse<?> response) -
Uses of PageResponse in overit.geocallapp.wfm.crewshell.bl.type.task
Methods in overit.geocallapp.wfm.crewshell.bl.type.task that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.optionsgroup
Methods in overit.geocallapp.wfm.datacollection.rs1.optionsgroup that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.rule
Methods in overit.geocallapp.wfm.datacollection.rs1.rule that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateWOCreationRule>> DataCollectionTemplateWOCreationRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateWOCreationRuleFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.datacollection.rs1.scope
Methods in overit.geocallapp.wfm.datacollection.rs1.scope that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.sheet
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.sheet.state
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.datacollection.rs1.type
Methods in overit.geocallapp.wfm.datacollection.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration that return PageResponseModifier and TypeMethodDescriptionExecutionEventProvider.searchCensusRules(CensusRuleSearchFilter filter) ExecutionProvider.searchCensusRules(CensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventionCensusRules(InterventionCensusRuleSearchFilter filter) ExecutionProvider.searchInterventionCensusRules(InterventionCensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventionGroupCensusRules(InterventionGroupCensusRuleSearchFilter filter) ExecutionProvider.searchInterventionGroupCensusRules(InterventionGroupCensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionEventProvider.searchInterventions(InterventionSearchFilter filter) ExecutionProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionProvider.searchInterventions(InterventionSearchFilter filter) ExecutionEventProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) ExecutionEventProvider.searchWorkOrderOperationResources(WorkOrderOperationResourceSearchFilter filter) ExecutionProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) ExecutionProvider.searchWorkOrderOperationResources(WorkOrderOperationResourceSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.execution.rs1.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.encodednote that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.hourtype
Methods in overit.geocallapp.wfm.execution.rs1.hourtype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.intervention
Methods in overit.geocallapp.wfm.execution.rs1.intervention that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.interventionresource
Methods in overit.geocallapp.wfm.execution.rs1.interventionresource that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.interventionstatus
Methods in overit.geocallapp.wfm.execution.rs1.interventionstatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcome
Methods in overit.geocallapp.wfm.execution.rs1.outcome that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomeclass
Methods in overit.geocallapp.wfm.execution.rs1.outcomeclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomereason
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomereasontype
Methods in overit.geocallapp.wfm.execution.rs1.outcomereasontype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcometype
Methods in overit.geocallapp.wfm.execution.rs1.outcometype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus
Methods in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin
Methods in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcomeWorkOrderOrigin>> OutcomeWorkOrderOriginService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeWorkOrderOriginFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.execution.rs1.resourceintervention
Methods in overit.geocallapp.wfm.execution.rs1.resourceintervention that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.execution.rs1.workorderoperationresource
Methods in overit.geocallapp.wfm.execution.rs1.workorderoperationresource that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<CapacityPlanningResourceDetailResult> BTCapacityPlanningResourceDetailResultSearch.groupAll(PageResponse<CapacityPlanningResourceDetailResult> capacityPlanningResultDetail, PoolKit pk) Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task with parameters of type PageResponseModifier and TypeMethodDescriptionprotected PageResponse<CapacityPlanningResourceDetailResult> BTCapacityPlanningResourceDetailResultSearch.groupAll(PageResponse<CapacityPlanningResourceDetailResult> capacityPlanningResultDetail, PoolKit pk) -
Uses of PageResponse in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.util
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.util that return PageResponseModifier and TypeMethodDescriptionstatic PageResponse<BOForecastResourceDetail> ForecastResourceDetailUtils.groupAll(PageResponse<BOForecastResourceDetail> response) Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.util with parameters of type PageResponseModifier and TypeMethodDescriptionstatic PageResponse<BOForecastResourceDetail> ForecastResourceDetailUtils.groupAll(PageResponse<BOForecastResourceDetail> response) -
Uses of PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.gpstracking.rc1.position.task
Methods in overit.geocallapp.wfm.gpstracking.rc1.position.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<TimedGPSPosition> BTGPSTimedPositionSearch.loadGPSTimedPositions(TimedGPSPositionSearchFilter filter) Loads timed GPS positions from an external REST service, if configured. -
Uses of PageResponse in overit.geocallapp.wfm.gpstracking.rs1.resource.position
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.central
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationCenter>> WarehouseOperationCenterService.getOperationCenters(Long id) Retrieves all the stored operation centers. -
Uses of PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header that return types with arguments of type PageResponseModifier 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.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeaderSource>> Returns the source of the warehouse operation related to the given id. -
Uses of PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItem>> WarehouseOperationItemService.getCollection(Long id, @Valid @NotNull DTOWarehouseOperationItemFilter filter) Returns the collection of all the stored warehouse operation items by calling theWarehouseOperationItemSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItemSerializedMaterial>> WarehouseOperationItemService.getSerializedMaterials(Long id, Long itemId, @Valid @NotNull DTOWarehouseOperationItemSerializedMaterialFilter filter) Returns the collection of all the stored serialized materials by calling theWarehouseOperationItemSerializedMaterialSearchEvent. -
Uses of PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.stock
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock that return types with arguments of type PageResponseModifier 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<DTOStockSerializedMaterial>> StockService.getSerializedMaterials(Long id) Retrieves the required stock serialized materials by calling theStockSerializedMaterialSearchEvent.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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction that return types with arguments of type PageResponseModifier 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.org.springframework.http.ResponseEntity<PageResponse<BOWarehouseTransactionSerializedMaterial>> TransactionService.getSerializedMaterials(Long id) Retrieves the required stock serialized materials by calling theWarehouseTransactionSerializedMaterialSearchEvent. -
Uses of PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item that return types with arguments of type PageResponseModifier 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.org.springframework.http.ResponseEntity<PageResponse<BOTransferRequestItemSerializedMaterial>> TransferRequestItemService.getSerializedMaterials(Long id, Long itemId) Retrieves the required stock serialized materials starting from the item id. -
Uses of PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial that return types with arguments of type PageResponseModifier 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.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseMaterialAvailability>> WarehouseMaterialService.getMaterialAvailability(@Valid @NotNull DTOWarehouseMaterialAvailabilitySearchFilter filter) Retrieves the required Warehouse Material Availability as requiredWarehouseMaterialAvailabilitySearchEvent. -
Uses of PageResponse in overit.geocallapp.wfm.locations.rs1.address
Methods in overit.geocallapp.wfm.locations.rs1.address that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.locations.rs1.addresstype
Methods in overit.geocallapp.wfm.locations.rs1.addresstype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.locations.rs1.country
Methods in overit.geocallapp.wfm.locations.rs1.country that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.locations.rs1.district
Methods in overit.geocallapp.wfm.locations.rs1.district that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.locations.rs1.municipality
Methods in overit.geocallapp.wfm.locations.rs1.municipality that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.goodsgroup
Methods in overit.geocallapp.wfm.materials.rs1.goodsgroup that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.item
Methods in overit.geocallapp.wfm.materials.rs1.item that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.managementtype
Methods in overit.geocallapp.wfm.materials.rs1.managementtype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.material
Methods in overit.geocallapp.wfm.materials.rs1.material that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.materialclass
Methods in overit.geocallapp.wfm.materials.rs1.materialclass that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.materials.rs1.type
Methods in overit.geocallapp.wfm.materials.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.measuringelements.rs1.counterdirection
Methods in overit.geocallapp.wfm.measuringelements.rs1.counterdirection that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.measuringelements.rs1.measuremode
Methods in overit.geocallapp.wfm.measuringelements.rs1.measuremode that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMeasureMode>> MeasureModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOMeasureModeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.measuringelements.rs1.measurestatus
Methods in overit.geocallapp.wfm.measuringelements.rs1.measurestatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.measuringelements.rs1.status
Methods in overit.geocallapp.wfm.measuringelements.rs1.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.mobile.core.bl.workorder.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.task with parameters of type PageResponseModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderSearch.areWorkOrderPermitsValid(PageResponse<MobileWorkOrderSearchResult> response, PoolKit poolKit) -
Uses of PageResponse in overit.geocallapp.wfm.mobile.core.rs3.errorlog
Methods in overit.geocallapp.wfm.mobile.core.rs3.errorlog that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept
Methods in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.mobile.core.rs3.technicalobject
Methods in overit.geocallapp.wfm.mobile.core.rs3.technicalobject that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.mobile.core.rs3.workorder
Methods in overit.geocallapp.wfm.mobile.core.rs3.workorder that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities
Methods in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOIntervention> BTResourceInterventionSearch.searchInterventions(ResourceInterventionSearchEvent event, PoolKit poolKit, InterventionSearchFilter interventionSearchFilter, Collection<Long> woOperations, ResourceInterventionSearchFilter filter) Searches for interventions based on the provided search filter. -
Uses of PageResponse in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task that return PageResponseModifier and TypeMethodDescriptionprotected PageResponse<BOResource> BTResourceWithInterventionSearch.searchPaginatedResources(Set<Long> resourceIds, ResourceWithInterventionSearchEvent event, PoolKit poolKit) Searches for resources based on the provided resource IDs and additional filter criteria. -
Uses of PageResponse in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.organizationalstructures.rs1.structure
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activity.status
Methods in overit.geocallapp.wfm.projects.rs1.activity.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activity.type
Methods in overit.geocallapp.wfm.projects.rs1.activity.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activity.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.activity.userstatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activityrelation.type
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.util that return types with arguments of type PageResponseModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ActivityRelationUtils.transformInDTOPredecessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ActivityRelationUtils.transformInDTOSuccessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes) Method parameters in overit.geocallapp.wfm.projects.rs1.activityrelation.util with type arguments of type PageResponseModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ActivityRelationUtils.transformInDTOPredecessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ActivityRelationUtils.transformInDTOSuccessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes) -
Uses of PageResponse in overit.geocallapp.wfm.projects.rs1.calendarunit
Methods in overit.geocallapp.wfm.projects.rs1.calendarunit that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.profile
Methods in overit.geocallapp.wfm.projects.rs1.profile that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.profile.startdate
Methods in overit.geocallapp.wfm.projects.rs1.profile.startdate that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.status
Methods in overit.geocallapp.wfm.projects.rs1.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration
Methods in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.type
Methods in overit.geocallapp.wfm.projects.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.projects.rs1.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.userstatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.resources.integration
Methods in overit.geocallapp.wfm.resources.integration that return PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.resources.rs1.resource
Methods in overit.geocallapp.wfm.resources.rs1.resource that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResource>> ResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.resources.rs1.resourceaddress
Methods in overit.geocallapp.wfm.resources.rs1.resourceaddress that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceAddress>> ResourceAddressService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, @Valid DTOResourceAddressFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.resources.rs1.resourcemanagement
Methods in overit.geocallapp.wfm.resources.rs1.resourcemanagement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.resources.rs1.resourcetype
Methods in overit.geocallapp.wfm.resources.rs1.resourcetype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.bucket
Methods in overit.geocallapp.wfm.roughplanning.rs1.bucket that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.capacity
Methods in overit.geocallapp.wfm.roughplanning.rs1.capacity that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacitySummary>> CapacitySummariesService.getCollection(Long roughPlanningId, Collection<String> fields, @Valid DTOCapacitySummaryFilter filter) Retrieves the requiredCapacitySummaryobject by calling theCapacitySummarySearchEventevent -
Uses of PageResponse in overit.geocallapp.wfm.roughplanning.rs1.demand
Methods in overit.geocallapp.wfm.roughplanning.rs1.demand that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODemandSummary>> DemandSummariesService.getCollection(Long roughPlanningId, Collection<String> fields, @Valid DTODemandSummaryFilter filter) Retrieves the requiredDemandSummaryobject by calling theDemandSummarySearchEventevent -
Uses of PageResponse in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand
Methods in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.resource
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.resource.result
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource.result that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.roughplanning
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanning that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.weight.rule
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.rule that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.clockingtype
Methods in overit.geocallapp.wfm.scheduling.rs1.clockingtype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOClockingTypeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingConfiguration>> ImmediateSchedulingConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingConfigurationFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingCalendar>> ImmediateSchedulingCalendarService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingCalendarFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceProcessing>> ImmediateSchedulingResourceProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceProcessingFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceExclusion>> ImmediateSchedulingResourceExclusionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceExclusionFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingTracking>> ImmediateSchedulingTrackingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingTrackingFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.scheduling
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingMode>> SchedulingModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingModeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.scheduling.status
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.status that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulingStatus>> SchedulingStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingStatusFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.teamdislocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamdislocation that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamDislocation>> TeamDislocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamDislocationFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.teamlocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamlocation that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTeamLocation>> TeamLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamLocationFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.scheduling.rs1.transfertimetype
Methods in overit.geocallapp.wfm.scheduling.rs1.transfertimetype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOTransferTimeType>> TransferTimeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTransferTimeTypeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.skills.integration
Methods in overit.geocallapp.wfm.skills.integration that return PageResponseModifier and TypeMethodDescriptionSkillsEventProvider.searchSkill(Page page, SkillSearchFilter filter) SkillsProvider.searchSkill(Page page, SkillSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.skills.rs1.skill
Methods in overit.geocallapp.wfm.skills.rs1.skill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skillconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skillconfiguration that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skilldivision
Methods in overit.geocallapp.wfm.skills.rs1.skilldivision that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skilldivisionskill
Methods in overit.geocallapp.wfm.skills.rs1.skilldivisionskill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skilllevel
Methods in overit.geocallapp.wfm.skills.rs1.skilllevel that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSkillLevel>> SkillLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSkillLevelFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.systemsettings.rs1.datatype
Methods in overit.geocallapp.wfm.systemsettings.rs1.datatype that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODataType>> DataTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTODataTypeFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.systemsettings.rs1.externalsystem
Methods in overit.geocallapp.wfm.systemsettings.rs1.externalsystem that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.systemsettings.rs1.holiday
Methods in overit.geocallapp.wfm.systemsettings.rs1.holiday that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOHoliday>> HolidayService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHolidayFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.systemsettings.rs1.measurementunit
Methods in overit.geocallapp.wfm.systemsettings.rs1.measurementunit that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.team
Methods in overit.geocallapp.wfm.teams.rs1.team that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.teamcardinality
Methods in overit.geocallapp.wfm.teams.rs1.teamcardinality that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.teamlevel
Methods in overit.geocallapp.wfm.teams.rs1.teamlevel that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.teammember
Methods in overit.geocallapp.wfm.teams.rs1.teammember that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.teamshifts
Methods in overit.geocallapp.wfm.teams.rs1.teamshifts that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.teams.rs1.teamtypes
Methods in overit.geocallapp.wfm.teams.rs1.teamtypes that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.timesheets.rs1.clockings
Methods in overit.geocallapp.wfm.timesheets.rs1.clockings that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.vehicles.rs1.vehicles
Methods in overit.geocallapp.wfm.vehicles.rs1.vehicles that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration that return PageResponseModifier and TypeMethodDescriptionWorkOrderEventProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderEventProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderEventProvider.searchWorkLoad(WorkLoadSearchFilter filter) WorkOrderProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderProvider.searchWorkLoad(WorkLoadSearchFilter filter) WorkOrderEventProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) WorkOrderEventProvider.searchWorkLoadDetails(WorkLoadDetailSearchFilter filter) WorkOrderProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) WorkOrderProvider.searchWorkLoadDetails(WorkLoadDetailSearchFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.workorders.rs1.activity
Methods in overit.geocallapp.wfm.workorders.rs1.activity that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration
Methods in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.note
Methods in overit.geocallapp.wfm.workorders.rs1.note that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.operationRequirement
Methods in overit.geocallapp.wfm.workorders.rs1.operationRequirement that return types with arguments of type PageResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOperationRequirement>> OperationRequirementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOperationRequirementFilter filter) -
Uses of PageResponse in overit.geocallapp.wfm.workorders.rs1.operationstatus
Methods in overit.geocallapp.wfm.workorders.rs1.operationstatus that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.operationtype
Methods in overit.geocallapp.wfm.workorders.rs1.operationtype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.operationtypecategory
Methods in overit.geocallapp.wfm.workorders.rs1.operationtypecategory that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.origin
Methods in overit.geocallapp.wfm.workorders.rs1.origin that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.requesttype
Methods in overit.geocallapp.wfm.workorders.rs1.requesttype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.servicetype
Methods in overit.geocallapp.wfm.workorders.rs1.servicetype that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.status
Methods in overit.geocallapp.wfm.workorders.rs1.status that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.type
Methods in overit.geocallapp.wfm.workorders.rs1.type that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.type.structure
Methods in overit.geocallapp.wfm.workorders.rs1.type.structure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.urgency
Methods in overit.geocallapp.wfm.workorders.rs1.urgency that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.workorders.rs1.workcycle that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.workorders.rs1.workcyclestructure that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.workload
Methods in overit.geocallapp.wfm.workorders.rs1.workload that return types with arguments of type PageResponseModifier 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 PageResponse in overit.geocallapp.wfm.workorders.rs1.workorders
Methods in overit.geocallapp.wfm.workorders.rs1.workorders that return types with arguments of type PageResponseModifier 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.