public interface AdminMultiStoreMgrIf
| 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.
|
com.konakart.db.KKCriteria getNewCriteria()
com.konakart.db.KKCriteria getNewCriteria(boolean allStores)
allStores - the allStoresAdminStore[] getStores(java.lang.String configFile) throws KKAdminException
configFile - the name of the properties fileKKAdminException - an unexpected exception in the KonaKart Admin engineAdminStore[] getStores(org.apache.commons.configuration2.Configuration kkConfig)
kkConfig - A configuration that has already been readCopyright © 2018 DS Data Systems UK Ltd.