|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_EngineConfig
public class S_EngineConfig
Used to configure the KonaKart engine when instantiated
| Constructor Summary | |
|---|---|
S_EngineConfig()
|
|
| 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 |
isCategoriesShared()
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode and products are shared. |
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 |
setCategoriesShared(boolean _categoriesShared)
Only relevant when in MODE_MULTI_STORE_SHARED_DB mode and products are shared. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_EngineConfig()
| Method Detail |
|---|
public java.lang.String getStoreId()
public void setStoreId(java.lang.String _storeId)
_storeId - The storeId to set.public int getMode()
public void setMode(int _mode)
_mode - The mode to set.public java.lang.String getPropertiesFileName()
public void setPropertiesFileName(java.lang.String _propertiesFileName)
_propertiesFileName - The propertiesFileName to set.public java.lang.String getAppPropertiesFileName()
public void setAppPropertiesFileName(java.lang.String _appPropertiesFileName)
_appPropertiesFileName - The appPropertiesFileName to set.public boolean isCustomersShared()
public void setCustomersShared(boolean _customersShared)
_customersShared - set to true or falsepublic boolean isProductsShared()
public void setProductsShared(boolean _productsShared)
_productsShared - the productsShared to setpublic boolean isCategoriesShared()
public void setCategoriesShared(boolean _categoriesShared)
_categoriesShared - the categoriesShared to setpublic java.lang.String getEngineId()
public 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 | ||||||||