public interface EngineConfigIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppPropertiesFileName()
The name of the properties file for the KonaKart application engine (can be just the name of
a file on the classpath or a full file path).
|
java.lang.String |
getEngineId()
This is not designed to be set by developers.
|
java.lang.String |
getJaxwsClientPropertiesFileName()
The name of the properties file for the KonaKart JAXWS client (can be just the name of a file
on the classpath or a full file path).
|
int |
getMode()
Used to configure the engine at startup.
|
java.lang.String |
getPropertiesFileName()
The name of the properties file for the KonaKart engine (can be just the name of a file on
the classpath or a full file path).
|
java.lang.String |
getRmiClientPropertiesFileName()
The name of the properties file for the KonaKart RMI client (can be just the name of a file
on the classpath or a full file path).
|
java.lang.String |
getStoreId()
Used in multi-store mode to configure the engine to use the correct store.
|
boolean |
isAppEngPortlet()
Used only by the AppEng.
|
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 |
setAppEngPortlet(boolean appEngPortlet)
Used only by the AppEng.
|
void |
setAppPropertiesFileName(java.lang.String appPropertiesFileName)
The name of the properties file for the KonaKart application engine (can be just the name of
a file on the classpath or a full file path).
|
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 |
setJaxwsClientPropertiesFileName(java.lang.String jaxwsClientPropertiesFileName)
The name of the properties file for the KonaKart JAXWS client (can be just the name of a file
on the classpath or a full file path).
|
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 (can be just the name of a file on
the classpath or a full file path).
|
void |
setRmiClientPropertiesFileName(java.lang.String rmiClientPropertiesFileName)
The name of the properties file for the KonaKart RMI client (can be just the name of a file
on the classpath or a full file path).
|
void |
setStoreId(java.lang.String storeId)
Used in multi-store mode to configure the engine to use the correct store.
|
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.java.lang.String getJaxwsClientPropertiesFileName()
void setJaxwsClientPropertiesFileName(java.lang.String jaxwsClientPropertiesFileName)
jaxwsClientPropertiesFileName
- the jaxwsClientPropertiesFileName to setjava.lang.String getRmiClientPropertiesFileName()
void setRmiClientPropertiesFileName(java.lang.String rmiClientPropertiesFileName)
rmiClientPropertiesFileName
- the rmiClientPropertiesFileName to setboolean isCustomersShared()
void setCustomersShared(boolean customersShared)
customersShared
- set to true or falseboolean isProductsShared()
void setProductsShared(boolean productsShared)
productsShared
- the productsShared to setboolean isCategoriesShared()
void setCategoriesShared(boolean categoriesShared)
categoriesShared
- the categoriesShared to setjava.lang.String getEngineId()
void setEngineId(java.lang.String engineId)
engineId
- the engineId to setboolean isAppEngPortlet()
void setAppEngPortlet(boolean appEngPortlet)
appEngPortlet
- the appEngPortlet to setCopyright © 2018 DS Data Systems UK Ltd.