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, setDbPlatform
public PurApAccountingDaoOjb()
public List getAccountingLinesForItem(PurApItem item)
PurApAccountingDao
getAccountingLinesForItem
in interface PurApAccountingDao
item
- - purap itemPurApAccountingDao.getAccountingLinesForItem(org.kuali.ole.module.purap.businessobject.PurApItem)
public void deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
PurApAccountingDao
deleteSummaryAccountsbyPaymentRequestIdentifier
in interface PurApAccountingDao
paymentRequestIdentifier
- - payment request document idPurApAccountingDao.deleteSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)
public void deleteSummaryAccountsbyInvoiceIdentifier(Integer invoiceIdentifier)
PurApAccountingDao
deleteSummaryAccountsbyInvoiceIdentifier
in interface PurApAccountingDao
invoiceIdentifier
- - invoice idPurApAccountingDao.deleteSummaryAccountsbyPaymentRequestIdentifier(java.lang.Integer)
public void deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
PurApAccountingDao
deleteSummaryAccountsbyCreditMemoIdentifier
in interface PurApAccountingDao
creditMemoIdentifier
- - credit memo document idPurApAccountingDao.deleteSummaryAccountsbyCreditMemoIdentifier(java.lang.Integer)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.