Class ProcPaymentReopen

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

public class ProcPaymentReopen extends SvrProcess
Re-Open Payment Process (from Closed to Completed)
Version:
$Id: ProcPaymentReopen.java, 09/12/2015 14:39:25 lucasb
Author:
Lucas Buglio (lucas.buglio@devcoffee.com.br, http://www.devcoffee.com.br)
  • Constructor Details

    • ProcPaymentReopen

      public ProcPaymentReopen()
  • 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@");