java.lang.Object | +--com.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() |
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
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 com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public OrderItemDataBean[] getOrderItemDataBeans() throws java.lang.Exception
java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
public java.lang.String[] getPackageIds() throws java.lang.Exception
java.lang.Exception
public TypedProperty getRequestProperties()
public java.lang.String[] getTrackingIds() throws java.lang.Exception
java.lang.Exception
public PackslipDetailDataBean parsePackSlipXml() throws java.lang.Exception
java.lang.Exception
public void populate() throws java.lang.Exception
java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOrderReleaseNum(java.lang.String aOrderReleaseNum)
aOrderReleaseNum
- java.lang.Stringpublic void setDataBeanKeyOrdersId(java.lang.String aOrdersId)
aOrdersId
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
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
member
- Member id of the memberrelationship
- The relationship the member has with respect to
the resourcejava.rmi.RemoteException
java.lang.Exception