com.konakart.bl.modules.shipping
Interface ShippingInterface

All Known Implementing Classes:
DigitalDownload, Fedex, Flat, Free, FreeProduct, Item, PickUpInStore, Table, Ups, Usps, Uspsint, Zones

public interface ShippingInterface


Method Summary
 ShippingQuote getQuote(Order order, ShippingInfo info)
           
 boolean isAvailable()
           
 void setStaticVariables()
          Refreshes the static variables from the copy in the database
 

Method Detail

getQuote

ShippingQuote getQuote(Order order,
                       ShippingInfo info)
                       throws java.lang.Exception
Parameters:
order -
info -
Returns:
Returns a descriptor for this module
Throws:
java.lang.Exception

isAvailable

boolean isAvailable()
                    throws KKException
Returns:
True or False
Throws:
KKException

setStaticVariables

void setStaticVariables()
                        throws KKException
Refreshes the static variables from the copy in the database

Throws:
KKException


Copyright © 2011 DS Data Systems UK Ltd.