|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.endow.dataaccess.impl.TransactionArchiveDaoOjb
public class TransactionArchiveDaoOjb
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
TransactionArchiveDaoOjb()
|
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. |
protected Collection |
getETranCodes(String feeMethodCode)
Gets the document Type codes for a given feeMethodCode in END_FEE_TRAN_DOC_TYP_T table |
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 |
protected Collection<TransactionArchive> |
getTransactionArchivesForTransactions(FeeMethod feeMethod)
Prepares the criteria to select the records from END_TRAN_ARCHV_T table |
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 |
protected Collection |
getTypeCodes(String feeMethodCode)
Gets the document Type codes for a given feeMethodCode in END_FEE_TRAN_DOC_TYP_T table |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
Constructor Detail |
---|
public TransactionArchiveDaoOjb()
Method Detail |
---|
public Collection<TransactionArchive> getAllTransactionArchives(Date postedDate)
TransactionArchiveDao
getAllTransactionArchives
in interface TransactionArchiveDao
public Collection<TransactionArchive> getAllTransactionArchives()
TransactionArchiveDao
getAllTransactionArchives
in interface TransactionArchiveDao
public TransactionArchive getByPrimaryKey(String documentNumber, int lineNumber, String lineTypeCode)
TransactionArchiveDao
getByPrimaryKey
in interface TransactionArchiveDao
TransactionArchiveDao.getByPrimaryKey(String, int, String)
protected Collection<TransactionArchive> getTransactionArchivesForTransactions(FeeMethod feeMethod)
public long getTransactionArchivesCountForTransactions(FeeMethod feeMethod)
TransactionArchiveDao
getTransactionArchivesCountForTransactions
in interface TransactionArchiveDao
feeMethod
- feeMethod object
TransactionArchiveDao.getTransactionArchivesCountForTransactions(FeeMethod)
public BigDecimal getTransactionArchivesIncomeCashAmountForTransactions(FeeMethod feeMethod)
TransactionArchiveDao
getTransactionArchivesIncomeCashAmountForTransactions
in interface TransactionArchiveDao
feeMethod
- feeMethod object
TransactionArchiveDao.getTransactionArchivesIncomeCashAmountForTransactions(FeeMethod)
public BigDecimal getTransactionArchivesPrincipalCashAmountForTransactions(FeeMethod feeMethod)
TransactionArchiveDao
getTransactionArchivesPrincipalCashAmountForTransactions
in interface TransactionArchiveDao
feeMethod
- feeMethod object
TransactionArchiveDao.getTransactionArchivesPrincipalCashAmountForTransactions(FeeMethod)
public HashMap<String,BigDecimal> getTransactionArchivesIncomeAndPrincipalCashAmountForTransactions(FeeMethod feeMethod)
TransactionArchiveDao
getTransactionArchivesIncomeAndPrincipalCashAmountForTransactions
in interface TransactionArchiveDao
feeMethod
- feeMethod object
TransactionArchiveDao.getTransactionArchivesIncomeAndPrincipalCashAmountForTransactions(FeeMethod)
public long getTransactionArchivesCountByDocumentTypeName(String feeMethodCode, Date transactionPostedDate)
TransactionArchiveDao
getTransactionArchivesCountByDocumentTypeName
in interface TransactionArchiveDao
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao#getTransactionArchivesCountByDocumentTypeName(String, long)
protected Collection getTypeCodes(String feeMethodCode)
public long getTransactionArchivesCountByETranCode(String feeMethodCode, Date transactionPostedDate)
TransactionArchiveDao
getTransactionArchivesCountByETranCode
in interface TransactionArchiveDao
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao#getTransactionArchivesCountByETranCode(String, long)
protected Collection getETranCodes(String feeMethodCode)
public long getTransactionArchivesCountByDocumentTypeNameAndETranCode(String feeMethodCode, Date transactionPostedDate)
TransactionArchiveDao
getTransactionArchivesCountByDocumentTypeNameAndETranCode
in interface TransactionArchiveDao
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao#getTransactionArchivesCountByDocumentTypeNameAndETranCode(String, long)
public long getTransactionArchivesCountByIncomeOrPrincipal(String incomeOrPrincipalIndicator)
TransactionArchiveDao
getTransactionArchivesCountByIncomeOrPrincipal
in interface TransactionArchiveDao
TransactionArchiveDao.getTransactionArchivesCountByIncomeOrPrincipal(String)
public long getTransactionArchivesCountByBothIncomeAndPrincipal(FeeMethod feeMethod)
TransactionArchiveDao
getTransactionArchivesCountByBothIncomeAndPrincipal
in interface TransactionArchiveDao
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao#getTransactionArchivesCountByBothIncomeAndPrincipal()
public BigDecimal getTransactionArchivesTotalCashActivity(String kemid, String securityId)
TransactionArchiveDao
getTransactionArchivesTotalCashActivity
in interface TransactionArchiveDao
org.kuali.kfs.module.endow.dataaccess.TransactionArchiveDao#getTransactionArchivesTotalCashActivity(String)
public List<TransactionArchive> getTransactionArchiveByKemidsAndPostedDate(String kemid, String endowmentOption, Date beginningDate, Date endingDate, String closedIndicator, String transactionSubType)
TransactionArchiveDao
getTransactionArchiveByKemidsAndPostedDate
in interface TransactionArchiveDao
TransactionArchiveDao.getTransactionArchiveByKemidsAndPostedDate(java.lang.String, java.lang.String, java.util.Date, java.util.Date, java.lang.String, java.lang.String)
public List<TransactionArchive> getTransactionArchivesByKemid(String kemid, Date beginningDate, Date endingDate)
TransactionArchiveDao
getTransactionArchivesByKemid
in interface TransactionArchiveDao
TransactionArchiveDao.getTransactionArchivesByKemid(java.lang.String, java.util.Date, java.util.Date)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |