com.ibm.commerce.marketingcenter.campaign.beans
Class CategoryListResultsDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.marketingcenter.campaign.beans.CategoryListResultsDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

Deprecated. Replaced by com.ibm.commerce.tools.campaigns.CatalogSearchDataBean.
public class CategoryListResultsDataBean
extends SmartDataBeanImpl

A data bean that represents one category entry in the database to be shown in the category list of the current store. An array of this data bean makes up CategoryListDataBean.

See Also:
Serialized Form

Field Summary
protected  java.lang.String _catalogId
          Deprecated. The ID of the catalog that this category belongs to.
protected  java.lang.String _categoryId
          Deprecated. The ID of this category.
protected  java.lang.String _parentCategoryId
          Deprecated. The ID of the parent category.
static java.lang.String COPYRIGHT
          Deprecated. IBM copyright notice field.
 
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
CategoryListResultsDataBean()
          Deprecated.  
 
Method Summary
 java.lang.String getCatalogId()
          Deprecated. Gets the ID of the catalog that this category belongs to.
 java.lang.String getCatalogIdentifier()
          Deprecated. Gets the identifier of the catalog that this category belongs to.
 java.lang.String getCatalogMemberId()
          Deprecated. Gets the member ID of the catalog that this category belongs to.
 java.lang.String getCategoryId()
          Deprecated. Gets the ID of this category.
 java.lang.String getCategoryIdentifier()
          Deprecated. Gets the identifier of this category.
 java.lang.String getCategoryMemberId()
          Deprecated. Gets the member ID of this category.
 java.lang.String getName()
          Deprecated. Gets the name of this category.
 java.lang.String getParentCategoryIdentifier()
          Deprecated. Gets the identifier of the parent category.
 java.lang.String getParentCategoryName()
          Deprecated. Gets the name of the parent category.
 java.lang.String getShortDescription()
          Deprecated. Gets the short description of this category.
 void populate()
          Deprecated. Populates this data bean that represents a single category in the database.
 void setCatalogId(java.lang.String catalogId)
          Deprecated. Sets the ID of the catalog that this category belongs to.
 void setCategoryId(java.lang.String categoryId)
          Deprecated. Sets the ID of this category.
 void setParentCategoryId(java.lang.String parentCategoryId)
          Deprecated. Sets the ID of the parent category.
 
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
Deprecated. 
IBM copyright notice field.
See Also:
Constant Field Values

_catalogId

protected java.lang.String _catalogId
Deprecated. 
The ID of the catalog that this category belongs to.

_categoryId

protected java.lang.String _categoryId
Deprecated. 
The ID of this category.

_parentCategoryId

protected java.lang.String _parentCategoryId
Deprecated. 
The ID of the parent category.
Constructor Detail

CategoryListResultsDataBean

public CategoryListResultsDataBean()
Deprecated. 
Method Detail

getCatalogId

public java.lang.String getCatalogId()
Deprecated. 
Gets the ID of the catalog that this category belongs to.
Returns:
the catalog ID

getCatalogIdentifier

public java.lang.String getCatalogIdentifier()
Deprecated. 
Gets the identifier of the catalog that this category belongs to.
Returns:
the catalog identifier

getCatalogMemberId

public java.lang.String getCatalogMemberId()
Deprecated. 
Gets the member ID of the catalog that this category belongs to.
Returns:
the catalog member ID

getCategoryId

public java.lang.String getCategoryId()
Deprecated. 
Gets the ID of this category.
Returns:
the category ID

getCategoryIdentifier

public java.lang.String getCategoryIdentifier()
Deprecated. 
Gets the identifier of this category.
Returns:
the category identifier

getCategoryMemberId

public java.lang.String getCategoryMemberId()
Deprecated. 
Gets the member ID of this category.
Returns:
the category member ID

getName

public java.lang.String getName()
Deprecated. 
Gets the name of this category.
Returns:
the category name

getShortDescription

public java.lang.String getShortDescription()
Deprecated. 
Gets the short description of this category.
Returns:
the category short description

getParentCategoryIdentifier

public java.lang.String getParentCategoryIdentifier()
Deprecated. 
Gets the identifier of the parent category.
Returns:
the category identifier

getParentCategoryName

public java.lang.String getParentCategoryName()
Deprecated. 
Gets the name of the parent category.
Returns:
the category name

populate

public void populate()
              throws java.lang.Exception
Deprecated. 
Populates this data bean that represents a single category in the database. Nothing is done here since lazy fetch method is being used in this data bean.
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - Thrown when an error occurs during the population of this data bean.

setCatalogId

public void setCatalogId(java.lang.String catalogId)
Deprecated. 
Sets the ID of the catalog that this category belongs to.
Parameters:
catalogId - the catalog ID

setCategoryId

public void setCategoryId(java.lang.String categoryId)
Deprecated. 
Sets the ID of this category.
Parameters:
categoryId - the category ID

setParentCategoryId

public void setParentCategoryId(java.lang.String parentCategoryId)
Deprecated. 
Sets the ID of the parent category.
Parameters:
parentCategoryId - the category ID