|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EngineConfigIf
Used to configure the KonaKart engine when instantiated
| Method Summary | |
|---|---|
java.lang.String |
getAppPropertiesFileName()
The name of the properties file for the KonaKart application engine which must be on the classpath. |
java.lang.String |
getEngineId()
This is not designed to be set by developers. |
int |
getMode()
Used to configure the engine at startup. |
java.lang.String |
getPropertiesFileName()
The name of the properties file for the KonaKart engine which must be on the classpath. |
java.lang.String |
getStoreId()
Used in multi-store mode to configure the engine to use the correct store. |
boolean |
isCustomersShared()
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode. |
boolean |
isProductsShared()
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode. |
void |
setAppPropertiesFileName(java.lang.String appPropertiesFileName)
The name of the properties file for the KonaKart application engine which must be on the classpath. |
void |
setCustomersShared(boolean customersShared)
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode. |
void |
setEngineId(java.lang.String engineId)
This is not designed to be set by developers. |
void |
setMode(int mode)
Used to configure the engine at startup. |
void |
setProductsShared(boolean productsShared)
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode. |
void |
setPropertiesFileName(java.lang.String propertiesFileName)
The name of the properties file for the KonaKart engine which must be on the classpath. |
void |
setStoreId(java.lang.String storeId)
Used in multi-store mode to configure the engine to use the correct store. |
| Method Detail |
|---|
java.lang.String getStoreId()
void setStoreId(java.lang.String storeId)
storeId - The storeId to set.int getMode()
void setMode(int mode)
mode - The mode to set.java.lang.String getPropertiesFileName()
void setPropertiesFileName(java.lang.String propertiesFileName)
propertiesFileName - The propertiesFileName to set.java.lang.String getAppPropertiesFileName()
void setAppPropertiesFileName(java.lang.String appPropertiesFileName)
appPropertiesFileName - The appPropertiesFileName to set.boolean isCustomersShared()
void setCustomersShared(boolean customersShared)
customersShared - set to true or falseboolean isProductsShared()
void setProductsShared(boolean productsShared)
productsShared - the productsShared to setjava.lang.String getEngineId()
void setEngineId(java.lang.String engineId)
engineId - the engineId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||