|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.modules.BaseModule
public class BaseModule
Base class for all modules.
| Field Summary | |
|---|---|
static java.lang.String |
basePackage
Base package |
| Constructor Summary | |
|---|---|
BaseModule()
|
|
| Method Summary | |
|---|---|
protected BasketMgrIf |
getBasketMgr()
|
protected CategoryMgrIf |
getCatMgr()
|
protected ConfigurationMgrIf |
getConfigMgr()
|
protected CurrencyMgrIf |
getCurrMgr()
|
protected CustomerMgrIf |
getCustMgr()
|
protected EmailMgrIf |
getEmailMgr()
|
protected KKEng |
getEng()
|
protected LanguageMgrIf |
getLangMgr()
|
protected MultiStoreMgrIf |
getMultiStoreMgr()
|
protected OrderMgrIf |
getOrderMgr()
|
protected OrderTotalMgrIf |
getOrderTotalMgr()
|
protected PaymentMgrIf |
getPaymentMgr()
|
protected ProductMgrIf |
getProdMgr()
|
protected PromotionMgrIf |
getPromMgr()
|
protected java.util.ResourceBundle |
getResourceBundle(java.lang.String mutex,
java.lang.String bundleName,
java.util.HashMap<java.util.Locale,java.util.ResourceBundle> resourceBundleMap,
java.util.Locale locale)
The resource bundle is fetched for the locale and stored in a static hash table. |
protected RewardPointMgrIf |
getRewardPointMgr()
|
protected SecurityMgrIf |
getSecMgr()
|
protected ShippingMgrIf |
getShippingMgr()
|
protected SolrMgrIf |
getSolrMgr()
|
protected java.lang.String |
getStoreId()
Return the storeId |
protected TaxMgrIf |
getTaxMgr()
|
protected void |
init(KKEngIf engine)
Init method called from the super class. |
protected boolean |
isAvailable(KKEng engine,
java.lang.String configKey)
Returns true or false |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String basePackage
| Constructor Detail |
|---|
public BaseModule()
| Method Detail |
|---|
protected void init(KKEngIf engine)
engine -
protected java.util.ResourceBundle getResourceBundle(java.lang.String mutex,
java.lang.String bundleName,
java.util.HashMap<java.util.Locale,java.util.ResourceBundle> resourceBundleMap,
java.util.Locale locale)
throws KKException
bundleName - resourceBundleMap - locale -
KKException
protected boolean isAvailable(KKEng engine,
java.lang.String configKey)
throws KKException
KKException
protected java.lang.String getStoreId()
throws KKException
KKExceptionprotected KKEng getEng()
protected TaxMgrIf getTaxMgr()
throws java.lang.Exception
java.lang.Exception
protected LanguageMgrIf getLangMgr()
throws java.lang.Exception
java.lang.Exception
protected CustomerMgrIf getCustMgr()
throws java.lang.Exception
java.lang.Exception
protected ConfigurationMgrIf getConfigMgr()
throws java.lang.Exception
java.lang.Exception
protected ProductMgrIf getProdMgr()
throws java.lang.Exception
java.lang.Exception
protected CurrencyMgrIf getCurrMgr()
throws java.lang.Exception
java.lang.Exception
protected SecurityMgrIf getSecMgr()
throws java.lang.Exception
java.lang.Exception
protected CategoryMgrIf getCatMgr()
throws java.lang.Exception
java.lang.Exception
protected EmailMgrIf getEmailMgr()
throws java.lang.Exception
java.lang.Exception
protected OrderMgrIf getOrderMgr()
throws java.lang.Exception
java.lang.Exception
protected PromotionMgrIf getPromMgr()
throws java.lang.Exception
java.lang.Exception
protected BasketMgrIf getBasketMgr()
throws java.lang.Exception
java.lang.Exception
protected ShippingMgrIf getShippingMgr()
throws java.lang.Exception
java.lang.Exception
protected PaymentMgrIf getPaymentMgr()
throws java.lang.Exception
java.lang.Exception
protected OrderTotalMgrIf getOrderTotalMgr()
throws java.lang.Exception
java.lang.Exception
protected SolrMgrIf getSolrMgr()
throws java.lang.Exception
java.lang.Exceptionprotected MultiStoreMgrIf getMultiStoreMgr()
protected RewardPointMgrIf getRewardPointMgr()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||