public class PVCSessionDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCSessionDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCSessionInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCSessionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCSessionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPVCSessionId()
Gets the PvC session identifier.
|
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 |
setDataBeanKeyPVCSessionId(java.lang.String aPVCSessionId)
Sets the PvC session identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findBySessionTypeAndTerminalId, getEntity, getGuestId, getGuestIdInEntityType, getLastVisted, getLastVistedInEntityType, getPVCSessionId, getPVCSessionIdInEntityType, getRegisterId, getRegisterIdInEntityType, getSessionType, getStatus, getStatusInEntityType, getTerminalId, instantiateEntity, setGuestId, setGuestId, setInitKey_PVCSessionId, setInitKey_PVCSessionId, setLastVisted, setLastVisted, setPVCSessionId, setPVCSessionId, setRegisterId, setRegisterId, setSessionType, setStatus, setStatus, setTerminalIdpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyPVCSessionId()
getDataBeanKeyPVCSessionId in interface com.ibm.commerce.pvcdevices.beans.PVCSessionSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - if there was a problem retrieving the data.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeyPVCSessionId(java.lang.String aPVCSessionId)
setDataBeanKeyPVCSessionId in interface com.ibm.commerce.pvcdevices.beans.PVCSessionInputDataBeanaPVCSessionId - the PvC session identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request property.