Package org.idempiere.acct
Interface IDocPostingService
- All Known Implementing Classes:
DocPostingService
public interface IDocPostingService
-
Method Summary
Modifier and TypeMethodDescriptionmanualPosting(int WindowNo, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force) Manual posting by userpostImmediate(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 schemaAD_Table_ID- Transaction tableRecord_ID- Record ID of this documentforce- force postingtrxName- transaction- Returns:
- null if the document was posted or error message
-
manualPosting
Manual posting by user- Parameters:
WindowNo-AD_Client_ID-AD_Table_ID-Record_ID-force-- Returns:
- error message ( if any )
-