com.softslate.commerce.businessobjects.product
Interface ProductSettingProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicProductSettingProcessor

public interface ProductSettingProcessor
extends BusinessProcessor

Interface for business logic methods having to do with product settings. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting product settings.

When the application needs to create an instance that implements ProductSettingProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "productSettingProcessorImplementer" setting in the npcSetting database table.

The default "productSettingProcessorImplementer" is ProductSettingProcessor.

Author:
David Tobey

Method Summary
 void addProductSetting(java.util.Map parameters)
           
 void deleteProductSetting(java.util.Map parameters)
           
 void editProductSetting(java.util.Map parameters)
           
 java.util.Map loadProductSettingFromID(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getBusinessObjectFactory, getDaoFactory, getSettingsBean, getUser, setBusinessObjectFactory, setDaoFactory, setSettingsBean, setUser
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Method Detail

addProductSetting

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

loadProductSettingFromID

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

editProductSetting

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

deleteProductSetting

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


Copyright © SoftSlate, Inc. 2003–2005