com.konakart.bl
Class MultiStoreMgr

java.lang.Object
  extended by com.konakart.bl.BaseMgr
      extended by com.konakart.bl.MultiStoreMgr
All Implemented Interfaces:
MultiStoreMgrIf

public class MultiStoreMgr
extends BaseMgr
implements MultiStoreMgrIf

Manager for multi store code


Field Summary
protected static org.apache.commons.logging.Log log
          the log
 
Fields inherited from class com.konakart.bl.BaseMgr
templateBaseDir
 
Constructor Summary
MultiStoreMgr(KKEngIf eng)
          Constructor
 
Method Summary
 KKCriteria getNewCriteria()
          Gets a new KKCriteria object based on the mode of the engine.
 KKCriteria getNewCriteria(boolean allStores)
          Gets a new KKCriteria object based on the mode of the engine
 
Methods inherited from class com.konakart.bl.BaseMgr
addInsertAttr, addInsertAttr, checkRequired, executeQuery, executeQuery, getAdminEngMgr, getBasketMgr, getBillingMgr, getBookableProductMgr, getCatMgr, getConfigMgr, getCookieMgr, getCurrMgr, getCustMgr, getCustomerIdFromSession, getCustomerStatsMgr, getCustomerTagMgr, getEmailMgr, getEng, getLangMgr, getManuMgr, getMiscItemMgr, getMode, getModeString, getMqMgr, getMultiStoreMgr, getOrderIntegrationMgr, getOrderMgr, getOrderTotalMgr, getPaymentMgr, getProdMgr, getPromMgr, getPunchOutMgr, getRewardPointMgr, getSecMgr, getShippingMgr, getSolrMgr, getStoreId, getTaxMgr, getTemplate, getTemplateRoot, getVelocityContextMgr, getWishListMgr, init, isDeadlockException, isEnterprise, isMultiStoreShareCategories, isMultiStoreShareCustomers, isMultiStoreShareProducts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
the log

Constructor Detail

MultiStoreMgr

public MultiStoreMgr(KKEngIf eng)
              throws java.lang.Exception
Constructor

Parameters:
eng -
Throws:
java.lang.Exception
Method Detail

getNewCriteria

public KKCriteria getNewCriteria()
Gets a new KKCriteria object based on the mode of the engine. It calls getNewCriteria(boolean allStores) with allStores set to false.

Specified by:
getNewCriteria in interface MultiStoreMgrIf
Overrides:
getNewCriteria in class BaseMgr
Returns:
Returns a new KKCriteria object based on the mode of the engine

getNewCriteria

public KKCriteria getNewCriteria(boolean allStores)
Gets a new KKCriteria object based on the mode of the engine

Specified by:
getNewCriteria in interface MultiStoreMgrIf
Overrides:
getNewCriteria in class BaseMgr
Parameters:
allStores - If true returns a criteria for all stores when in multi-store shared db mode
Returns:
Returns a new KKCriteria object based on the mode of the engine


Copyright © 2011 DS Data Systems UK Ltd.