public interface ShippingModuleInterface extends ModuleInterface
MODULE_SUB_TYPE_PROMOTION, MODULE_TYPE_ORDER_TOTAL, MODULE_TYPE_OTHER, MODULE_TYPE_PAYMENT, MODULE_TYPE_SHIPPING
Modifier and Type | Method and Description |
---|---|
com.konakart.app.ExportOrderResponse |
exportOrderForShipping(AdminOrder order,
com.konakart.app.ExportOrderOptions options,
KKAdminIf adminEng)
Export the order for shipping.
|
getClassPrefix, getConfigKeyStub, getConfigs, getImplementationFileName, getKeys, getModuleCode, getModuleSubType, getModuleTitle, getModuleType, init, install, installed, remove, setConfigKeyStub, setInstalled, toString
com.konakart.app.ExportOrderResponse exportOrderForShipping(AdminOrder order, com.konakart.app.ExportOrderOptions options, KKAdminIf adminEng) throws KKAdminException
order
- AdminOrder object to export for shippingoptions
- Defines the options to use for the export of the OrderadminEng
- A KKAdmin engine which may be useful for accessing configuration variables etc.KKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.