Uses of Class
overit.geocallapp.wfm.scheduling.rs1.clockingtype.DTOClockingType
Packages that use DTOClockingType
-
Uses of DTOClockingType in overit.geocallapp.wfm.scheduling.rs1.clockingtype
Methods in overit.geocallapp.wfm.scheduling.rs1.clockingtype that return types with arguments of type DTOClockingTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClockingType> ClockingTypeService.get(Long clockingTypeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOClockingTypeFilter filter)