Uses of Class
overit.geocallapp.wfm.workorders.rs1.origin.DTOWorkOrderOrigin
Packages that use DTOWorkOrderOrigin
-
Uses of DTOWorkOrderOrigin in overit.geocallapp.wfm.workorders.rs1.origin
Methods in overit.geocallapp.wfm.workorders.rs1.origin that return types with arguments of type DTOWorkOrderOriginModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOrigin> WorkOrderOriginService.get(Long workOrderOriginId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOriginby calling theWorkOrderOriginLoadEvent.org.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.