Package org.idempiere.acct
Class POAccountingServiceImpl
java.lang.Object
org.idempiere.acct.POAccountingServiceImpl
- All Implemented Interfaces:
IPOAccountingService
Default Accounting Service Implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninsertAccounting(PO po, String acctTableName, String acctBaseTable, SQLFragment whereClause) Insert accounting records for PO
-
Constructor Details
-
POAccountingServiceImpl
public POAccountingServiceImpl()
-
-
Method Details
-
insertAccounting
public boolean insertAccounting(PO po, String acctTableName, String acctBaseTable, SQLFragment whereClause) Description copied from interface:IPOAccountingServiceInsert accounting records for PO- Specified by:
insertAccountingin interfaceIPOAccountingService- Parameters:
po- Persistent ObjectacctTableName- accounting table nameacctBaseTable- base tablewhereClause- optional where clause with parameter binding support- Returns:
- true if successful
-