com.softslate.commerce.businessobjects.installer
Class InstallerProcessor

java.lang.Object
  extended by com.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended by com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
          extended by com.softslate.commerce.businessobjects.installer.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 Summary
private  boolean insertTestData
           
(package private) static org.apache.commons.logging.Log log
           
 
Constructor Summary
InstallerProcessor()
           
 
Method Summary
 boolean getInsertTestData()
           
 void processInitialization(java.util.Map parameters)
           
 void processSecuritySettings(java.util.Map parameters)
           
 void processStoreSettings(java.util.Map parameters)
           
 void setInsertTestData(boolean insertTestData)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getProductIDs, getSettings, getUser, initialize, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, updateOrderTotals, updateOrderTotals, utils
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log

insertTestData

private boolean insertTestData
Constructor Detail

InstallerProcessor

public InstallerProcessor()
Method Detail

getInsertTestData

public boolean getInsertTestData()

setInsertTestData

public void setInsertTestData(boolean insertTestData)

processInitialization

public void processInitialization(java.util.Map parameters)
                           throws java.lang.Exception
Throws:
java.lang.Exception

processStoreSettings

public void processStoreSettings(java.util.Map parameters)
                          throws java.lang.Exception
Throws:
java.lang.Exception

processSecuritySettings

public void processSecuritySettings(java.util.Map parameters)
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, LLC 2003–2005