java.lang.Objectcom.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
Method Detail |
public CommandContext getCommandContext()
public java.lang.Long getOrderStatusID()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setOrderStatusID(java.lang.Long newOrderStatusID)
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.