Uses of Class
overit.geocallapp.wfm.execution.rs1.hourtype.DTOHourType
Packages that use DTOHourType
-
Uses of DTOHourType in overit.geocallapp.wfm.execution.rs1.hourtype
Methods in overit.geocallapp.wfm.execution.rs1.hourtype that return types with arguments of type DTOHourTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOHourType> HourTypeService.get(Long hourTypeId, Collection<String> fields) Retrieves the required hour type by calling from theHourTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOHourType>> HourTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHourTypeFilter filter) Returns the collection of all the stored hour types by calling theHourTypeSearchEvent.