org.kuali.kfs.module.purap.dataaccess.impl
Class PurApAccountingDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.purap.dataaccess.impl.PurApAccountingDaoOjb
All Implemented Interfaces:
PurApAccountingDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class PurApAccountingDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PurApAccountingDao

OJB Implementation of PurApAccountingDao.


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PurApAccountingDaoOjb()
           
 
Method Summary
 void deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
          Deletes the summary accounts by credit memo document id.
 void deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
          Deletes the summary accounts by payment request document id.
 List getAccountingLinesForItem(PurApItem item)
          Retrieves the accounting lines for a purap item.
 List getSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
          Retrieves the summary accounts by credit memo document id.
 List getSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
          Retrieves the summary accounts by payment request document id.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 
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
 

Constructor Detail

PurApAccountingDaoOjb

public PurApAccountingDaoOjb()
Method Detail

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)

getAccountingLinesForItem

public List getAccountingLinesForItem(PurApItem item)
Description copied from interface: PurApAccountingDao
Retrieves the accounting lines for a purap item.

Specified by:
getAccountingLinesForItem in interface PurApAccountingDao
Parameters:
item - - purap item
Returns:
- list of accounting lines
See Also:
PurApAccountingDao.getAccountingLinesForItem(org.kuali.kfs.module.purap.businessobject.PurApItem)

deleteSummaryAccountsbyPaymentRequestIdentifier

public void deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
Description copied from interface: PurApAccountingDao
Deletes the summary accounts by payment request document id.

Specified by:
deleteSummaryAccountsbyPaymentRequestIdentifier in interface PurApAccountingDao
Parameters:
paymentRequestIdentifier - - payment request document id
See Also:
PurApAccountingDao.deleteSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)

deleteSummaryAccountsbyCreditMemoIdentifier

public void deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
Description copied from interface: PurApAccountingDao
Deletes the summary accounts by credit memo document id.

Specified by:
deleteSummaryAccountsbyCreditMemoIdentifier in interface PurApAccountingDao
Parameters:
creditMemoIdentifier - - credit memo document id
See Also:
PurApAccountingDao.deleteSummaryAccountsbyCreditMemoIdentifier(java.lang.Integer)

getSummaryAccountsbyPaymentRequestIdentifier

public List getSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
Description copied from interface: PurApAccountingDao
Retrieves the summary accounts by payment request document id.

Specified by:
getSummaryAccountsbyPaymentRequestIdentifier in interface PurApAccountingDao
Parameters:
paymentRequestIdentifier - - payment request document id
Returns:
List of SummaryAccounts
See Also:
PurApAccountingDao.getSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)

getSummaryAccountsbyCreditMemoIdentifier

public List getSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
Description copied from interface: PurApAccountingDao
Retrieves the summary accounts by credit memo document id.

Specified by:
getSummaryAccountsbyCreditMemoIdentifier in interface PurApAccountingDao
Parameters:
creditMemoIdentifier - - credit memo document id
Returns:
List of SummaryAccounts
See Also:
PurApAccountingDao.getSummaryAccountsbyCreditMemoIdentifier(java.lang.Integer)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.