Class ProcCopyTdDCFOP

java.lang.Object
org.compiere.process.SvrProcess
org.brerp.base.process.ProcCopyTdDCFOP
All Implemented Interfaces:
ProcessCall

public class ProcCopyTdDCFOP extends SvrProcess
ProcCopyLinesAcct Process to copy lines of CFOP from Document Type
Version:
$Id: ProcCopyTdDCFOP.java, 20/08/2014 10:58:37 gabriels
Author:
Gabriel S Schneider (gabriel.schneider@brerp.org>, http://www.brerp.org)
  • Constructor Details

    • ProcCopyTdDCFOP

      public ProcCopyTdDCFOP()
  • Method Details

    • prepare

      protected void prepare()
      Prepare - e.g., get Parameters.
      Specified by:
      prepare in class SvrProcess
    • doIt

      protected String doIt() throws Exception
      Description copied from class: SvrProcess
      Perform process.
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message (variables are parsed)
      Throws:
      Exception - if not successful e.g. throw new AdempiereUserError ("@FillMandatory@ @C_BankAccount_ID@");
    • getTdDCFOP

      public List<MLBRCFOPLine> getTdDCFOP(MDocType dt)