public class MgrFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
the log
|
Constructor and Description |
---|
MgrFactory(KKEngIf eng)
Constructor
|
Modifier and Type | Method and Description |
---|---|
AdminEngineMgrIf |
getAdminEngineMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
BasketMgrIf |
getBasketMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
BillingMgrIf |
getBillingMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
BookableProductMgrIf |
getBookableProductMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CacheMgrIf |
getCacheMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CategoryMgrIf |
getCatMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ConfigurationMgrIf |
getConfigMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ContentMgrIf |
getContentMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CookieMgrIf |
getCookieMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CurrencyMgrIf |
getCurrMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CustomerMgrIf |
getCustMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CustomerStatsMgrIf |
getCustomerStatsMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
CustomerTagMgrIf |
getCustomerTagMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
EmailMgrIf |
getEmailMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
EventMgrIf |
getEventMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ExportMgrIf |
getExportMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
KKLockMgrIf |
getKKLockMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
LanguageMgrIf |
getLangMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ManufacturerMgrIf |
getManuMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
MiscItemMgrIf |
getMiscItemMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
MiscPriceMgrIf |
getMiscPriceMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
MqMgrIf |
getMqMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
MultiStoreMgrIf |
getMultiStoreMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
OrderMgrIf |
getOrderMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
OrderTotalMgrIf |
getOrderTotalMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
PaymentMgrIf |
getPaymentMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ProductMgrIf |
getProdMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
PromotionMgrIf |
getPromMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
PunchOutMgrIf |
getPunchOutMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ReviewMgrIf |
getReviewMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
RewardPointMgrIf |
getRewardPointMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
SecurityMgrIf |
getSecMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
ShippingMgrIf |
getShippingMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
SolrMgrIf |
getSolrMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
StoreMgrIf |
getStoreMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
SuggestionMgrIf |
getSuggestionMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
TaxMgrIf |
getTaxMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
VelocityContextMgrIf |
getVelocityContextMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
WishListMgrIf |
getWishListMgr(boolean createNew)
Creates new manager or returns the existing manager.
|
public MgrFactory(KKEngIf eng)
eng
- the engpublic AdminEngineMgrIf getAdminEngineMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic TaxMgrIf getTaxMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic LanguageMgrIf getLangMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CustomerMgrIf getCustMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ContentMgrIf getContentMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ConfigurationMgrIf getConfigMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ProductMgrIf getProdMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CurrencyMgrIf getCurrMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic SecurityMgrIf getSecMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CategoryMgrIf getCatMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CacheMgrIf getCacheMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic EmailMgrIf getEmailMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic OrderMgrIf getOrderMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic PromotionMgrIf getPromMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic BasketMgrIf getBasketMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ExportMgrIf getExportMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ShippingMgrIf getShippingMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic PaymentMgrIf getPaymentMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic OrderTotalMgrIf getOrderTotalMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic SolrMgrIf getSolrMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic EventMgrIf getEventMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic PunchOutMgrIf getPunchOutMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic MiscItemMgrIf getMiscItemMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic MiscPriceMgrIf getMiscPriceMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic MqMgrIf getMqMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic KKLockMgrIf getKKLockMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic WishListMgrIf getWishListMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CookieMgrIf getCookieMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic MultiStoreMgrIf getMultiStoreMgr(boolean createNew)
createNew
- Used to determine whether to create a new manager or return the existing onepublic CustomerTagMgrIf getCustomerTagMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic CustomerStatsMgrIf getCustomerStatsMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic BillingMgrIf getBillingMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic SuggestionMgrIf getSuggestionMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic VelocityContextMgrIf getVelocityContextMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic BookableProductMgrIf getBookableProductMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic RewardPointMgrIf getRewardPointMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ManufacturerMgrIf getManuMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic ReviewMgrIf getReviewMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionpublic StoreMgrIf getStoreMgr(boolean createNew) throws java.lang.Exception
createNew
- Used to determine whether to create a new manager or return the existing onejava.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.