com.ibm.commerce.inventory.beans
Class OrderReleaseDataBean

java.lang.Object
  |
  +--com.ibm.commerce.inventory.beansrc.OrderReleaseDataBeanBase
        |
        +--com.ibm.commerce.inventory.beans.OrderReleaseDataBean

public class OrderReleaseDataBean
extends com.ibm.commerce.inventory.beansrc.OrderReleaseDataBeanBase

IBM internal use only.

See Also:
Serialized Form

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()
           
 com.ibm.commerce.security.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
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyOrderReleaseNum

protected java.lang.String iDataBeanKeyOrderReleaseNum

iDataBeanKeyOrdersId

protected java.lang.String iDataBeanKeyOrdersId

iOrderItemList

protected OrderItemDataBean[] iOrderItemList

iTrackingIdList

protected java.lang.String[] iTrackingIdList

iPackageIdList

protected java.lang.String[] iPackageIdList
Constructor Detail

OrderReleaseDataBean

public OrderReleaseDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyOrderReleaseNum

public java.lang.String getDataBeanKeyOrderReleaseNum()
Returns:
java.lang.String

getDataBeanKeyOrdersId

public java.lang.String getDataBeanKeyOrdersId()
Returns:
java.lang.String

getDelegate

public com.ibm.commerce.security.Protectable getDelegate()
                                                  throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Returns:
The Protectable object whose access control policies will indirectly control the access control for this object
java.lang.Exception

getOrderItemDataBeans

public OrderItemDataBean[] getOrderItemDataBeans()
                                          throws java.lang.Exception
java.lang.Exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Returns the member id of the owner.
Returns:
The member id of the owner
java.lang.Exception
java.rmi.RemoteException

getPackageIds

public java.lang.String[] getPackageIds()
                                 throws java.lang.Exception
java.lang.Exception

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Returns:
com.ibm.commerce.datatype.TypedProperty

getTrackingIds

public java.lang.String[] getTrackingIds()
                                  throws java.lang.Exception
java.lang.Exception

parsePackSlipXml

public PackslipDetailDataBean parsePackSlipXml()
                                        throws java.lang.Exception
Insert the method's description here. Creation date: (3/15/2001 1:42:55 PM)
java.lang.Exception

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database.
Returns:
void
Throws:
java.lang.Exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyOrderReleaseNum

public void setDataBeanKeyOrderReleaseNum(java.lang.String aOrderReleaseNum)
Parameters:
aOrderReleaseNum - java.lang.String
Returns:
void

setDataBeanKeyOrdersId

public void setDataBeanKeyOrdersId(java.lang.String aOrdersId)
Parameters:
aOrdersId - 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.
Returns:
void
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

fulfills

public boolean fulfills(java.lang.Long member,
                        java.lang.String relationship)
                 throws java.rmi.RemoteException,
                        java.lang.Exception
Determines if a given member fulfills a given relationship with the resource.
Parameters:
member - Member id of the member
relationship - The relationship the member has with respect to the resource
Returns:
true if the member fulfills the relationship with the resource
java.rmi.RemoteException
java.lang.Exception