|
|||||||||
| 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 |
|---|
| Fields inherited from class com.konakart.bl.modules.BaseModule |
|---|
basePackage, log |
| 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 |
|---|
getResourceBundle, isAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseShippingModule()
| Method Detail |
|---|
protected void checkZone(ShippingInfo info,
int zone)
throws com.konakart.app.KKException
info - zone -
com.konakart.app.KKException
protected void checkForProducts(ShippingInfo info)
throws com.konakart.app.KKException
info - ShippingInfo object - this defines the items to be shipped
com.konakart.app.KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||