public class Flat extends ShippingModule
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
MODULE_CODE |
configKeyStub, configs, implementationFileName, installed, keys, logMODULE_SUB_TYPE_PROMOTION, MODULE_TYPE_ORDER_TOTAL, MODULE_TYPE_OTHER, MODULE_TYPE_PAYMENT, MODULE_TYPE_SHIPPING| Constructor and Description |
|---|
Flat() |
| 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.
|
java.lang.String |
getConfigKeyStub() |
KKConfiguration[] |
getConfigs() |
java.lang.String |
getImplementationFileName() |
java.lang.String |
getModuleCode() |
java.lang.String |
getModuleTitle() |
getAdminOrderMgr, getClassPrefix, getConfigVariable, getModuleType, getOrderExportBase, getWeightOfOrder, toStringgetKeys, getKonakartTimeStampDate, getModuleSubType, getMsgs, init, install, installed, remove, setConfigKeyStub, setConfigs, setImplementationFileName, setInstalled, setKeys, setMsgsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeys, getModuleSubType, init, install, installed, remove, setConfigKeyStub, setInstalledpublic java.lang.String getConfigKeyStub()
getConfigKeyStub in interface ModuleInterfacegetConfigKeyStub in class ShippingModulepublic java.lang.String getModuleTitle()
getModuleTitle in interface ModuleInterfacegetModuleTitle in class Modulepublic java.lang.String getImplementationFileName()
getImplementationFileName in interface ModuleInterfacegetImplementationFileName in class Modulepublic java.lang.String getModuleCode()
getModuleCode in interface ModuleInterfacegetModuleCode in class Modulepublic KKConfiguration[] getConfigs()
getConfigs in interface ModuleInterfacegetConfigs in class Modulepublic com.konakart.app.ExportOrderResponse exportOrderForShipping(AdminOrder order, com.konakart.app.ExportOrderOptions options, KKAdminIf adminEng) throws KKAdminException
ShippingModuleInterfaceexportOrderForShipping in interface ShippingModuleInterfaceexportOrderForShipping in class ShippingModuleorder - 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.