public interface AdminEngineCacheMgrIf
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) |
com.konakart.appif.KKEngIf getKKEng(java.lang.String storeId) throws KKAdminException
storeId
- the storeIdKKAdminException
- in the Community Edition or for any unexpected problemscom.konakart.appif.KKEngIf getDefaultKKEng() throws KKAdminException
KKAdminException
- in the Community Edition or for any unexpected problemsKKAdminIf getKKAdminEng(java.lang.String storeId) throws KKAdminException
storeId
- the storeIdKKAdminException
- in the Community Edition or for any unexpected problemsKKAdminIf getDefaultKKAdminEng() throws KKAdminException
KKAdminException
- in the Community Edition or for any unexpected problemsAdminEngineConfig getAdEngConf() throws KKAdminException
KKAdminException
- an unexpected KKAdminException exceptionvoid setAdEngConf(AdminEngineConfig adEngConf) throws KKAdminException
adEngConf
- the adEngConf to setKKAdminException
- an unexpected KKAdminException exceptionCopyright © 2018 DS Data Systems UK Ltd.