Interface SpecialServiceRequestService

All Known Implementing Classes:
DefaultSpecialServiceRequestService

public interface SpecialServiceRequestService
Interface that exposes Special Service Request specific services
  • Method Details

    • getSpecialServiceRequest

      SpecialServiceRequestModel getSpecialServiceRequest(String code)
      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