Class POAccountingServiceImpl

java.lang.Object
org.idempiere.acct.POAccountingServiceImpl
All Implemented Interfaces:
IPOAccountingService

public class POAccountingServiceImpl extends Object implements IPOAccountingService
Default Accounting Service Implementation
  • Constructor Details

    • POAccountingServiceImpl

      public POAccountingServiceImpl()
  • Method Details

    • insertAccounting

      public boolean insertAccounting(PO po, String acctTableName, String acctBaseTable, SQLFragment whereClause)
      Description copied from interface: IPOAccountingService
      Insert accounting records for PO
      Specified by:
      insertAccounting in interface IPOAccountingService
      Parameters:
      po - Persistent Object
      acctTableName - accounting table name
      acctBaseTable - base table
      whereClause - optional where clause with parameter binding support
      Returns:
      true if successful