public class ParticipantDataBean extends ParticipantDataBeanBase implements ParticipantInputDataBean, ParticipantSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
ParticipantDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyParticipantId()
Gets the participant ID.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyParticipantId(java.lang.String aParticipantId)
Sets the participant ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findAllInTCLevel, findAllInTradingLevel, findAllVisibleInTradingLevel, findByTCAndRole, findByTCMemberAndRole, findByTradingAndRole, findByTradingMemberAndRole, findNonBuyerInTCLevel, getEntity, getInformation, getMemberId, getMemberIdInEntityType, getParticipantId, getParticipantIdInEntityType, getRoleId, getRoleIdInEntityType, getTcId, getTcIdInEntityType, getTimeCreated, getTimeCreatedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, getTradingId, getTradingIdInEntityType, instantiateEntity, setInformation, setInitKey_participantId, setInitKey_participantId, setMemberId, setMemberId, setParticipantId, setParticipantId, setRoleId, setRoleId, setTcId, setTcId, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdated, setTradingId, setTradingId
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyParticipantId()
getDataBeanKeyParticipantId
in interface ParticipantSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
DataBeanManager.activate()
runs.populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
- The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- The command context set within this bean.public void setDataBeanKeyParticipantId(java.lang.String aParticipantId)
setDataBeanKeyParticipantId
in interface ParticipantInputDataBean
aParticipantId
- The participant ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- The request property set within this bean.