Uses of Class
overit.geocallapp.wfm.workorders.rs1.workcyclestructure.DTOWorkCycleStructure
Packages that use DTOWorkCycleStructure
-
Uses of DTOWorkCycleStructure in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.workorders.rs1.workcyclestructure that return types with arguments of type DTOWorkCycleStructureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkCycleStructure> WorkCycleStructureService.get(Long workCycleId, Long workCycleStructureId, Collection<String> fields) Retrieves the requiredDTOWorkCycleStructureby calling theWorkCycleStructureLoadEvent.org.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.