com.ibm.commerce.me.beans
Class ProcurementMessageViewDataBean
com.ibm.commerce.me.beans.ProcurementMessageViewDataBean
- All Implemented Interfaces:
- DataBean, InputDataBean, ProcurementMessageViewInputDataBean, ProcurementMessageViewSmartDataBean, java.io.Serializable, SmartDataBean
- public class ProcurementMessageViewDataBean
- implements ProcurementMessageViewInputDataBean, ProcurementMessageViewSmartDataBean
IBM internal use only.
- See Also:
- Serialized Form
Constructor Summary |
ProcurementMessageViewDataBean(java.lang.String aProtocolId,
java.lang.String aMessageName,
java.lang.String aOrganizationId)
Databean constructor. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
iCommandContext
protected CommandContext iCommandContext
iDataBeanKeyMessageName
protected java.lang.String iDataBeanKeyMessageName
iDataBeanKeyOrganizationId
protected java.lang.String iDataBeanKeyOrganizationId
iDataBeanKeyProtocolId
protected java.lang.String iDataBeanKeyProtocolId
iRequestProperties
protected TypedProperty iRequestProperties
ProcurementMessageViewDataBean
public ProcurementMessageViewDataBean(java.lang.String aProtocolId,
java.lang.String aMessageName,
java.lang.String aOrganizationId)
- Databean constructor.
- Parameters:
aProtocolId
- java.lang.StringaMessageName
- java.lang.StringaOrganizationId
- java.lang.String
getCommandContext
public CommandContext getCommandContext()
- Gets the command context set within this bean.
- Specified by:
getCommandContext
in interface SmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
getDataBeanKeyMessageName
public java.lang.String getDataBeanKeyMessageName()
- Specified by:
getDataBeanKeyMessageName
in interface ProcurementMessageViewSmartDataBean
- Returns:
- java.lang.String
getDataBeanKeyOrganizationId
public java.lang.String getDataBeanKeyOrganizationId()
- Specified by:
getDataBeanKeyOrganizationId
in interface ProcurementMessageViewSmartDataBean
- Returns:
- java.lang.String
getDataBeanKeyProtocolId
public java.lang.String getDataBeanKeyProtocolId()
- Specified by:
getDataBeanKeyProtocolId
in interface ProcurementMessageViewSmartDataBean
- Returns:
- java.lang.String
getRequestProperties
public TypedProperty getRequestProperties()
- Gets the request property set within this bean.
- Specified by:
getRequestProperties
in interface InputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
populate
public void populate()
throws java.lang.Exception
- Retrieves data from the database.
- Specified by:
populate
in interface SmartDataBean
- Returns:
- void
- Throws:
java.lang.Exception
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
- Sets the command context within this bean.
- Specified by:
setCommandContext
in interface SmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext- Returns:
- void
setDataBeanKeyMessageName
public void setDataBeanKeyMessageName(java.lang.String aMessageName)
- Specified by:
setDataBeanKeyMessageName
in interface ProcurementMessageViewInputDataBean
- Parameters:
aMessageName
- java.lang.String- Returns:
- void
setDataBeanKeyOrganizationId
public void setDataBeanKeyOrganizationId(java.lang.String aOrganizationId)
- Specified by:
setDataBeanKeyOrganizationId
in interface ProcurementMessageViewInputDataBean
- Parameters:
aOrganizationId
- java.lang.String- Returns:
- void
setDataBeanKeyProtocolId
public void setDataBeanKeyProtocolId(java.lang.String aProtocolId)
- Specified by:
setDataBeanKeyProtocolId
in interface ProcurementMessageViewInputDataBean
- Parameters:
aProtocolId
- java.lang.String- Returns:
- void
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
throws javax.ejb.CreateException,
java.rmi.RemoteException,
javax.naming.NamingException,
javax.ejb.FinderException
- Sets the request property within this bean.
- Specified by:
setRequestProperties
in interface InputDataBean
- Parameters:
aTypedProperty
- com.ibm.commerce.datatype.TypedProperty- Returns:
- void
- Throws:
javax.ejb.CreateException
- java.rmi.RemoteException
- javax.naming.NamingException
- javax.ejb.FinderException
-