public class PurApAccountingDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements PurApAccountingDao
| Constructor and Description |
|---|
PurApAccountingDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
Deletes the summary accounts by credit memo document id.
|
void |
deleteSummaryAccountsbyInvoiceIdentifier(Integer invoiceIdentifier)
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.
|
getDbPlatform, setDbPlatformpublic PurApAccountingDaoOjb()
public List getAccountingLinesForItem(PurApItem item)
PurApAccountingDaogetAccountingLinesForItem in interface PurApAccountingDaoitem - - purap itemPurApAccountingDao.getAccountingLinesForItem(org.kuali.ole.module.purap.businessobject.PurApItem)public void deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
PurApAccountingDaodeleteSummaryAccountsbyPaymentRequestIdentifier in interface PurApAccountingDaopaymentRequestIdentifier - - payment request document idPurApAccountingDao.deleteSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)public void deleteSummaryAccountsbyInvoiceIdentifier(Integer invoiceIdentifier)
PurApAccountingDaodeleteSummaryAccountsbyInvoiceIdentifier in interface PurApAccountingDaoinvoiceIdentifier - - invoice idPurApAccountingDao.deleteSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)public void deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
PurApAccountingDaodeleteSummaryAccountsbyCreditMemoIdentifier in interface PurApAccountingDaocreditMemoIdentifier - - credit memo document idPurApAccountingDao.deleteSummaryAccountsbyCreditMemoIdentifier(java.lang.Integer)Copyright © 2004–2014 The Kuali Foundation. All rights reserved.