BusinessObject
, BusinessProcessor
BasicCustomerWishListProcessor
public interface CustomerWishListProcessor extends BusinessProcessor
When the application needs to create an instance that implements
CustomerWishListProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"customerWishListProcessorImplementer" setting in the
appComponents.properties
file.
The default "customerWishListProcessorImplementer" is
BasicCustomerWishListProcessor
.
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
addCustomerWishList(java.util.Map parameters) |
|
java.lang.String |
computeCheck(CustomerWishList customerWishList) |
|
java.util.Map |
customerAddProductToWishList(CustomerWishList customerWishList,
Product product) |
|
java.util.Map |
customerAddWishList(java.util.Map parameters) |
|
java.util.Map |
customerDeleteWishList(java.util.Map parameters) |
|
java.util.Map |
customerDeleteWishListProduct(java.util.Map parameters) |
|
java.util.Map |
customerEditWishList(java.util.Map parameters) |
|
CustomerWishList |
customerGetWishList(java.util.Map parameters,
boolean createNew) |
|
void |
deleteCustomerWishList(java.util.Map parameters) |
|
java.util.Map |
editCustomerWishList(java.util.Map parameters) |
|
java.util.Map |
editDeleteCustomerWishLists(java.util.Map parameters) |
|
CustomerWishList |
loadCustomerWishListFromID(java.util.Map parameters) |
|
java.util.Map |
loadCustomerWishListsAndCount(java.util.Map parameters) |
initialize
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utils
java.util.Map loadCustomerWishListsAndCount(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map addCustomerWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
CustomerWishList loadCustomerWishListFromID(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map editCustomerWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map editDeleteCustomerWishLists(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
void deleteCustomerWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map customerDeleteWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map customerEditWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
CustomerWishList customerGetWishList(java.util.Map parameters, boolean createNew) throws java.lang.Exception
java.lang.Exception
java.util.Map customerDeleteWishListProduct(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.util.Map customerAddProductToWishList(CustomerWishList customerWishList, Product product) throws java.lang.Exception
java.lang.Exception
java.util.Map customerAddWishList(java.util.Map parameters) throws java.lang.Exception
java.lang.Exception
java.lang.String computeCheck(CustomerWishList customerWishList)
Copyright © SoftSlate, LLC 20032012