public abstract class DynamicDataBeanImpl extends java.lang.Object implements DynamicDataBean
Modifier and Type | Field and Description |
---|---|
protected com.ibm.commerce.pa.metaphor.ConstraintList | constraintList
Deprecated.
|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected AbstractDynamicWidget | defaultWidget
Deprecated.
|
protected int | errorCode
Deprecated.
The error code for the bean.
|
protected java.lang.String | errorMessage
Deprecated.
The error message for the bean.
|
protected java.lang.String | interfaceName
Deprecated.
The interface name of the command to invoke to return a populated instance of the bean.
|
protected DataBeanDescriptor | metaData
Deprecated.
|
protected java.lang.String | pageName
Deprecated.
The page name for the current request of this bean.
|
protected DynamicDataBean | parent
Deprecated.
|
protected java.lang.String | parentName
Deprecated.
|
protected TypedProperty | requestProperties
Deprecated.
|
protected java.lang.String | scriptName
Deprecated.
The Servlet Path for current request of this bean.
|
Constructor and Description |
---|
DynamicDataBeanImpl()
Deprecated.
DynamicDataBeanImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
void | addConstraint(java.lang.String columnName, java.lang.String operation, java.lang.String value, java.lang.String dataType, java.lang.String languageId)
Deprecated.
Add a constraint that should be used, for the current page only, in addition to the feature constraints selected through the metaphor and passed in as URL parameters.
|
abstract void | copy(DynamicDataBean ds)
Deprecated.
Copy method.
|
java.lang.String | getCommandInterfaceName()
Deprecated.
Return the name of the command that populates this bean.
|
com.ibm.commerce.pa.metaphor.ConstraintList | getConstraintList()
Deprecated.
Return the list of feature constraints in effect.
|
AbstractDynamicWidget | getDefaultWidget()
Deprecated.
Return the default widget to use to render this bean.
|
int | getErrorCode()
Deprecated.
Return any error code generated while populating this bean.
|
java.lang.String | getErrorMessage()
Deprecated.
Return any error message generated while populating this bean.
|
DataBeanDescriptor | getMetaData()
Deprecated.
Return the DataBeanDescriptor for this bean.
|
java.lang.String | getPageName()
Deprecated.
Return the page name for the page that this bean is on.
|
DynamicDataBean | getParent()
Deprecated.
Return the parent bean.
|
java.lang.String | getParentName()
Deprecated.
Return the name of the class of the parent bean.
|
TypedProperty | getRequestProperties()
Deprecated.
Return the request properties.
|
java.lang.String | getScriptName()
Deprecated.
Return the script name for the page that this bean is on.
|
void | setCommandInterfaceName(java.lang.String ifname)
Deprecated.
Set the name of the command that populates this bean.
|
void | setConstraintList(com.ibm.commerce.pa.metaphor.ConstraintList newConstraintList)
Deprecated.
Set the list of feature constraints to be used by this bean.
|
void | setDefaultWidget(AbstractDynamicWidget newValue)
Deprecated.
Set the default widget used to render this bean.
|
void | setErrorCode(int newCode)
Deprecated.
Set the error code used for this bean.
|
void | setErrorMessage(java.lang.String newMessage)
Deprecated.
Set the error message for this bean.
|
void | setMetaData(DataBeanDescriptor newValue)
Deprecated.
Set the descriptor for this bean.
|
void | setPageName(java.lang.String newPage)
Deprecated.
Set the name of the page that this bean is on.
|
void | setParent(DynamicDataBean newValue)
Deprecated.
Set the parent of this bean.
|
void | setParentName(java.lang.String newValue)
Deprecated.
Set the name of the class of the parent of this bean.
|
void | setRequestProperties(TypedProperty reqProperties)
Deprecated.
Set the request properties.
|
void | setScriptName(java.lang.String newScriptName)
Deprecated.
Set the name of the script for the page that this bean is on.
|
public static final java.lang.String COPYRIGHT
protected AbstractDynamicWidget defaultWidget
protected DataBeanDescriptor metaData
protected TypedProperty requestProperties
protected DynamicDataBean parent
protected java.lang.String parentName
protected java.lang.String interfaceName
protected java.lang.String pageName
protected java.lang.String scriptName
protected java.lang.String errorMessage
protected int errorCode
protected com.ibm.commerce.pa.metaphor.ConstraintList constraintList
public DynamicDataBeanImpl()
public void addConstraint(java.lang.String columnName, java.lang.String operation, java.lang.String value, java.lang.String dataType, java.lang.String languageId)
public abstract void copy(DynamicDataBean ds)
public java.lang.String getCommandInterfaceName()
public com.ibm.commerce.pa.metaphor.ConstraintList getConstraintList()
public AbstractDynamicWidget getDefaultWidget()
public int getErrorCode()
public java.lang.String getErrorMessage()
public DataBeanDescriptor getMetaData()
public java.lang.String getPageName()
public DynamicDataBean getParent()
public java.lang.String getParentName()
public TypedProperty getRequestProperties()
public java.lang.String getScriptName()
public void setCommandInterfaceName(java.lang.String ifname)
public void setConstraintList(com.ibm.commerce.pa.metaphor.ConstraintList newConstraintList)
public void setDefaultWidget(AbstractDynamicWidget newValue)
public void setErrorCode(int newCode)
public void setErrorMessage(java.lang.String newMessage)
public void setMetaData(DataBeanDescriptor newValue)
public void setPageName(java.lang.String newPage)
public void setParent(DynamicDataBean newValue)
public void setParentName(java.lang.String newValue)
public void setRequestProperties(TypedProperty reqProperties)
public void setScriptName(java.lang.String newScriptName)