public class RelatedCategoryDataBean extends RelatedCatalogGroupAccessBean implements com.ibm.commerce.catalog.beans.RelatedCategoryInputDataBean, com.ibm.commerce.catalog.beans.RelatedCategorySmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
RelatedCategoryDataBean()
Creates an empty databean for the merchandising association between two categories.
|
RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup)
Creates the databean that represents the merchandising association between two categories from its access bean.
|
RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext)
Creates the databean that represents the merchandising association between two categories from its access bean and the command context.
|
Modifier and Type | Method and Description |
---|---|
CategoryDataBean | getCategory()
Returns a bean that represents the related category.
|
void | setCategory(CategoryDataBean abnCategory)
Sets the related category.
|
protected void | setCommandContext(CommandContext aCommandContext)
Sets the command context passed in at run time.
|
public static final java.lang.String COPYRIGHT
public RelatedCategoryDataBean()
public RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public CategoryDataBean getCategory() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
public void setCategory(CategoryDataBean abnCategory)
protected void setCommandContext(CommandContext aCommandContext)