Interface SpecialServiceRequestService
- All Known Implementing Classes:
DefaultSpecialServiceRequestService
public interface SpecialServiceRequestService
Interface that exposes Special Service Request specific services
-
Method Summary
Modifier and TypeMethodDescriptionReturn all the Special Service Request from the systemMethod returns the SpecialServiceRequestModel for the given code
-
Method Details
-
getSpecialServiceRequest
Method returns the SpecialServiceRequestModel for the given code- Parameters:
code- the code- Returns:
- special service request
-
getAllSpecialServiceRequests
List<SpecialServiceRequestModel> getAllSpecialServiceRequests()Return all the Special Service Request from the system- Returns:
- List
-