public class UserPVCDeviceDataBean
extends com.ibm.commerce.pvcdevices.beansrc.UserPVCDeviceDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.UserPVCDeviceInputDataBean, com.ibm.commerce.pvcdevices.beans.UserPVCDeviceSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
UserPVCDeviceDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyUserPVCDeviceId()
Gets the user PvC device identifier.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves the data from the USERPVCDEV table for the user and session identifier that is stored in the
current session object of the request.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyUserPVCDeviceId(java.lang.String aUserPVCDeviceId)
Sets the user PvC device identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findByPVCSessionId, findByUserIdAndPVCSessionId, getAddress1, getAddress1Type, getAddress2, getAddress2Type, getDeviceFormatId, getDeviceFormatIdInEntityType, getDeviceIdentifier, getEntity, getPreferredTimeout, getPreferredTimeoutInEntityType, getProtect, getProtectInEntityType, getPvcsessionId, getPvcsessionIdInEntityType, getTransportId, getTransportIdInEntityType, getUserId, getUserIdInEntityType, getUserPVCDeviceId, getUserPVCDeviceIdInEntityType, instantiateEntity, setAddress1, setAddress1Type, setAddress2, setAddress2Type, setDeviceFormatId, setDeviceFormatId, setDeviceIdentifier, setInitKey_userPVCDeviceId, setPreferredTimeout, setPreferredTimeout, setProtect, setProtect, setPvcsessionId, setPvcsessionId, setTransportId, setTransportId, setUserId, setUserId, setUserPVCDeviceId, setUserPVCDeviceId
public static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public java.lang.String getDataBeanKeyUserPVCDeviceId()
getDataBeanKeyUserPVCDeviceId
in interface com.ibm.commerce.pvcdevices.beans.UserPVCDeviceSmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void populate()
populate
in interface SmartDataBean
java.lang.Exception
- if there is a problem retrieving the data from the database.public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- the command context.public void setDataBeanKeyUserPVCDeviceId(java.lang.String aUserPVCDeviceId)
setDataBeanKeyUserPVCDeviceId
in interface com.ibm.commerce.pvcdevices.beans.UserPVCDeviceInputDataBean
aUserPVCDeviceId
- the user PvC device identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aTypedProperty
- the request properties.