|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.modules.BaseModule
com.konakart.bl.modules.shipping.BaseShippingModule
public class BaseShippingModule
The Base class for shipping modules
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
The Log instance for this application. |
| Fields inherited from class com.konakart.bl.modules.BaseModule |
|---|
basePackage |
| Constructor Summary | |
|---|---|
BaseShippingModule()
|
|
| Method Summary | |
|---|---|
protected void |
checkForProducts(ShippingInfo info)
If there are no products it throws an exception since shipping isn't required. |
protected void |
checkZone(ShippingInfo info,
int zone)
Ensures that the zone is within one of the Geo Zones contained in the ShippingInfo object. |
| Methods inherited from class com.konakart.bl.modules.BaseModule |
|---|
getBasketMgr, getCatMgr, getConfigMgr, getCurrMgr, getCustMgr, getEmailMgr, getEng, getLangMgr, getMultiStoreMgr, getOrderMgr, getOrderTotalMgr, getPaymentMgr, getProdMgr, getPromMgr, getResourceBundle, getRewardPointMgr, getSecMgr, getShippingMgr, getSolrMgr, getStoreId, getTaxMgr, init, isAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.commons.logging.Log log
Log instance for this application.
| Constructor Detail |
|---|
public BaseShippingModule()
| Method Detail |
|---|
protected void checkZone(ShippingInfo info,
int zone)
throws KKException
info - zone -
KKException
protected void checkForProducts(ShippingInfo info)
throws KKException
info - ShippingInfo object - this defines the items to be shipped
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||