Uses of Class
overit.geocallapp.wfm.calendars.rs1.workshiftexception.DTOWorkShiftExceptionInsert
Packages that use DTOWorkShiftExceptionInsert
-
Uses of DTOWorkShiftExceptionInsert in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception with parameters of type DTOWorkShiftExceptionInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionService.post(@Valid DTOWorkShiftExceptionInsert dto) Creates a new work shift exception by calling theWorkShiftExceptionInsertEvent.Method parameters in overit.geocallapp.wfm.calendars.rs1.workshiftexception with type arguments of type DTOWorkShiftExceptionInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkShiftExceptionService.batchPost(@Size(min=1,max=50) @Valid List<DTOWorkShiftExceptionInsert> dtos) Creates a set of new work shift exceptions by calling theWorkShiftExceptionInsertBatchEvent