BusinessObject
, BusinessProcessor
, ShippingMethodProcessor
public class BasicShippingMethodProcessor extends BaseBusinessProcessor implements ShippingMethodProcessor
BasicShippingMethodProcessor
is the default implementation of
the ShippingMethodProcessor
interface for the application.
Modifier and Type | Field | Description |
---|---|---|
(package private) static org.apache.commons.logging.Log |
log |
Constructor | Description |
---|---|
BasicShippingMethodProcessor() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
addShippingMethod(java.util.Map parameters) |
|
void |
deleteShippingMethod(java.util.Map parameters) |
|
java.util.Map |
editDeleteShippingMethods(java.util.Map parameters) |
|
java.util.Map |
editShippingMethod(java.util.Map parameters) |
|
ShippingMethod |
loadShippingMethodFromCode(java.util.Map parameters) |
|
ShippingMethod |
loadShippingMethodFromID(java.util.Map parameters) |
|
java.util.Map |
loadShippingMethodsAndCount(java.util.Map parameters) |
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getProductIDs, getSettings, getUser, initialize, isProcessorClassActive, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPPost, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, updateOrderTotals, updateOrderTotals, updateOrderTotals, utils
initialize
public java.util.Map loadShippingMethodsAndCount(java.util.Map parameters) throws java.lang.Exception
loadShippingMethodsAndCount
in interface ShippingMethodProcessor
java.lang.Exception
public java.util.Map addShippingMethod(java.util.Map parameters) throws java.lang.Exception
addShippingMethod
in interface ShippingMethodProcessor
java.lang.Exception
public ShippingMethod loadShippingMethodFromID(java.util.Map parameters) throws java.lang.Exception
loadShippingMethodFromID
in interface ShippingMethodProcessor
java.lang.Exception
public ShippingMethod loadShippingMethodFromCode(java.util.Map parameters) throws java.lang.Exception
loadShippingMethodFromCode
in interface ShippingMethodProcessor
java.lang.Exception
public java.util.Map editShippingMethod(java.util.Map parameters) throws java.lang.Exception
editShippingMethod
in interface ShippingMethodProcessor
java.lang.Exception
public java.util.Map editDeleteShippingMethods(java.util.Map parameters) throws java.lang.Exception
editDeleteShippingMethods
in interface ShippingMethodProcessor
java.lang.Exception
public void deleteShippingMethod(java.util.Map parameters) throws java.lang.Exception
deleteShippingMethod
in interface ShippingMethodProcessor
java.lang.Exception
Copyright © SoftSlate, LLC 20032012