com.ibm.commerce.catalog.beans
Class InterestItemListDataBean

com.ibm.commerce.catalog.beans.InterestItemListDataBean
All Implemented Interfaces:
Delegator, Protectable

public class InterestItemListDataBean
implements Delegator, Protectable

This bean provides access to the IITEMLIST table.

The following is a description of this table:

Each row in this table represents an interest item list.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.security.Protectable
COPYRIGHT
 
Constructor Summary
InterestItemListDataBean()
           
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 InterestItemDataBean getItem(int aItem1)
          IBM internal use only.
 java.lang.String getListId()
          IBM internal use only.
 int getNumOfItems()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 boolean isCurrentList()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext1)
          Sets the command context within this bean.
 void setItem(int aItem1, InterestItemDataBean aItem2)
          IBM internal use only.
 void setListId(java.lang.String aListId1)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties1)
          Sets the request property within this bean.
 
Methods inherited from interface com.ibm.commerce.security.Delegator
getDelegate
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Constructor Detail

InterestItemListDataBean

public InterestItemListDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getItem

public InterestItemDataBean getItem(int aItem1)

IBM internal use only.

Parameters:
aItem1 - int
Returns:
com.ibm.commerce.catalog.beans.InterestItemDataBean

getListId

public java.lang.String getListId()

IBM internal use only.

Returns:
java.lang.String

getNumOfItems

public int getNumOfItems()

IBM internal use only.

Returns:
int

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

isCurrentList

public boolean isCurrentList()
                      throws java.lang.Exception

IBM internal use only.

Returns:
boolean
Throws:
java.lang.Exception - The java.lang.Exception exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext1)

Sets the command context within this bean.

Parameters:
aCommandContext1 - com.ibm.commerce.command.CommandContext
Returns:
void

setItem

public void setItem(int aItem1,
                    InterestItemDataBean aItem2)

IBM internal use only.

Parameters:
aItem1 - int
aItem2 - com.ibm.commerce.catalog.beans.InterestItemDataBean
Returns:
void

setListId

public void setListId(java.lang.String aListId1)

IBM internal use only.

Parameters:
aListId1 - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties1)

Sets the request property within this bean.

Parameters:
aRequestProperties1 - com.ibm.commerce.datatype.TypedProperty
Returns:
void