Uses of Class
overit.geocallapp.wfm.workorders.rs1.workcycle.DTOWorkCycle
Packages that use DTOWorkCycle
-
Uses of DTOWorkCycle in overit.geocallapp.wfm.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.workorders.rs1.workcycle that return types with arguments of type DTOWorkCycleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkCycle> Retrieves the requiredDTOWorkCycleby calling theWorkCycleLoadEvent.org.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.