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