public class ProcurementProtocolDataBean
extends com.ibm.commerce.me.beansrc.ProcurementProtocolDataBeanBase
implements com.ibm.commerce.me.beans.ProcurementProtocolInputDataBean, com.ibm.commerce.me.beans.ProcurementProtocolSmartDataBean
ProcurementProtocolAccessBean.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM internal copyright field
|
emptyString| Constructor and Description |
|---|
ProcurementProtocolDataBean(java.lang.String aProtocolId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyProtocolId()
Gets 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
ProcurementProtocolAccessBean to retrieve data. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyProtocolId(java.lang.String aProtocolId)
Sets the protocol id
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByProtocolNameAndVersion, getAuthenticationType, getAuthenticationTypeInEntityType, getClassificationDomain, getEntity, getField1, getField2, getField3, getProcurementProtocolComment, getProcurementSystemName, getProtocolId, getProtocolIdInEntityType, getProtocolName, getTwoStepMode, getUomStandard, getVersion, instantiateEntity, setAuthenticationType, setAuthenticationType, setClassificationDomain, setField1, setField2, setField3, setInitKey_protocolId, setInitKey_protocolId, setProcurementProtocolComment, setProcurementSystemName, setProtocolId, setProtocolId, setProtocolName, setTwoStepMode, setUomStandard, setVersionpublic static final java.lang.String COPYRIGHT
public ProcurementProtocolDataBean(java.lang.String aProtocolId)
aProtocolId - protocol 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 idpublic java.lang.String getDataBeanKeyProtocolId()
getDataBeanKeyProtocolId in interface com.ibm.commerce.me.beans.ProcurementProtocolSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - command context to be used by this beanpublic void setDataBeanKeyProtocolId(java.lang.String aProtocolId)
setDataBeanKeyProtocolId in interface com.ibm.commerce.me.beans.ProcurementProtocolInputDataBeanaProtocolId - protocol idpublic void populate()
ProcurementProtocolAccessBean to retrieve data.populate in interface SmartDataBeanjava.lang.Exception - is caught when the access bean raised
any EJB exceptions.