public class PVCBufferDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCBufferDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCBufferInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCBufferSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCBufferDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyUsersId()
Gets the user identifier.
|
java.lang.String |
getParameter(java.lang.String name)
Gets the parameter value corresponding the variable key.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyUsersId(java.lang.String aUsersId)
Sets the user identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getCreated, getCreatedInEntityType, getEntity, getParameters, getParameters2K, getURL, getUsersId, getUsersIdInEntityType, instantiateEntity, setCreated, setCreated, setInitKey_usersId, setParameters, setParameters2K, setURL, setUsersId, setUsersIdpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyUsersId()
getDataBeanKeyUsersId in interface com.ibm.commerce.pvcdevices.beans.PVCBufferSmartDataBeanpublic java.lang.String getParameter(java.lang.String name)
name - the name of the parameter.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - if there was a problem retrieving the data from the database.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeyUsersId(java.lang.String aUsersId)
setDataBeanKeyUsersId in interface com.ibm.commerce.pvcdevices.beans.PVCBufferInputDataBeanaUsersId - the user identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.