Uses of Class
overit.geocallapp.wfm.systemsettings.rs1.holiday.DTOHoliday
Packages that use DTOHoliday
-
Uses of DTOHoliday in overit.geocallapp.wfm.systemsettings.rs1.holiday
Methods in overit.geocallapp.wfm.systemsettings.rs1.holiday that return types with arguments of type DTOHolidayModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOHoliday> HolidayService.get(Long holidayId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOHoliday>> HolidayService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHolidayFilter filter)