|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionArchiveService
Method Summary | |
---|---|
Collection<TransactionArchive> |
getAllTransactionArchives()
Gets a collection of records from END_TRAN_ARCHV_T table |
Collection<TransactionArchive> |
getAllTransactionArchives(String typeCode,
String etranCode)
Gets a collection of records from END_TRAN_ARCHV_T table for a given TRAN_IP_IND_CD, DOC_TYP_NM, TRAN_ETRAN_CD |
TransactionArchive |
getByPrimaryKey(String documentNumber,
int lineNumber,
String lineTypeCode)
Gets a transactionArchive by primary keys. |
Collection<TransactionArchive> |
getTransactionArchivesByDocumentTypeName(String typeCode)
Gets a collection of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM |
Collection<TransactionArchive> |
getTransactionArchivesByDocumentTypeNameAndETranCode(String typeCode,
String etranCode)
Gets a collection of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM and TRAN_ETRAN_CD |
Collection<TransactionArchive> |
getTransactionArchivesByETranCode(String etranCode)
Gets a collection of records from END_TRAN_ARCHV_T table for a given ETranCode |
Collection<TransactionArchive> |
getTransactionArchivesByIncomeOrPrincipalIndicator(String incomeOrPrincipalIndicator)
Gets a collection of records from END_TRAN_ARCHV_T table for a given TRAN_IP_IND_CD |
Method Detail |
---|
Collection<TransactionArchive> getAllTransactionArchives()
TransactionArchive getByPrimaryKey(String documentNumber, int lineNumber, String lineTypeCode)
documentNumber,
- lineNumber, lineTypeCode
Collection<TransactionArchive> getTransactionArchivesByDocumentTypeName(String typeCode)
typeCode
- The document type name (DOC_TYP_NM in the table)
Collection<TransactionArchive> getTransactionArchivesByETranCode(String etranCode)
etranCode
- The etranCode (TRAN_ETRAN_CD in the table)
Collection<TransactionArchive> getTransactionArchivesByDocumentTypeNameAndETranCode(String typeCode, String etranCode)
typeCode
- The document type name (DOC_TYP_NM in the table)etranCode
- The etranCode (TRAN_ETRAN_CD in the table)
Collection<TransactionArchive> getTransactionArchivesByIncomeOrPrincipalIndicator(String incomeOrPrincipalIndicator)
incomePrincipalIndicator
- The income or principal indicator (TRAN_IP_IND_CD in the table)
Collection<TransactionArchive> getAllTransactionArchives(String typeCode, String etranCode)
typeCode,
- etranCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |