Interface IDocPostingService

All Known Implementing Classes:
DocPostingService

public interface IDocPostingService
  • Method Summary

    Modifier and Type
    Method
    Description
    manualPosting(int WindowNo, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force)
    Manual posting by user
    postImmediate(MAcctSchema[] ass, int AD_Table_ID, int Record_ID, boolean force, String trxName)
    Post document immediately
  • Method Details

    • postImmediate

      String postImmediate(MAcctSchema[] ass, int AD_Table_ID, int Record_ID, boolean force, String trxName)
      Post document immediately
      Parameters:
      ass - accounting schema
      AD_Table_ID - Transaction table
      Record_ID - Record ID of this document
      force - force posting
      trxName - transaction
      Returns:
      null if the document was posted or error message
    • manualPosting

      String manualPosting(int WindowNo, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force)
      Manual posting by user
      Parameters:
      WindowNo -
      AD_Client_ID -
      AD_Table_ID -
      Record_ID -
      force -
      Returns:
      error message ( if any )