public class ManifestDataBean
extends com.ibm.commerce.inventory.beansrc.ManifestDataBeanBase
implements com.ibm.commerce.inventory.beans.ManifestInputDataBean, com.ibm.commerce.inventory.beans.ManifestSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyManifestId |
protected java.lang.String[] | iPackageIdList |
protected TypedProperty | iRequestProperties |
protected java.lang.String[] | iTrackingIdList |
Constructor and Description |
---|
ManifestDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyManifestId()
This method returns the databean key:ManifestId.
|
java.lang.String[] | getPackageIds() |
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
java.lang.String[] | getTrackingIds() |
void | populate()
This method is used to populate the ManifestDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyManifestId(java.lang.String aManifestId)
This method sets the databean key:ManifestId.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyManifestId
protected java.lang.String[] iTrackingIdList
protected java.lang.String[] iPackageIdList
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyManifestId()
public java.lang.String[] getPackageIds() throws java.lang.Exception
public TypedProperty getRequestProperties()
public java.lang.String[] getTrackingIds() throws java.lang.Exception
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyManifestId(java.lang.String aManifestId)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException