@AccessLevel(value=EXTERNAL)
public interface InternalReferral
Modifier and Type | Method and Description |
---|---|
void |
cancelReferral(curam.isproduct.facade.struct.CancelReferralDetails key) |
void |
createInternalReferral(curam.isproduct.facade.struct.InternalReferralWizardDataCapture details) |
curam.isproduct.facade.struct.InternalReferralWizardDataCapture |
getClientsAndCaseIDForInternalReferral(curam.isproduct.facade.struct.ClientsCaseApplicationDetails details) |
curam.isproduct.facade.struct.CaseIDAndConcatenatedNameDetails |
getConcatenatedNameAndCaseID(curam.isproduct.facade.struct.CaseParticipantRoleIDAndApplicationIDDetails dtls) |
curam.isproduct.facade.struct.InternalAgencyDetailsList |
getInternalAgencies(curam.isproduct.facade.struct.ClientsCaseApplicationDetails key) |
curam.isproduct.workeligibility.facade.struct.WorkEligibilityDetailsList |
listClientsForReferral(curam.isproduct.facade.struct.CaseIDAndApplicationIDKey key) |
curam.isproduct.facade.struct.InternalReferralDetailsList |
listInternalReferralForApplication(curam.application.entity.struct.ApplicationKey key)
Lists all internal referrals recorded for an application.
|
curam.isproduct.facade.struct.InternalReferralDetailsList |
listInternalReferralForCase(curam.core.sl.struct.CaseIDKey key)
Lists all internal referrals recorded for an integrated case.
|
curam.isproduct.facade.struct.InternalReferralDetailsList |
listOpenInternalReferralForCase(curam.core.sl.struct.CaseIDKey key)
Lists all open internal referrals recorded for an integrated case.
|
curam.isproduct.facade.struct.InternalReferralPrintDocumentDetails |
printInternalReferral(curam.isproduct.facade.struct.InternalReferralKey key) |
curam.isproduct.facade.struct.InternalReferralDetails |
readInternalReferralDetails(curam.isproduct.facade.struct.InternalReferralKey key) |
void |
sendReferral(curam.isproduct.facade.struct.InternalReferralKey key) |
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralDetailsList listInternalReferralForCase(curam.core.sl.struct.CaseIDKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Lists all internal referrals recorded for an integrated case.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralDetailsList listInternalReferralForApplication(curam.application.entity.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Lists all internal referrals recorded for an application.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralWizardDataCapture getClientsAndCaseIDForInternalReferral(curam.isproduct.facade.struct.ClientsCaseApplicationDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void createInternalReferral(curam.isproduct.facade.struct.InternalReferralWizardDataCapture details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalAgencyDetailsList getInternalAgencies(curam.isproduct.facade.struct.ClientsCaseApplicationDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelReferral(curam.isproduct.facade.struct.CancelReferralDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.CaseIDAndConcatenatedNameDetails getConcatenatedNameAndCaseID(curam.isproduct.facade.struct.CaseParticipantRoleIDAndApplicationIDDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralDetails readInternalReferralDetails(curam.isproduct.facade.struct.InternalReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralPrintDocumentDetails printInternalReferral(curam.isproduct.facade.struct.InternalReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.workeligibility.facade.struct.WorkEligibilityDetailsList listClientsForReferral(curam.isproduct.facade.struct.CaseIDAndApplicationIDKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void sendReferral(curam.isproduct.facade.struct.InternalReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.facade.struct.InternalReferralDetailsList listOpenInternalReferralForCase(curam.core.sl.struct.CaseIDKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Lists all open internal referrals recorded for an integrated case.
curam.util.exception.AppException
curam.util.exception.InformationalException