com.ibm.commerce.beans
Class WcsAppDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.beans.WcsAppDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class WcsAppDataBean
extends SmartDataBeanImpl

The data bean allows a Jsp to register/cache and access instance variables associated with this instance of WCS application.

See Also:
Serialized Form

Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
WcsAppDataBean()
          WcsAppDataBean constructor comment.
 
Method Summary
 java.lang.Object getCachedObject(java.lang.String name)
          Retrieve a cached object with the given name.
 ConfigProperties getConfigProperties()
          Gets the configuration properties object.
 java.lang.String getInstanceName()
          Gets the instance name / clone name.
 RegistryManager getRegistryManager()
          Gets the registry manager for this application.
 StoreRegistry getStoreRegistry()
          Gets the store registry for this application.
 java.lang.String getWebPath()
          Gets the Web path association with this web application.
 void populate()
          populate method comment.
 void setCachedObject(java.lang.String name, java.lang.Object obj)
          This method register an object with the WcsApp cache.
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Constructor Detail

WcsAppDataBean

public WcsAppDataBean()
WcsAppDataBean constructor comment.
Method Detail

getCachedObject

public java.lang.Object getCachedObject(java.lang.String name)
Retrieve a cached object with the given name.

getConfigProperties

public ConfigProperties getConfigProperties()
Gets the configuration properties object.

Returns:
ConfigProperties - configuration property object

getInstanceName

public java.lang.String getInstanceName()
Gets the instance name / clone name.

Returns:
String - web path

getRegistryManager

public RegistryManager getRegistryManager()
Gets the registry manager for this application.
Returns:
RegistryManager

getStoreRegistry

public StoreRegistry getStoreRegistry()
Gets the store registry for this application.
Returns:
StoreRegistry

getWebPath

public java.lang.String getWebPath()
Gets the Web path association with this web application.

Returns:
String - web path

populate

public void populate()
              throws java.lang.Exception
populate method comment.
Overrides:
populate in class SmartDataBeanImpl

setCachedObject

public void setCachedObject(java.lang.String name,
                            java.lang.Object obj)
This method register an object with the WcsApp cache.