com.softslate.commerce.businessobjects.product
Class BasicSKUProcessor

java.lang.Object
  extended bycom.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended bycom.softslate.commerce.businessobjects.core.BaseBusinessProcessor
          extended bycom.softslate.commerce.businessobjects.product.BasicSKUProcessor
All Implemented Interfaces:
BusinessObject, BusinessProcessor, SKUProcessor

public class BasicSKUProcessor
extends BaseBusinessProcessor
implements SKUProcessor

Processes business logic having to do with skus. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting skus.

BasicSKUProcessor is the default implementation of the SKUProcessor interface for the application.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
 
Constructor Summary
BasicSKUProcessor()
           
 
Method Summary
 void addSKU(java.util.Map parameters)
           
 void deleteSKU(java.util.Map parameters)
           
 void editDeleteSKUs(java.util.Map parameters)
           
 void editSKU(java.util.Map parameters)
           
 java.util.Map loadSKUFromID(java.util.Map parameters)
           
 java.util.Map loadSKUsAndCount(java.util.Map parameters)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
formatPrice, getBusinessObjectFactory, getDaoFactory, getSettingsBean, getUser, initialize, setBusinessObjectFactory, setDaoFactory, setSettingsBean, setUser
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
formatDateTime, parseDateTime, prepareRequestData, sendHTTPPost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

BasicSKUProcessor

public BasicSKUProcessor()
Method Detail

loadSKUsAndCount

public java.util.Map loadSKUsAndCount(java.util.Map parameters)
                               throws java.lang.Exception
Specified by:
loadSKUsAndCount in interface SKUProcessor
Throws:
java.lang.Exception

addSKU

public void addSKU(java.util.Map parameters)
            throws java.lang.Exception
Specified by:
addSKU in interface SKUProcessor
Throws:
java.lang.Exception

loadSKUFromID

public java.util.Map loadSKUFromID(java.util.Map parameters)
                            throws java.lang.Exception
Specified by:
loadSKUFromID in interface SKUProcessor
Throws:
java.lang.Exception

editSKU

public void editSKU(java.util.Map parameters)
             throws java.lang.Exception
Specified by:
editSKU in interface SKUProcessor
Throws:
java.lang.Exception

editDeleteSKUs

public void editDeleteSKUs(java.util.Map parameters)
                    throws java.lang.Exception
Specified by:
editDeleteSKUs in interface SKUProcessor
Throws:
java.lang.Exception

deleteSKU

public void deleteSKU(java.util.Map parameters)
               throws java.lang.Exception
Specified by:
deleteSKU in interface SKUProcessor
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005