@AccessLevel(value=EXTERNAL)
public interface CaseAuditTransactionLog
Modifier and Type | Method and Description |
---|---|
curam.core.facade.struct.CaseAuditTransactionLogDtlsList |
listAllTransactions(curam.caseaudit.entity.struct.CaseAuditKey key)
Method which returns a list of all Transactions for a specified Case Audit.
|
curam.core.facade.struct.CaseAuditTransactionLogDtlsList |
listRecentTransactions(curam.caseaudit.entity.struct.CaseAuditKey key)
Method which returns a list of recent Transactions for a specified Case
Audit.
|
curam.core.facade.struct.CaseAuditTransactionLogDtls |
readCaseAuditTransaction(curam.caseaudit.entity.struct.CaseAuditTransactionLogKey key)
Method which returns the details of a specific transaction.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CaseAuditTransactionLogDtlsList listAllTransactions(curam.caseaudit.entity.struct.CaseAuditKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CaseAuditTransactionLogDtls readCaseAuditTransaction(curam.caseaudit.entity.struct.CaseAuditTransactionLogKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CaseAuditTransactionLogDtlsList listRecentTransactions(curam.caseaudit.entity.struct.CaseAuditKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException