Uses of Class
com.broadleafcommerce.catalog.domain.Attribute
Package
Description
-
Uses of Attribute in com.broadleafcommerce.catalog.dataexport.converter
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCategory.getAttributes()
Dynamic attributes that are a part of the categoryModifier and TypeMethodDescriptionvoid
Category.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the categoryModifierConstructorDescriptionCategory
(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
Modifier and TypeMethodDescriptionvoid
CategoryDetails.setAttributes
(Map<String, Attribute> attributes) -
Uses of Attribute in com.broadleafcommerce.catalog.domain.product
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionProductDetails.getAttributes()
ProductSummary.getAttributes()
VariantDetail.getAttributes()
Modifier and TypeMethodDescriptionvoid
ProductDetails.setAttributes
(Map<String, Attribute> attributes) void
ProductSummary.setAttributes
(Map<String, Attribute> attributes) void
VariantDetail.setAttributes
(Map<String, Attribute> attributes)