Class ProcCOFGerarExpedicaoPontoRemessa

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

public class ProcCOFGerarExpedicaoPontoRemessa extends InOutGenerate
Author:
Jose.Leite, vitor
  • Constructor Details

    • ProcCOFGerarExpedicaoPontoRemessa

      public ProcCOFGerarExpedicaoPontoRemessa()
  • Method Details

    • doIt

      protected String doIt() throws Exception
      Description copied from class: InOutGenerate
      Generate Shipments
      Overrides:
      doIt in class InOutGenerate
      Returns:
      info
      Throws:
      Exception - if not successful e.g. throw new AdempiereUserError ("@FillMandatory@ @C_BankAccount_ID@");
    • postProcess

      protected void postProcess(boolean success)
      Description copied from class: SvrProcess
      Post process actions (outside trx). Please note that at this point the transaction is committed so you can't rollback. This method is useful if you need to do some custom work when the process complete the work (e.g. open some windows).
      Overrides:
      postProcess in class SvrProcess
      Parameters:
      success - true if the process was success