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 StringProductExportRowConverter.getMultiValRepresentationOfAttributes(Map<String, Attribute> attributes) protected StringVariantExportRowConverter.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 TypeMethodDescriptionvoidCategory.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 TypeMethodDescriptionvoidCategoryDetails.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 TypeMethodDescriptionvoidConsolidatedProduct.setAttributes(Map<String, Attribute> attributes) voidProduct.setAttributes(Map<String, Attribute> attributes) Dynamic attributes that are a part of the product.voidVariant.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 TypeMethodDescriptionvoidProductDetails.setAttributes(Map<String, Attribute> attributes) voidProductSummary.setAttributes(Map<String, Attribute> attributes) voidVariantDetail.setAttributes(Map<String, Attribute> attributes)