com.ibm.commerce.inventory.beans
Class VendorInformationListDataBean

java.lang.Object
  com.ibm.commerce.inventory.beansrc.VendorInformationListListDataBeanBase
      com.ibm.commerce.inventory.beans.VendorInformationListDataBean
All Implemented Interfaces:
Delegator, Protectable

public class VendorInformationListDataBean
extends com.ibm.commerce.inventory.beansrc.VendorInformationListListDataBeanBase
implements Delegator, Protectable
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected java.lang.String iDataBeanKeyLanguageId
protected java.lang.String iDataBeanKeyVendorId
protected TypedProperty iRequestProperties
protected VendorInformationDataBean[] iVendorInformationListDataBean
Constructor Summary
VendorInformationListDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyLanguageId()
java.lang.String getDataBeanKeyVendorId()
Protectable getDelegate()
Returns the Protectable object whose access control policies will indirectly control the access control for this object
java.lang.Long getOwner()
Returns the member id of the owner.
TypedProperty getRequestProperties()
Gets the request property set within this bean.
VendorInformationDataBean[] getVendorInformationList()
void populate()
IBM internal use only.
void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
void setDataBeanKeyVendorId(java.lang.String aVendorId)
void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
void setVendorInformationList(VendorInformationDataBean[] aListDataBean)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyVendorId

protected java.lang.String iDataBeanKeyVendorId

iDataBeanKeyLanguageId

protected java.lang.String iDataBeanKeyLanguageId

iVendorInformationListDataBean

protected VendorInformationDataBean[] iVendorInformationListDataBean
Constructor Detail

VendorInformationListDataBean

public VendorInformationListDataBean()
Method Detail

getCommandContext

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

getDataBeanKeyLanguageId

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

getDataBeanKeyVendorId

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

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Returns the member id of the owner.
Specified by:
getOwner in interface Protectable
Returns:
The member id of the owner
Throws:
java.lang.Exception
java.rmi.RemoteException

getRequestProperties

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

getVendorInformationList

public VendorInformationDataBean[] getVendorInformationList()
Returns:
VendorInformationDataBean[]

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
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

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Returns:
void

setDataBeanKeyVendorId

public void setDataBeanKeyVendorId(java.lang.String aVendorId)
Parameters:
aVendorId - 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

setVendorInformationList

public void setVendorInformationList(VendorInformationDataBean[] aListDataBean)
Parameters:
aListDataBean - VendorInformationDataBean[]
Returns:
void

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Specified by:
getDelegate in interface Delegator
Returns:
The Protectable object whose access control policies will indirectly control the access control for this object
Throws:
java.lang.Exception

Feedback