public class WcsAppDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
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. |
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public WcsAppDataBean()
public java.lang.Object getCachedObject(java.lang.String name)
name
- This is the name of cached object.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
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- This should never be thrown.public void setCachedObject(java.lang.String name, java.lang.Object obj)
WcsApp
cache.name
- This is the name of the object to cache.obj
- This is the object to cache.