Class InstallerDAOBasic

java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.installer.InstallerDAOBasic
All Implemented Interfaces:
DAOInterface

public class InstallerDAOBasic extends BaseDAO
Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • InstallerDAOBasic

      public InstallerDAOBasic()
  • Method Details

    • processInitialization

      public void processInitialization(String moduleList, String pathToResources, boolean insertTestData) throws Exception
      Throws:
      Exception
    • processAdministratorInstall

      public void processAdministratorInstall(Map parameters) throws Exception
      Throws:
      Exception
    • processFile

      public void processFile(String pathToScript) throws Exception
      Add all the queries in a given file to a Statement's batch. Each query must end with a semi-colon followed immediately by a newline.
      Throws:
      Exception