com.ibm.commerce.tools.campaigns.CatalogSearchListDataBean.public class CategoryListDataBean extends SmartDataBeanImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CategoryListDataBean()
Deprecated.
Constructor for CategoryListDataBean.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public CategoryListDataBean()
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()
CategoryListResultsDataBean that represents the result set.public CategoryListResultsDataBean getReturnList(int i)
i - index of the result setpublic java.lang.String getStoreId()
public void populate()
populate in interface SmartDataBeanpopulate in class SmartDataBeanImplpublic void setIndexBegin(java.lang.String newIndexBegin)
newIndexBegin - the start index of the result setpublic void setIndexEnd(java.lang.String newIndexEnd)
newIndexEnd - the end index of the result setpublic void setDefaultLanguageId(java.lang.String newDefaultLanguageId)
newDefaultLanguageId - the ID of the default languagepublic void setLanguageId(java.lang.String newLanguageId)
newLanguageId - the ID of the current languagepublic void setResultSetSize(int newResultSetSize)
newResultSetSize - the size of the result setpublic void setReturnList(CategoryListResultsDataBean[] newReturnList)
newReturnList - an array of the result listpublic void setStoreId(java.lang.String newStoreId)
newStoreId - the ID of the current store