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 Type
    Method
    Description
    boolean
    insertAccounting(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 Object
      acctTableName - accounting table name
      acctBaseTable - base table
      whereClause - optional where clause with parameter binding support
      Returns:
      true if successful