java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.orderstatus.objects.OrderFulfillmentStatusAccessBean | +--com.ibm.commerce.messaging.beans.OrderStatusDataBean
OrderStatusDataBean provides access to ORDSTAT table. It extends OrderFulfillmentStatusAccessBean and implements OrderStatusInputDataBean and OrderStatusSmartDataBean interfaces.
Field Summary | |
---|---|
protected
CommandContext |
commandContext The command context used in the databean. |
Constructor Summary | |
---|---|
OrderStatusDataBean() OrderStatusDataBean constructor comment. | |
OrderStatusDataBean(
TypedProperty arg0) OrderStatusDataBean constructor. |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Returns the current command context. |
java.lang.Long |
getOrderStatusID() Returns the order status ID found in ORDSTAT. |
TypedProperty |
getRequestProperties() Returns request properties in a com.ibm.commerce.datatype.TypedProperty object. |
void |
populate() Loads the data from database, looking up the data by order status ID. |
void |
setCommandContext(
CommandContext newCommandContext) Sets command context for the databean. |
void |
setOrderStatusID(java.lang.Long newOrderStatusID) Sets the order status id located in the ORDSTAT table. |
void |
setRequestProperties(
TypedProperty param) Sets request properties for the databean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
protected CommandContext commandContext
Constructor Detail |
---|
public OrderStatusDataBean()
public OrderStatusDataBean(TypedProperty arg0) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- the
com.ibm.commerce.datatype.TypedProperty
objectjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
OrderFulfillmentStatusAccessBean
Method Detail |
---|
public CommandContext getCommandContext()
public java.lang.Long getOrderStatusID()
public TypedProperty getRequestProperties()
com.ibm.commerce.datatype.TypedProperty
object. Under current
implementation, it always returns null.
public void populate() throws java.lang.Exception
java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
newCommandContext
- the
com.ibm.commerce.command.CommandContext
object used in the
databeanpublic void setOrderStatusID(java.lang.Long newOrderStatusID)
newOrderStatusID
- the order status idpublic void setRequestProperties(TypedProperty param) throws java.lang.Exception
param
- the
com.ibm.commerce.datatype.TypedProperty
object usedjava.lang.Exception