public class AdminEngineCacheMgr extends AdminBaseMgr implements AdminEngineCacheMgrIf
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 |
|---|
AdminEngineCacheMgr(KKAdminIf eng)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AdminEngineConfig |
getAdEngConf() |
KKAdminIf |
getDefaultKKAdminEng()
Returns an instance of a KKAdmin Engine using the default store id.
|
com.konakart.appif.KKEngIf |
getDefaultKKEng()
Returns an instance of a KKEngine using the default store id.
|
KKAdminIf |
getKKAdminEng(java.lang.String storeId)
Returns an instance of a KKAdmin Engine for a storeId.
|
com.konakart.appif.KKEngIf |
getKKEng(java.lang.String storeId)
Returns an instance of a KKEngine for a storeId.
|
void |
setAdEngConf(AdminEngineConfig adEngConf) |
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, 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 AdminEngineCacheMgr(KKAdminIf eng) throws java.lang.Exception
eng - the engjava.lang.Exception - an unexpected exceptionpublic com.konakart.appif.KKEngIf getKKEng(java.lang.String storeId)
throws KKAdminException
getKKEng in interface AdminEngineCacheMgrIfstoreId - the storeIdKKAdminException - unexpected exception in the KonaKart Admin Enginepublic com.konakart.appif.KKEngIf getDefaultKKEng()
throws KKAdminException
getDefaultKKEng in interface AdminEngineCacheMgrIfKKAdminException - unexpected exception in the KonaKart Admin Enginepublic KKAdminIf getKKAdminEng(java.lang.String storeId) throws KKAdminException
getKKAdminEng in interface AdminEngineCacheMgrIfstoreId - the storeIdKKAdminException - unexpected exception in the KonaKart Admin Enginepublic KKAdminIf getDefaultKKAdminEng() throws KKAdminException
getDefaultKKAdminEng in interface AdminEngineCacheMgrIfKKAdminException - unexpected exception in the KonaKart Admin Enginepublic AdminEngineConfig getAdEngConf() throws KKAdminException
getAdEngConf in interface AdminEngineCacheMgrIfKKAdminException - an unexpected KKAdminException exceptionpublic void setAdEngConf(AdminEngineConfig adEngConf) throws KKAdminException
setAdEngConf in interface AdminEngineCacheMgrIfadEngConf - the adEngConf to setKKAdminException - an unexpected KKAdminException exceptionCopyright © 2018 DS Data Systems UK Ltd.