Class ProcSeqCreator

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

public class ProcSeqCreator extends SvrProcess
ProcSeqCreator Process to create sequence files
Version:
$Id: ProcSeqCreator.java, 13/09/2010 14:17:00 mgrigioni
Author:
Mario Grigioni
  • Constructor Details

    • ProcSeqCreator

      public ProcSeqCreator()
  • 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 - if not successful
    • main

      public static void main(String[] args)