Interface ClientCaseService

    • Method Detail

      • getClientCase

        ClientCaseEntity getClientCase​(java.lang.Long clientCaseId)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeClientCase

        ClientCaseEntity removeClientCase​(java.lang.Long clientCaseId)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPaginatedClientCaseList

        java.util.Map<java.lang.String,​java.lang.Object> getPaginatedClientCaseList​(ClientCaseDTO clientCaseDTO,
                                                                                          int pageIndex,
                                                                                          int pageUnit)
                                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception