Class MobileResourceShiftExceptionRequestService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest.MobileResourceShiftExceptionRequestService
@RestController
@RequestMapping("mobile/r3/workcalendars/resourceshiftexceptionrequests")
@Resource(logging=true)
public class MobileResourceShiftExceptionRequestService
extends PrivateService
Services to manage mobile resource shift exception requests.
- Since:
- 19.0
- GCApi:
- rest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileResourceShiftExceptionRequest>> getCollection(@Valid Page page, @Valid @NotNull DTOMobileResourceShiftExceptionRequestSearchFilter filter) Retrieve the all stored work calendar work shift.protected StringloadDescription(Long typeId) protected voidprotected LocalizedStringloadExceptionType(Long exceptionTypeId) protected voidprotected StringloadStatus(Long statusId) protected voidprotected void
-
Constructor Details
-
MobileResourceShiftExceptionRequestService
public MobileResourceShiftExceptionRequestService()
-
-
Method Details
-
getCollection
@GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<PageResponse<DTOMobileResourceShiftExceptionRequest>> getCollection(@RequestParam("page") @Valid @Valid Page page, @RequestParam("filter") @Valid @NotNull @Valid @NotNull DTOMobileResourceShiftExceptionRequestSearchFilter filter) throws DAValidateException, DAException Retrieve the all stored work calendar work shift.- Parameters:
page- the required result pagefilter- the specified filter parameters- Returns:
- the current result page
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
loadDescriptions
-
loadTypeDescriptions
-
loadDescription
-
loadStatusDescriptions
-
loadStatus
-
loadExceptionTypeDescriptions
-
loadExceptionType
-