public class PVCBindingDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCBindingDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCBindingInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCBindingSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCBindingDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPVCBindingId()
Gets the binding identifier for the PvC device.
|
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 |
setDataBeanKeyPVCBindingId(java.lang.String aPVCBindingId)
Sets the binding identifier of the PvC device.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findActiveByPVCSessionId, findActiveByUserId, findActiveByUserIdAndPVCSessionId, findByPVCSessionIdAndStatus, findByUserIdAndStatus, getCreated, getCreatedInEntityType, getEntity, getPVCBindingId, getPVCBindingIdInEntityType, getPVCSessionId, getPVCSessionIdInEntityType, getStatus, getUsersId, getUsersIdInEntityType, instantiateEntity, setCreated, setCreated, setInitKey_PVCBindingId, setPVCBindingId, setPVCBindingId, setPVCSessionId, setPVCSessionId, setStatus, setUsersId, setUsersIdpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyPVCBindingId()
getDataBeanKeyPVCBindingId in interface com.ibm.commerce.pvcdevices.beans.PVCBindingSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - if there is a problem populating the databean with the data
from the database.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeyPVCBindingId(java.lang.String aPVCBindingId)
setDataBeanKeyPVCBindingId in interface com.ibm.commerce.pvcdevices.beans.PVCBindingInputDataBeanaPVCBindingId - the binding identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.