public class VendorInformationListDataBean extends com.ibm.commerce.inventory.beansrc.VendorInformationListListDataBeanBase implements com.ibm.commerce.inventory.beans.VendorInformationInputListDataBean, com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBean, Delegator, Protectable
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyLanguageId |
protected java.lang.String | iDataBeanKeyVendorId |
protected TypedProperty | iRequestProperties |
protected VendorInformationDataBean[] | iVendorInformationListDataBean |
Constructor and Description |
---|
VendorInformationListDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
java.lang.String | getDataBeanKeyVendorId()
This method returns the databean key:vendor id.
|
Protectable | getDelegate()
This method returns the Protectable object whose access control policies will indirectly control the access control for this object
|
java.lang.Long | getOwner()
This method returns the member id of the owner.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
VendorInformationDataBean[] | getVendorInformationList()
This method returns the list of the VendorInformationDataBean.
|
void | populate()
This method is used to populate the VendorInformationListDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
void | setDataBeanKeyVendorId(java.lang.String aVendorId)
This method sets the databean key:vendor id.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
void | setVendorInformationList(VendorInformationDataBean[] aListDataBean)
This method sets the list of the VendorInformationDataBean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyVendorId
protected java.lang.String iDataBeanKeyLanguageId
protected VendorInformationDataBean[] iVendorInformationListDataBean
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyLanguageId()
public java.lang.String getDataBeanKeyVendorId()
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public TypedProperty getRequestProperties()
public VendorInformationDataBean[] getVendorInformationList()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
public void setDataBeanKeyVendorId(java.lang.String aVendorId)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public void setVendorInformationList(VendorInformationDataBean[] aListDataBean)
public Protectable getDelegate() throws java.lang.Exception