public class AdminMultiStoreMgr extends AdminBaseMgr implements AdminMultiStoreMgrIf
AdminBaseMgr.StaticData| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log
|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, debugStackTraceExclusions, kkAdminPropsFilePath, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir| Constructor and Description |
|---|
AdminMultiStoreMgr(KKAdminIf eng)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.konakart.db.KKCriteria |
getNewCriteria()
Gets a new KKCriteria object based on the mode of the engine.
|
com.konakart.db.KKCriteria |
getNewCriteria(boolean allStores)
Gets a new KKCriteria object based on the mode of the engine
|
AdminStore[] |
getStores(org.apache.commons.configuration2.Configuration kkConfig)
Get the stores supported by the server.
|
AdminStore[] |
getStores(java.lang.String configFile)
Get the stores supported by the server.
|
protected AdminStore[] |
getStoresPrivate(org.apache.commons.configuration2.Configuration lkkConfig)
Get the stores supported by the server
|
protected AdminStore[] |
getStoresPrivateSingleDB()
Just returns the default single store list.
|
addInsertAttr, addInsertAttr, addStringRuleConstraint, addStringRuleConstraint, checkAPICallEnabled, checkIntInRange, checkIntIsSet, checkRequired, executeQuery, executeQuery, getAdminAddressMgr, getAdminAuditMgr, getAdminBillingMgr, getAdminBookableProductMgr, getAdminCatMgr, getAdminConfigMgr, getAdminContentMgr, getAdminCurrMgr, getAdminCustMgr, getAdminCustPwdHistMgr, getAdminCustTagMgr, getAdminEmailMgr, getAdminEng, getAdminEngineCacheMgr, getAdminEventMgr, getAdminExecuteMgr, getAdminFileMgr, getAdminFilterMgr, getAdminHtmlMgr, getAdminImportMgr, getAdminLanguageMgr, getAdminManuMgr, getAdminMessageMgr, getAdminMiscItemMgr, getAdminMiscPriceMgr, getAdminModulesMgr, getAdminMultiStoreMgr, getAdminOrderMgr, getAdminPdfMgr, getAdminProdAttrMgr, getAdminProdMgr, getAdminPromMgr, getAdminReviewMgr, getAdminSearchRuleMgr, getAdminSecMgr, getAdminServletMgr, getAdminShipmentMgr, getAdminSolrMgr, getAdminStoreMgr, getAdminSuggestionMgr, getAdminTagMgr, getAdminTaxMgr, getAdminValidationMgr, getAdminVelocityContextMgr, getAdminWishListMgr, getBooleanFromString, getDebugStackTraceExclusions, getEmailThreadGracefulShutdownTimeout, getExportMgr, getExportMgr, getExportXMLData, getIntFromString, getKkAdminPropsFilePath, getKkConfig, getKkInstanceId, getMode, getModeString, getMqMgr, getNewCriteria, getNewCriteria, getOtherModuleByName, getPostSearchText, getPreSearchText, getProductsToCategoresCriteria, getPropertyValue, getPropertyValue, getPropertyValueAsBool, getPropertyValueAsInt, getPropertyValueAsLong, getRecordCount, getRecordCount, getRewardPointMgr, getSingleIntResult, getStoreId, getTemplate, getTemplateBase, getXml_io, init, insertKKEvent, insertKKEvent, isBusiness, isBusinessOrEnterprise, isCommunity, isConfigSet, isEnterprise, isMultiStoreLanguagesShared, isMultiStoreMode, isMultiStoreShareCategories, isMultiStoreShareCustomers, isMultiStoreShareCustomersOrProducts, isMultiStoreShareProducts, isMultiStoreSingleDBCSMode, isMultiStoreSingleDBMode, isMultiStoreSingleDBNonCSMode, isUnix, isWindows, manageException, manageThrowable, refreshConfigs, removeCData, sendMQMessages, setAdminEng, setDebugStackTraceExclusions, setKkAdminPropsFilePath, setupWildCardRules, setWildCardAfter, setWildCardBefore, shutdownGracefully, shutdownGracefully, timestampStr, updateStaticVariablesNowpublic AdminMultiStoreMgr(KKAdminIf eng) throws java.lang.Exception
eng - the Admin Enginejava.lang.Exception - an unexpected exceptionpublic com.konakart.db.KKCriteria getNewCriteria()
getNewCriteria in interface AdminMultiStoreMgrIfgetNewCriteria in class AdminBaseMgrpublic com.konakart.db.KKCriteria getNewCriteria(boolean allStores)
getNewCriteria in interface AdminMultiStoreMgrIfgetNewCriteria in class AdminBaseMgrallStores - the allStorespublic AdminStore[] getStores(java.lang.String configFile) throws KKAdminException
getStores in interface AdminMultiStoreMgrIfconfigFile - the name of the properties fileKKAdminException - unexpected exception in the KonaKart Admin Enginepublic AdminStore[] getStores(org.apache.commons.configuration2.Configuration kkConfig)
getStores in interface AdminMultiStoreMgrIfkkConfig - A configuration that has already been readprotected AdminStore[] getStoresPrivate(org.apache.commons.configuration2.Configuration lkkConfig)
lkkConfig - the lkkConfigprotected AdminStore[] getStoresPrivateSingleDB()
Copyright © 2018 DS Data Systems UK Ltd.