java.lang.Objectcom.ibm.commerce.inventory.beansrc.OrderReleaseDataBeanBase
com.ibm.commerce.inventory.beans.OrderReleaseDataBean
IBM internal use only.
Field Summary | |
static java.lang.String | COPYRIGHT |
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyOrderReleaseNum |
protected java.lang.String | iDataBeanKeyOrdersId |
protected OrderItemDataBean[] | iOrderItemList |
protected java.lang.String[] | iPackageIdList |
protected TypedProperty | iRequestProperties |
protected java.lang.String[] | iTrackingIdList |
Constructor Summary | |
OrderReleaseDataBean() |
Method Summary | |
boolean | fulfills(java.lang.Long member, java.lang.String relationship) Determines if a given member fulfills a given relationship with the resource. |
CommandContext | getCommandContext() Gets the command context set within this bean. |
java.lang.String | getDataBeanKeyOrderReleaseNum() |
java.lang.String | getDataBeanKeyOrdersId() |
Protectable | getDelegate() Returns the Protectable object whose access control policies will indirectly control the access control for this object |
OrderItemDataBean[] | getOrderItemDataBeans() |
java.lang.Long | getOwner() Returns the member id of the owner. |
java.lang.String[] | getPackageIds() |
TypedProperty | getRequestProperties() Gets the request property set within this bean. |
java.lang.String[] | getTrackingIds() |
PackslipDetailDataBean | parsePackSlipXml() Insert the method's description here. |
void | populate() Retrieves data from the database. |
void | setCommandContext(CommandContext aCommandContext) Sets the command context within this bean. |
void | setDataBeanKeyOrderReleaseNum(java.lang.String aOrderReleaseNum) |
void | setDataBeanKeyOrdersId(java.lang.String aOrdersId) |
void | setRequestProperties(TypedProperty aRequestProperty) Sets the request property within this bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyOrderReleaseNum
protected java.lang.String iDataBeanKeyOrdersId
protected OrderItemDataBean[] iOrderItemList
protected java.lang.String[] iTrackingIdList
protected java.lang.String[] iPackageIdList
Constructor Detail |
public OrderReleaseDataBean()
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyOrderReleaseNum()
public java.lang.String getDataBeanKeyOrdersId()
public Protectable getDelegate() throws java.lang.Exception
public OrderItemDataBean[] getOrderItemDataBeans() throws java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public java.lang.String[] getPackageIds() throws java.lang.Exception
public TypedProperty getRequestProperties()
public java.lang.String[] getTrackingIds() throws java.lang.Exception
public PackslipDetailDataBean parsePackSlipXml() throws java.lang.Exception
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrderReleaseNum(java.lang.String aOrderReleaseNum)
public void setDataBeanKeyOrdersId(java.lang.String aOrdersId)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.rmi.RemoteException, java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.