Package org.idempiere.acct
Class DocPostingService
java.lang.Object
org.idempiere.acct.DocPostingService
- All Implemented Interfaces:
IDocPostingService
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
DocPostingService
public DocPostingService()
-
-
Method Details
-
postImmediate
public String postImmediate(MAcctSchema[] ass, int AD_Table_ID, int Record_ID, boolean force, String trxName) Description copied from interface:IDocPostingServicePost document immediately- Specified by:
postImmediatein interfaceIDocPostingService- 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
public String manualPosting(int WindowNo, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force) Description copied from interface:IDocPostingServiceManual posting by user- Specified by:
manualPostingin interfaceIDocPostingService- Returns:
- error message ( if any )
-