Package org.brerp.sped.nfe.component
Class NFe_DocFactory
java.lang.Object
org.brerp.sped.nfe.component.NFe_DocFactory
- All Implemented Interfaces:
IDocFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocument
(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName) Create Posting documentgetDocument
(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName) Create Posting document
-
Constructor Details
-
NFe_DocFactory
public NFe_DocFactory()
-
-
Method Details
-
getDocument
Description copied from interface:IDocFactory
Create Posting document- Specified by:
getDocument
in interfaceIDocFactory
- Parameters:
as
- accounting schemaAD_Table_ID
- Table ID of DocumentsRecord_ID
- record ID to loadtrxName
- transaction name- Returns:
- Document or null
-
getDocument
Description copied from interface:IDocFactory
Create Posting document- Specified by:
getDocument
in interfaceIDocFactory
- Parameters:
as
- accounting schemaAD_Table_ID
- Table ID of Documentsrs
- ResultSettrxName
- transaction name- Returns:
- Document
-