Uses of Class
overit.geocallapp.wfm.bundler.rs1.operation.ordering.DTOBundleOperationOrdering
Packages that use DTOBundleOperationOrdering
-
Uses of DTOBundleOperationOrdering in overit.geocallapp.wfm.bundler.rs1.operation.ordering
Methods in overit.geocallapp.wfm.bundler.rs1.operation.ordering that return types with arguments of type DTOBundleOperationOrderingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperationOrdering> BundleOperationOrderingService.get(Long orderingId, Collection<String> fields) Retrieves the required bundle operation ordering by calling theBundleOperationOrderingLoadEvent.org.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.