Uses of Class
com.broadleafcommerce.cartoperation.domain.Attribute
-
Packages that use Attribute Package Description com.broadleafcommerce.cartoperation.domain com.broadleafcommerce.cartoperation.service.provider.external.domain.customer -
-
Uses of Attribute in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>
Product. getAttributes()
Dynamic attributes that are a part of the product.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type Attribute Modifier and Type Method Description void
Product. setAttributes(Map<String,Attribute> attributes)
Dynamic attributes that are a part of the product. -
Uses of Attribute in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer
Methods in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>
Account. getAttributes()
Method parameters in com.broadleafcommerce.cartoperation.service.provider.external.domain.customer with type arguments of type Attribute Modifier and Type Method Description void
Account. setAttributes(Map<String,Attribute> attributes)
-