Class ProcUpdateCredit

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

public class ProcUpdateCredit extends SvrProcess
Process to update partner credit
Version:
ProcCreditAnalysis.java, 24/03/2016 15:35:25 buglio
Author:
Lucas Buglio (lucas.buglio@devcoffee.com.br, http://www.devcoffee.com.br)
  • Constructor Details

    • ProcUpdateCredit

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