Class LoadBankStatement

java.lang.Object
org.compiere.process.SvrProcess
org.compiere.process.LoadBankStatement
All Implemented Interfaces:
ProcessCall

public class LoadBankStatement extends SvrProcess
Process for loading Bank Statements into I_BankStatement
Version:
$Id: LoadBankStatement.java,v 1.2 2006/07/30 00:51:01 jjanke Exp $
Author:
Maarten Klinker, Eldir Tomassen
  • Constructor Details

    • LoadBankStatement

      public LoadBankStatement()
  • Method Details

    • prepare

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

      protected String doIt() throws Exception
      Perform process.
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message
      Throws:
      Exception
    • 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