|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionArchiveDao
Method Summary | |
---|---|
Collection<TransactionArchive> |
getAllTransactionArchives()
Gets a collection of records from END_TRAN_ARCHV_T table |
Collection<TransactionArchive> |
getAllTransactionArchives(Date postedDate)
Gets a collection of records from END_TRAN_ARCHV_T table. |
TransactionArchive |
getByPrimaryKey(String documentNumber,
int lineNumber,
String lineTypeCode)
Gets a transactionArchive by primary keys. |
List<TransactionArchive> |
getTransactionArchiveByKemidsAndPostedDate(String kemid,
String endowmentOption,
Date beginningDate,
Date endingDate,
String closedIndicator,
String transactionSubType)
Gets a collection of TransactionArchive by kemids and posted dates |
List<TransactionArchive> |
getTransactionArchivesByKemid(String kemid,
Date beginningDate,
Date endingDate)
Gets a collection of TransactionArchive by kemid and beginning and ending dates |
long |
getTransactionArchivesCountByBothIncomeAndPrincipal(FeeMethod feeMethod)
Gets a count of total number of records from END_TRAN_ARCHV_T table |
long |
getTransactionArchivesCountByDocumentTypeName(String feeMethodCode,
Date transactionPostedDate)
Gets a count of total number of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM |
long |
getTransactionArchivesCountByDocumentTypeNameAndETranCode(String feeMethodCode,
Date transactionPostedDate)
Gets a count of total number of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM and TRAN_ETRAN_CD |
long |
getTransactionArchivesCountByETranCode(String feeMethodCode,
Date transactionPostedDate)
Gets a count of total number of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM |
long |
getTransactionArchivesCountByIncomeOrPrincipal(String IncomeOrPrincipalIndicator)
Gets a count of total number of records from END_TRAN_ARCHV_T table for a given TRAN_IP_IND_CD |
long |
getTransactionArchivesCountForTransactions(FeeMethod feeMethod)
Gets a count of total number of records from END_TRAN_ARCHV_T table for a given DOC_TYP_NM |
HashMap<String,BigDecimal> |
getTransactionArchivesIncomeAndPrincipalCashAmountForTransactions(FeeMethod feeMethod)
Gets Income and principal cash amount from the selected records from END_TRAN_ARCHV_T table |
BigDecimal |
getTransactionArchivesIncomeCashAmountForTransactions(FeeMethod feeMethod)
Gets principal income amount from the selected records from END_TRAN_ARCHV_T table |
BigDecimal |
getTransactionArchivesPrincipalCashAmountForTransactions(FeeMethod feeMethod)
Gets principal cash amount from the selected records from END_TRAN_ARCHV_T table |
BigDecimal |
getTransactionArchivesTotalCashActivity(String kemid,
String securityId)
Gets total cash activity by adding income cash and principal cash amount from the selected records from END_TRAN_ARCHV_T table |
Method Detail |
---|
Collection<TransactionArchive> getAllTransactionArchives(Date postedDate)
postedDate
-
Collection<TransactionArchive> getAllTransactionArchives()
TransactionArchive getByPrimaryKey(String documentNumber, int lineNumber, String lineTypeCode)
documentNumber,
- lineNumber, lineTypeCode
long getTransactionArchivesCountForTransactions(FeeMethod feeMethod)
feeMethod
- feeMethod object
long getTransactionArchivesCountByDocumentTypeName(String feeMethodCode, Date transactionPostedDate)
feeMethodCode,
- transactionPostedDate
long getTransactionArchivesCountByETranCode(String feeMethodCode, Date transactionPostedDate)
feeMethodCode,
- transactionPostedDate
long getTransactionArchivesCountByDocumentTypeNameAndETranCode(String feeMethodCode, Date transactionPostedDate)
feeMethodCode,
- transactionPostedDate
long getTransactionArchivesCountByIncomeOrPrincipal(String IncomeOrPrincipalIndicator)
IncomeOrPrincipalIndicator
-
long getTransactionArchivesCountByBothIncomeAndPrincipal(FeeMethod feeMethod)
feeMethod
-
BigDecimal getTransactionArchivesIncomeCashAmountForTransactions(FeeMethod feeMethod)
feeMethod
- feeMethod object
BigDecimal getTransactionArchivesPrincipalCashAmountForTransactions(FeeMethod feeMethod)
feeMethod
- feeMethod object
HashMap<String,BigDecimal> getTransactionArchivesIncomeAndPrincipalCashAmountForTransactions(FeeMethod feeMethod)
feeMethod
- feeMethod object
BigDecimal getTransactionArchivesTotalCashActivity(String kemid, String securityId)
kemid,
- securityId
List<TransactionArchive> getTransactionArchiveByKemidsAndPostedDate(String kemid, String endowmentOption, Date beginningDate, Date endingDate, String closedIndicator, String transactionSubType)
kemids
- endowmentOption
- beginningDate
- endingDate
-
List<TransactionArchive> getTransactionArchivesByKemid(String kemid, Date beginningDate, Date endingDate)
kemids
- beginningDate
- endingDate
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |