Class ColumnEncryption

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

public class ColumnEncryption extends SvrProcess
Column Encryption Test
Version:
$Id: ColumnEncryption.java,v 1.2 2006/07/30 00:51:01 jjanke Exp $
Author:
Jorg Janke
  • Constructor Details

    • ColumnEncryption

      public ColumnEncryption()
  • Method Details

    • prepare

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

      protected String doIt() throws Exception
      Process
      Specified by:
      doIt in class SvrProcess
      Returns:
      info
      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 after the process committed the changes (e.g. open some windows).
      Overrides:
      postProcess in class SvrProcess
      Parameters:
      success - true if the process was success