public class ProcurementSystemDataBean
extends com.ibm.commerce.me.beansrc.ProcurementSystemDataBeanBase
implements com.ibm.commerce.me.beans.ProcurementSystemInputDataBean, com.ibm.commerce.me.beans.ProcurementSystemSmartDataBean
ProcurementSystemAccessBean.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM internal Copyright field
|
emptyString| Constructor and Description |
|---|
ProcurementSystemDataBean(java.lang.String aProcurementSystemName)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyProcurementSystemName()
Gets the procurement system name
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database, this class calls the parent class
ProcurementSystemAccessBean to retrieve data. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyProcurementSystemName(java.lang.String aProcurementSystemName)
Sets the procurement system name which is used as a key to retrieve from the table
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getEntity, getField1, getField2, getProcurementSystemName, instantiateEntity, setField1, setField2, setInitKey_procurementSystemName, setProcurementSystemNamepublic static final java.lang.String COPYRIGHT
public ProcurementSystemDataBean(java.lang.String aProcurementSystemName)
aProcurementSystemName - procurement system namepublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
TypedPropertysetRequestProperties in interface InputDataBeanaTypedProperty - request property containing input parameters for this
data bean
WCSProcurementSystemName maps to the procurement system namepublic java.lang.String getDataBeanKeyProcurementSystemName()
getDataBeanKeyProcurementSystemName in interface com.ibm.commerce.me.beans.ProcurementSystemSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - command context to be used by this classpublic void setDataBeanKeyProcurementSystemName(java.lang.String aProcurementSystemName)
setDataBeanKeyProcurementSystemName in interface com.ibm.commerce.me.beans.ProcurementSystemInputDataBeanaProcurementSystemName - procurement system namepublic void populate()
ProcurementSystemAccessBean to retrieve data.populate in interface SmartDataBeanjava.lang.Exception - is caught when the access bean raised
any EJB exceptions.