Uses of Interface
org.broadleafcommerce.core.catalog.domain.CategoryAttribute
Packages that use CategoryAttribute
-
Uses of CategoryAttribute in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement CategoryAttributeFields in org.broadleafcommerce.core.catalog.domain with type parameters of type CategoryAttributeModifier and TypeFieldDescriptionprotected List<CategoryAttribute>CategoryImpl.categoryAttributesMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type CategoryAttributeModifier and TypeMethodDescription<G extends CategoryAttribute>
CreateResponse<G>CategoryAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return CategoryAttributeModifier and TypeMethodDescriptionCategory.getCategoryAttributeByName(String name) Deprecated.This will be removed in 3.1.0CategoryImpl.getCategoryAttributeByName(String name) Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategoryAttributeModifier and TypeMethodDescriptionCategory.getCategoryAttributes()Deprecated.This will be replaced withCategory.getCategoryAttributesMap()in 3.1.0.CategoryImpl.getCategoryAttributes()Category.getCategoryAttributesMap()Gets the attributes for thisCategory.CategoryImpl.getCategoryAttributesMap()Category.getMappedCategoryAttributes()Deprecated.This will be removed in 3.1.0CategoryImpl.getMappedCategoryAttributes()Category.getMultiValueCategoryAttributes()CategoryImpl.getMultiValueCategoryAttributes()Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategoryAttributeModifier and TypeMethodDescriptionvoidCategory.setCategoryAttributes(List<CategoryAttribute> categoryAttributes) Deprecated.This will be replaced with#setCategoryAttributesMap()in 3.1.0.voidCategoryImpl.setCategoryAttributes(List<CategoryAttribute> categoryAttributes) voidCategory.setCategoryAttributesMap(Map<String, CategoryAttribute> categoryAttributes) voidCategoryImpl.setCategoryAttributesMap(Map<String, CategoryAttribute> categoryAttributes)