|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.bl.AdminMultiStoreMgr
public class AdminMultiStoreMgr
The AdminMultiStoreMgr - for Managing multi-store functionality
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
AdminBaseMgr.StaticData |
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
Constructor Summary | |
---|---|
AdminMultiStoreMgr(KKAdminIf eng)
Constructor |
Method Summary | |
---|---|
com.konakart.bl.KKCriteria |
getNewCriteria()
Gets a new KKCriteria object based on the mode of the engine. |
com.konakart.bl.KKCriteria |
getNewCriteria(boolean allStores)
Gets a new KKCriteria object based on the mode of the engine |
AdminStore[] |
getStores(org.apache.commons.configuration.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.configuration.Configuration lkkConfig)
Get the stores supported by the server |
protected AdminStore[] |
getStoresPrivateSingleDB()
Just returns the default single store list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public AdminMultiStoreMgr(KKAdminIf eng) throws java.lang.Exception
eng
- the Admin Engine
java.lang.Exception
Method Detail |
---|
public com.konakart.bl.KKCriteria getNewCriteria()
getNewCriteria
in interface AdminMultiStoreMgrIf
getNewCriteria
in class AdminBaseMgr
public com.konakart.bl.KKCriteria getNewCriteria(boolean allStores)
getNewCriteria
in interface AdminMultiStoreMgrIf
getNewCriteria
in class AdminBaseMgr
allStores
-
public AdminStore[] getStores(java.lang.String configFile) throws KKAdminException
getStores
in interface AdminMultiStoreMgrIf
configFile
- the name of the properties file
KKAdminException
public AdminStore[] getStores(org.apache.commons.configuration.Configuration kkConfig)
getStores
in interface AdminMultiStoreMgrIf
kkConfig
- A configuration that has already been read
protected AdminStore[] getStoresPrivate(org.apache.commons.configuration.Configuration lkkConfig)
lkkConfig
-
protected AdminStore[] getStoresPrivateSingleDB()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |