Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass.DTOWorkShiftExceptionClass
Packages that use DTOWorkShiftExceptionClass
-
Uses of DTOWorkShiftExceptionClass in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass that return types with arguments of type DTOWorkShiftExceptionClassModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionClass> WorkShiftExceptionClassService.get(Long id, String language, Collection<String> fields) Retrieves the required work shift exception class by calling theWorkShiftExceptionClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionClass>> WorkShiftExceptionClassService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOWorkShiftExceptionClassFilter filter) Returns the collection of all the stored work shift exception classes by calling theWorkShiftExceptionClassSearchEvent.