Uses of Interface
com.elasticpath.domain.attribute.AttributeValueGroup

Packages that use AttributeValueGroup
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
 

Uses of AttributeValueGroup in com.elasticpath.domain.attribute.impl
 

Classes in com.elasticpath.domain.attribute.impl that implement AttributeValueGroup
 class AttributeValueGroupImpl
          This is a default implementation of AttributeValueGroup.
 

Uses of AttributeValueGroup in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return AttributeValueGroup
 AttributeValueGroup Category.getAttributeValueGroup()
          Get the attribute value group.
 AttributeValueGroup ProductSku.getAttributeValueGroup()
          Get the attribute value group.
 AttributeValueGroup Product.getAttributeValueGroup()
          Get the attribute value group.
 

Methods in com.elasticpath.domain.catalog with parameters of type AttributeValueGroup
 void Category.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.
 void ProductSku.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.
 void Product.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.
 

Uses of AttributeValueGroup in com.elasticpath.domain.catalog.impl
 

Methods in com.elasticpath.domain.catalog.impl that return AttributeValueGroup
 AttributeValueGroup ProductSkuImpl.getAttributeValueGroup()
          Get the attribute value group.
 AttributeValueGroup CategoryImpl.getAttributeValueGroup()
          Get the attribute value group.
 AttributeValueGroup ProductImpl.getAttributeValueGroup()
          Get the attribute value group.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type AttributeValueGroup
 void ProductSkuImpl.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.
 void CategoryImpl.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.
 void ProductImpl.setAttributeValueGroup(AttributeValueGroup attributeValueGroup)
          Set the attribute value group.