public class WcsAppDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
WcsAppDataBean()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object | getCachedObject(java.lang.String name)
This method gets a cached object with the given name.
|
com.ibm.commerce.server.ConfigProperties | getConfigProperties()
This method gets the configuration properties.
|
java.lang.String | getInstanceName()
This method gets the instance name / clone name.
|
RegistryManager | getRegistryManager()
This method gets the registry manager for this application.
|
StoreRegistry | getStoreRegistry()
This method gets the store registry for this application.
|
java.lang.String | getWebPath()
This method gets the store web path associated with this web application.
|
void | populate()
This method does not do anything because the objects are already cached somewhere and the corresponding getter knows where to get them.
|
void | setCachedObject(java.lang.String name, java.lang.Object obj)
This method registers an object with the WcsApp cache.
|
public static final java.lang.String COPYRIGHT
public WcsAppDataBean()
public java.lang.Object getCachedObject(java.lang.String name)
public com.ibm.commerce.server.ConfigProperties getConfigProperties()
public java.lang.String getInstanceName()
public RegistryManager getRegistryManager()
public StoreRegistry getStoreRegistry()
public java.lang.String getWebPath()
public void populate() throws java.lang.Exception
public void setCachedObject(java.lang.String name, java.lang.Object obj)