java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.orderstatus.objects.OrderFulfillmentItemStatusAccessBean | +--com.ibm.commerce.messaging.beans.OrderStatusItemDataBean
OrderStatusItemDataBean provides access to ORDISTAT table.It extends OrderFulfillmentItemStatusAccessBean and implements OrderStatusItemInputDataBean and OrderStatusItemSmartDataBean interfaces.
Field Summary | |
---|---|
protected
CommandContext |
commandContext The command context used in the databean. |
Constructor Summary | |
---|---|
OrderStatusItemDataBean() OrderStatusItemDataBean constructor | |
OrderStatusItemDataBean(
TypedProperty arg0) OrderStatusDataBean constructor comment. |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Returns command context used in the databean. |
java.lang.Long |
getOrderItemStatusID() Returns order item status ID found in ORDISTAT table. |
TypedProperty |
getRequestProperties() Returns request properties. |
void |
populate() Loads the data from database, looking up the data by order item status ID. |
void |
setCommandContext(
CommandContext newCommandContext) Sets command context used in the databean |
void |
setOrderItemStatusID(java.lang.Long newOrderItemStatusID) Sets order item status id located in the ORDISTAT table. |
void |
setRequestProperties(
TypedProperty param) Sets RequestProperties 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 OrderStatusItemDataBean()
public OrderStatusItemDataBean(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
OrderFulfillmentItemStatusAccessBean
Method Detail |
---|
public CommandContext getCommandContext()
com.ibm.commerce.command.CommandContext
objectpublic java.lang.Long getOrderItemStatusID()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
setOrderStatusItemID
.
java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
newCommandContext
- the
com.ibm.commerce.command.CommandContext
objectpublic void setOrderItemStatusID(java.lang.Long newOrderItemStatusID)
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
param
- the
com.ibm.commerce.datatype.TypedProperty
objectjava.lang.Exception