Uses of Class
overit.geocallapp.wfm.teams.rs1.teamshifts.DTOTeamShift
Packages that use DTOTeamShift
-
Uses of DTOTeamShift in overit.geocallapp.wfm.teams.rs1.teamshifts
Methods in overit.geocallapp.wfm.teams.rs1.teamshifts that return types with arguments of type DTOTeamShiftModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamShift> TeamShiftService.get(Long teamShiftId, Collection<String> fields) Retrieves the required team shift by calling theTeamShiftLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamShift>> TeamShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamShiftFilter filter) Returns the collection of all the stored team shifts by calling theTeamShiftSearchEvent.