java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.marketingcenter.campaign.beans.CategoryListDataBean
A list data bean that represents all the categories in the database to be shown in the category list of the current store.
Field Summary | |
static java.lang.String | COPYRIGHT Deprecated. IBM copyright notice field. |
protected CategoryListResultsDataBean[] | returnList Deprecated. An array of the category result entries. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
CategoryListDataBean() Deprecated. Constructor for CategoryListDataBean. |
Method Summary | |
java.lang.String | getDefaultLanguageId() Deprecated. Gets the language identifier for the default language in which to search. |
java.lang.String | getIndexBegin() Deprecated. Gets the beginning index of the search results. |
java.lang.String | getIndexEnd() Deprecated. Gets the end index of the search results. |
java.lang.String | getLanguageId() Deprecated. Gets the language identifier for the language in which to search. |
int | getResultSetSize() Deprecated. Gets the total number of entries found. |
CategoryListResultsDataBean[] | getReturnList() Deprecated. Gets the category list result set. |
CategoryListResultsDataBean | getReturnList(int i) Deprecated. Gets a particular row of the category list result set. |
java.lang.String | getStoreId() Deprecated. Gets the identifier of the current store. |
void | populate() Deprecated. Populates this data bean that represents the categories in the database. |
void | setDefaultLanguageId(java.lang.String newDefaultLanguageId) Deprecated. Sets the language identifier for the default language in which to search. |
void | setIndexBegin(java.lang.String newIndexBegin) Deprecated. Sets the starting index of the result items. |
void | setIndexEnd(java.lang.String newIndexEnd) Deprecated. Sets the end index of the result items. |
void | setLanguageId(java.lang.String newLanguageId) Deprecated. Sets the language identifier in which to search. |
void | setResultSetSize(int newResultSetSize) Deprecated. Sets the total number of results. |
void | setReturnList(CategoryListResultsDataBean[] newReturnList) Deprecated. Sets the entire category result list. |
void | setStoreId(java.lang.String newStoreId) Deprecated. Sets the store identifier. |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
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.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
protected CategoryListResultsDataBean[] returnList
Constructor Detail |
public CategoryListDataBean()
Method Detail |
public java.lang.String getIndexBegin()
public java.lang.String getIndexEnd()
public java.lang.String getDefaultLanguageId()
public java.lang.String getLanguageId()
public int getResultSetSize()
public CategoryListResultsDataBean[] getReturnList()
public CategoryListResultsDataBean getReturnList(int i)
public java.lang.String getStoreId()
public void populate()
public void setIndexBegin(java.lang.String newIndexBegin)
public void setIndexEnd(java.lang.String newIndexEnd)
public void setDefaultLanguageId(java.lang.String newDefaultLanguageId)
public void setLanguageId(java.lang.String newLanguageId)
public void setResultSetSize(int newResultSetSize)
public void setReturnList(CategoryListResultsDataBean[] newReturnList)
public void setStoreId(java.lang.String newStoreId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.