@AccessLevel(value=EXTERNAL)
public interface MaintainInternalReferral
Modifier and Type | Method and Description |
---|---|
void |
assignReferral(curam.assessmenttracking.internalreferral.sl.struct.InternalReferralKey key) |
void |
closeReferral(curam.assessmenttracking.internalreferral.sl.struct.InternalReferralKey key)
The following methods are defined.
|
curam.assessmenttracking.internalreferral.sl.struct.ReferralStatusTypeList |
getReferralStatusTypes()
List of referral Status typesr.
|
curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList |
listReferralsByUser() |
curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList |
searchMyReferralsByClientAndStatus(curam.assessmenttracking.internalreferral.sl.struct.SearchReferralKey key)
List of referral by client and Status type .
|
curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList |
searchPendingReferralByClient(curam.assessmenttracking.internalreferral.sl.struct.SearchReferralKey arg1) |
@AccessLevel(value=EXTERNAL) void closeReferral(curam.assessmenttracking.internalreferral.sl.struct.InternalReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void assignReferral(curam.assessmenttracking.internalreferral.sl.struct.InternalReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList searchPendingReferralByClient(curam.assessmenttracking.internalreferral.sl.struct.SearchReferralKey arg1) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList listReferralsByUser() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.internalreferral.sl.struct.InternalReferralDetailsList searchMyReferralsByClientAndStatus(curam.assessmenttracking.internalreferral.sl.struct.SearchReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.internalreferral.sl.struct.ReferralStatusTypeList getReferralStatusTypes() throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException