Package org.idempiere.acct
Interface IPOAccountingService
- All Known Implementing Classes:
POAccountingServiceImpl
public interface IPOAccountingService
Service interface for PO accounting operations.
Implementations can be provided by ERP layer via OSGi.
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninsertAccounting(PO po, String acctTableName, String acctBaseTable, SQLFragment whereClause) Insert accounting records for PO
-
Method Details
-
insertAccounting
boolean insertAccounting(PO po, String acctTableName, String acctBaseTable, SQLFragment whereClause) Insert accounting records for PO- Parameters:
po- Persistent ObjectacctTableName- accounting table nameacctBaseTable- base tablewhereClause- optional where clause with parameter binding support- Returns:
- true if successful
-