com.konakartadmin
Interface AdminMgrHelperIf


public interface AdminMgrHelperIf

Interface for AdminMgrHelper


Method Summary
 com.konakart.bl.KKCriteria getNewCriteria()
          Get a new KKCriteria object
 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.
 

Method Detail

getNewCriteria

com.konakart.bl.KKCriteria getNewCriteria()
Get a new KKCriteria object

Returns:
Returns a KKCriteria object

getStores

AdminStore[] getStores(java.lang.String configFile)
                       throws KKAdminException
Get the stores supported by the server.

Parameters:
configFile - the name of the properties file
Returns:
an array of AdminStore objects
Throws:
KKAdminException

getStores

AdminStore[] getStores(org.apache.commons.configuration.Configuration kkConfig)
Get the stores supported by the server. This version does not re-read the config file and instead uses the pre-read KonaKart Configuration passed in.

Parameters:
kkConfig - A configuration that has already been read
Returns:
an array of AdminStore objects


Copyright © 2011 DS Data Systems UK Ltd.