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.
|
findAllSourceCatalogGroups, findAllTargetCatalogGroups, findByCategoryAccessory, findByCategoryAccessoryAndStore, findByCategoryAccessoryWithSemantic, findByCategoryAccessoryWithSemanticAndStore, findByCategoryCrossSell, findByCategoryCrossSellAndStore, findByCategoryCrossSellWithSemantic, findByCategoryCrossSellWithSemanticAndStore, findByCategoryUpSell, findByCategoryUpSellAndStore, findByCategoryUpSellWithSemantic, findByCategoryUpSellWithSemanticAndStore, getAssociationReferenceNumber, getAssociationReferenceNumberInEntityType, getAssociationType, getDate1, getEntity, getField1, getField2, getField2InEntityType, getField3, getField3InEntityType, getFromCatalogGroupReferenceNumber, getFromCatalogGroupReferenceNumberInEntityType, getGroupName, getOid, getQuantity, getQuantityInEntityType, getRank, getRankInEntityType, getRelatedCatalogGroup, getRule, getSematicSpecifier, getStoreId, getToCatalogGroupReferenceNumber, getToCatalogGroupReferenceNumberInEntityType, instantiateEntity, setAssociationReferenceNumber, setAssociationReferenceNumber, setAssociationType, setDate1, setField1, setField2, setField2, setField3, setField3, setFromCatalogGroupReferenceNumber, setFromCatalogGroupReferenceNumber, setGroupName, setInitKey_associationReferenceNumber, setInitKey_associationReferenceNumber, setOid, setQuantity, setQuantity, setRank, setRank, setRule, setSematicSpecifier, setStoreId, setToCatalogGroupReferenceNumber, setToCatalogGroupReferenceNumber
public static final java.lang.String COPYRIGHT
public RelatedCategoryDataBean()
public RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup)
abRelCatGroup
- The access bean that represents the merchandising association between two categoriespublic RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext)
abRelCatGroup
- The access bean that represents the merchandising association between two categoriesaCommandContext
- the command contextpublic CategoryDataBean getCategory()
getCategory
in interface com.ibm.commerce.catalog.beans.RelatedCategorySmartDataBean
public void setCategory(CategoryDataBean abnCategory)
setCategory
in interface com.ibm.commerce.catalog.beans.RelatedCategoryInputDataBean
abnCategory
- the related category bean