public class ProcurementBuyerProfileDataBean
extends com.ibm.commerce.me.beansrc.ProcurementBuyerProfileDataBeanBase
implements com.ibm.commerce.me.beans.ProcurementBuyerProfileInputDataBean, com.ibm.commerce.me.beans.ProcurementBuyerProfileSmartDataBean
ProcurementBuyerProfileAccessBean.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM internal copyright field
|
emptyString| Constructor and Description |
|---|
ProcurementBuyerProfileDataBean(java.lang.String aProtocolId,
java.lang.String aOrganizationId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrganizationId()
Returns the organization id
|
java.lang.String |
getDataBeanKeyProtocolId()
Returns the protocol id
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database, this class calls the parent class
ProcurementBuyerProfileAccessBean to retrieve data. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyOrganizationId(java.lang.String aOrganizationId)
Sets the organization id
|
void |
setDataBeanKeyProtocolId(java.lang.String aProtocolId)
Sets the protocol id
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetContractParamName, getEntity, getField1, getField2, getField3, getOrganizationId, getOrganizationIdInEntityType, getOrganizationUnitParamName, getProtocolId, getProtocolIdInEntityType, getReqIdParamName, instantiateEntity, setContractParamName, setField1, setField2, setField3, setInitKey_organizationId, setInitKey_organizationId, setInitKey_protocolId, setInitKey_protocolId, setOrganizationId, setOrganizationId, setOrganizationUnitParamName, setProtocolId, setProtocolId, setReqIdParamNamepublic static final java.lang.String COPYRIGHT
public ProcurementBuyerProfileDataBean(java.lang.String aProtocolId,
java.lang.String aOrganizationId)
aProtocolId - protocol idaOrganizationId - buyer organization idpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
TypedPropertysetRequestProperties in interface InputDataBeanaTypedProperty - request property containing input parameters for this
data bean
WCSProtocolId maps to the protocol id
WCSOrganizationId maps to the buyer organization idpublic java.lang.String getDataBeanKeyProtocolId()
getDataBeanKeyProtocolId in interface com.ibm.commerce.me.beans.ProcurementBuyerProfileSmartDataBeanpublic java.lang.String getDataBeanKeyOrganizationId()
getDataBeanKeyOrganizationId in interface com.ibm.commerce.me.beans.ProcurementBuyerProfileSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - command context used by this beanpublic void setDataBeanKeyProtocolId(java.lang.String aProtocolId)
setDataBeanKeyProtocolId in interface com.ibm.commerce.me.beans.ProcurementBuyerProfileInputDataBeanaProtocolId - protocol idpublic void setDataBeanKeyOrganizationId(java.lang.String aOrganizationId)
setDataBeanKeyOrganizationId in interface com.ibm.commerce.me.beans.ProcurementBuyerProfileInputDataBeanaOrganizationId - buyer organization idpublic void populate()
ProcurementBuyerProfileAccessBean to retrieve data.populate in interface SmartDataBeanjava.lang.Exception - is caught when the access bean raised
any EJB exceptions.