Uses of Class
overit.geocallapp.wfm.projects.rs1.calendarunit.DTOCalendarUnit
Packages that use DTOCalendarUnit
-
Uses of DTOCalendarUnit in overit.geocallapp.wfm.projects.rs1.calendarunit
Methods in overit.geocallapp.wfm.projects.rs1.calendarunit that return types with arguments of type DTOCalendarUnitModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCalendarUnit> CalendarUnitService.get(Long id, String language, Collection<String> fields) Retrieves the required calendar unit by calling theCalendarUnitLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCalendarUnit>> CalendarUnitService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOCalendarUnitFilter filter) Returns the collection of all the calendar unit by calling theCalendarUnitSearchEvent.