|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.InterestItemListDataBean
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 |
public InterestItemListDataBean()
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public InterestItemDataBean getItem(int aItem1)
IBM internal use only.
aItem1
- intpublic java.lang.String getListId()
IBM internal use only.
public int getNumOfItems()
IBM internal use only.
public TypedProperty getRequestProperties()
Gets the request property set within this bean.
public boolean isCurrentList() throws java.lang.Exception
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionpublic void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setItem(int aItem1, InterestItemDataBean aItem2)
IBM internal use only.
aItem1
- intaItem2
- com.ibm.commerce.catalog.beans.InterestItemDataBeanpublic void setListId(java.lang.String aListId1)
IBM internal use only.
aListId1
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |