Class BasicShippingMethodProcessor
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
com.softslate.commerce.businessobjects.shipping.BasicShippingMethodProcessor
- All Implemented Interfaces:
BusinessObject
,BusinessProcessor
,ShippingMethodProcessor
public class BasicShippingMethodProcessor
extends BaseBusinessProcessor
implements ShippingMethodProcessor
Processes business logic having to do with shipping methods. Created in the
Struts layer in response to requests for viewing, editing, adding, and
deleting shipping methods.
BasicShippingMethodProcessor
is the default implementation of
the ShippingMethodProcessor
interface for the application.
- Author:
- David Tobey
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddShippingMethod
(Map parameters) void
deleteShippingMethod
(Map parameters) editDeleteShippingMethods
(Map parameters) editShippingMethod
(Map parameters) loadShippingMethodFromCode
(Map parameters) loadShippingMethodFromID
(Map parameters) loadShippingMethodsAndCount
(Map parameters) Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getProductIDs, getSettings, getUser, initialize, isProcessorClassActive, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPGet, sendHTTPPost, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, updateOrderTotals, updateOrderTotals, updateOrderTotals, utils
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.BusinessObject
initialize
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
BasicShippingMethodProcessor
public BasicShippingMethodProcessor()
-
-
Method Details
-
loadShippingMethodsAndCount
- Specified by:
loadShippingMethodsAndCount
in interfaceShippingMethodProcessor
- Throws:
Exception
-
addShippingMethod
- Specified by:
addShippingMethod
in interfaceShippingMethodProcessor
- Throws:
Exception
-
loadShippingMethodFromID
- Specified by:
loadShippingMethodFromID
in interfaceShippingMethodProcessor
- Throws:
Exception
-
loadShippingMethodFromCode
- Specified by:
loadShippingMethodFromCode
in interfaceShippingMethodProcessor
- Throws:
Exception
-
editShippingMethod
- Specified by:
editShippingMethod
in interfaceShippingMethodProcessor
- Throws:
Exception
-
editDeleteShippingMethods
- Specified by:
editDeleteShippingMethods
in interfaceShippingMethodProcessor
- Throws:
Exception
-
deleteShippingMethod
- Specified by:
deleteShippingMethod
in interfaceShippingMethodProcessor
- Throws:
Exception
-