Class InstallerProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor

public class InstallerProcessor extends BaseBusinessProcessor
Processes various requests from the installer tool to initialize the application.
Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
    • insertTestData

      private boolean insertTestData
  • Constructor Details

    • InstallerProcessor

      public InstallerProcessor()
  • Method Details

    • getInsertTestData

      public boolean getInsertTestData()
    • setInsertTestData

      public void setInsertTestData(boolean insertTestData)
    • processInitialization

      public void processInitialization(Map parameters) throws Exception
      Throws:
      Exception
    • processStoreSettings

      public void processStoreSettings(Map parameters) throws Exception
      Throws:
      Exception
    • processSecuritySettings

      public void processSecuritySettings(Map parameters) throws Exception
      Throws:
      Exception