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.
|
emptyString| 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.
|
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillspublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBeanpublic java.lang.String getDataBeanKeyVendorId()
getDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBeanpublic java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface Protectablejava.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic VendorInformationDataBean[] getVendorInformationList()
getVendorInformationList in interface com.ibm.commerce.inventory.beans.VendorInformationSmartListDataBeanpublic void populate()
throws java.lang.Exception
iDataBeanKeyLanguageId and iDataBeanKeyVendorId
using the setDataBeanKeyLanguageId(String) and setDataBeanKeyVendorId(String) method before running the populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyVendorId(String)public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyVendorId(java.lang.String aVendorId)
setDataBeanKeyVendorId in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBeanaVendorId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic void setVendorInformationList(VendorInformationDataBean[] aListDataBean)
setVendorInformationList in interface com.ibm.commerce.inventory.beans.VendorInformationInputListDataBeanaListDataBean - VendorInformationDataBean[]public Protectable getDelegate() throws java.lang.Exception
getDelegate in interface Delegatorjava.lang.Exception