Class MPrintFormatProcess

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

public class MPrintFormatProcess extends SvrProcess
MPrintFormat Process. Performs Copy existing or Create from Table Called when pressing the Copy/Create button in Window Print Format
Version:
$Id: MPrintFormatProcess.java,v 1.3 2006/07/30 00:53:02 jjanke Exp $
Author:
Jorg Janke, Michael Judd BF [ 2730339 ] - Error logging in MPrintFormatProcess
  • Constructor Details

    • MPrintFormatProcess

      public MPrintFormatProcess()
  • Method Details

    • prepare

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

      protected String doIt() throws Exception
      Perform process.
        If AD_Table_ID is not null, create from table,
        otherwise copy from AD_PrintFormat_ID
        
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message
      Throws:
      Exception