Uses of Class
com.broadleafcommerce.catalog.domain.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in com.broadleafcommerce.catalog.dataexport.converter
Method parameters in com.broadleafcommerce.catalog.dataexport.converter with type arguments of type AttributeModifier and TypeMethodDescriptionprotected String
ProductExportRowConverter.getMultiValRepresentationOfAttributes
(Map<String, Attribute> attributes) protected String
VariantExportRowConverter.getMultiValRepresentationOfAttributes
(Map<String, Attribute> attributes) -
Uses of Attribute in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return types with arguments of type AttributeModifier and TypeMethodDescriptionProductConverter.removeAndParseAttributes
(@NonNull Map<String, String> row) Deprecated.VariantConverter.removeAndParseAttributes
(@NonNull Map<String, String> row) Deprecated.ProductRowConverter.toKeyAttributePair
(String[] keyValueArray) -
Uses of Attribute in com.broadleafcommerce.catalog.domain.category
Methods in com.broadleafcommerce.catalog.domain.category that return types with arguments of type AttributeModifier and TypeMethodDescriptionCategory.getAttributes()
Dynamic attributes that are a part of the categoryMethod parameters in com.broadleafcommerce.catalog.domain.category with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
Category.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the categoryConstructor parameters in com.broadleafcommerce.catalog.domain.category with type arguments of type AttributeModifierConstructorDescriptionCategory
(String id, String name, String url, String externalId, String description, String taxCode, Instant activeStartDate, Instant activeEndDate, String displayTemplate, String metaTitle, String metaDescription, CategoryRef parentCategory, String productMembershipType, String productMembershipRule, Locale productMembershipLocale, boolean showInSiteMap, Map<String, Attribute> attributes, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Uses of Attribute in com.broadleafcommerce.catalog.domain.category.commerce
Methods in com.broadleafcommerce.catalog.domain.category.commerce that return types with arguments of type AttributeMethod parameters in com.broadleafcommerce.catalog.domain.category.commerce with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
CategoryDetails.setAttributes
(Map<String, Attribute> attributes) -
Uses of Attribute in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return types with arguments of type AttributeModifier and TypeMethodDescriptionConsolidatedProduct.getAttributes()
Product.getAttributes()
Dynamic attributes that are a part of the product.Variant.getAttributes()
Dynamic attributes that are a part of the variant.Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
ConsolidatedProduct.setAttributes
(Map<String, Attribute> attributes) void
Product.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the product.void
Variant.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the variant. -
Uses of Attribute in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type AttributeModifier and TypeMethodDescriptionProductDetails.getAttributes()
ProductSummary.getAttributes()
VariantDetail.getAttributes()
Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
ProductDetails.setAttributes
(Map<String, Attribute> attributes) void
ProductSummary.setAttributes
(Map<String, Attribute> attributes) void
VariantDetail.setAttributes
(Map<String, Attribute> attributes)