Class NFe_DocFactory

java.lang.Object
org.brerp.sped.nfe.component.NFe_DocFactory
All Implemented Interfaces:
IDocFactory

public class NFe_DocFactory extends Object implements IDocFactory
  • Constructor Details

    • NFe_DocFactory

      public NFe_DocFactory()
  • Method Details

    • getDocument

      public Doc getDocument(MAcctSchema as, int AD_Table_ID, int Record_ID, String trxName)
      Description copied from interface: IDocFactory
      Create Posting document
      Specified by:
      getDocument in interface IDocFactory
      Parameters:
      as - accounting schema
      AD_Table_ID - Table ID of Documents
      Record_ID - record ID to load
      trxName - transaction name
      Returns:
      Document or null
    • getDocument

      public Doc getDocument(MAcctSchema as, int AD_Table_ID, ResultSet rs, String trxName)
      Description copied from interface: IDocFactory
      Create Posting document
      Specified by:
      getDocument in interface IDocFactory
      Parameters:
      as - accounting schema
      AD_Table_ID - Table ID of Documents
      rs - ResultSet
      trxName - transaction name
      Returns:
      Document