public interface TransferApplication
Modifier and Type | Method and Description |
---|---|
void |
disableUndoTransferApplications(curam.struct.CaseIDKey CaseIDKey)
Disables the undo transfer application following case evidence
modifications.
|
curam.application.facade.struct.TransferApplicationConfirmation |
getTransferApplicationConfirmation(curam.struct.CaseIDKey caseIDKey)
Retrieves the transfer application confirmation message.
|
curam.application.facade.struct.UndoTransferApplicationConfirmation |
getUndoTransferApplicationConfirmation(curam.struct.CaseIDKey caseIDKey)
Retrieves the undo transfer application confirmation message.
|
void |
transferApplicationToExistingCase(curam.application.facade.struct.TransferApplicationToExistingCaseKey transferApplicationToExistingCaseKey)
Transfers an application to an existing case including the creation of a
transfer application record.
|
void |
undoTransferApplicationToExistingCase(curam.application.facade.struct.UndoTransferApplicationToExistingCaseKey undoTransferApplicationToExistingCase)
Undo the transfer of an application to an existing case including the
creation of a transfer application record.
|
void transferApplicationToExistingCase(curam.application.facade.struct.TransferApplicationToExistingCaseKey transferApplicationToExistingCaseKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
transferApplicationToExistingCaseKey
- Contains applicationID to be
transferred and the caseID of the case the application is transferred to.curam.util.exception.AppException
curam.util.exception.InformationalException
void undoTransferApplicationToExistingCase(curam.application.facade.struct.UndoTransferApplicationToExistingCaseKey undoTransferApplicationToExistingCase) throws curam.util.exception.AppException, curam.util.exception.InformationalException
undoTransferApplicationToExistingCaseKey
- Contains applicationID to
be transferred and the caseID of the case the application is transferred
to.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.application.facade.struct.TransferApplicationConfirmation getTransferApplicationConfirmation(curam.struct.CaseIDKey caseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseIDKey
- The caseID of message is to be retrieved for.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.application.facade.struct.UndoTransferApplicationConfirmation getUndoTransferApplicationConfirmation(curam.struct.CaseIDKey caseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseIDKey
- The caseID of message is to be retrieved for.curam.util.exception.AppException
curam.util.exception.InformationalException
void disableUndoTransferApplications(curam.struct.CaseIDKey CaseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseIDKey
- The caseID identifying its associated applicationscuram.util.exception.AppException
curam.util.exception.InformationalException