|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AttributeGroup | |
|---|---|
| com.elasticpath.domain.attribute | |
| com.elasticpath.domain.attribute.impl | |
| com.elasticpath.domain.catalog | |
| com.elasticpath.domain.catalog.impl | |
| Uses of AttributeGroup in com.elasticpath.domain.attribute |
|---|
| Methods in com.elasticpath.domain.attribute with parameters of type AttributeGroup | |
|---|---|
java.util.List |
AttributeValueGroup.getAttributeValues(AttributeGroup attributeGroup,
java.util.Locale locale)
Get a list of AttributeValues with the given locale for attributes defined in the given attribute group. |
java.util.List |
AttributeValueGroup.getFullAttributeValues(AttributeGroup attributeGroup)
Get a list of AttributeValues for all attributes defined in the given attribute group. |
java.util.List |
AttributeValueGroup.getFullAttributeValues(AttributeGroup attributeGroup,
java.util.Locale locale)
Get a list of AttributeValues with the given locale for all attributes defined in the given attribute group. |
| Uses of AttributeGroup in com.elasticpath.domain.attribute.impl |
|---|
| Classes in com.elasticpath.domain.attribute.impl that implement AttributeGroup | |
|---|---|
class |
AttributeGroupImpl
Represents a default implementation of AttributeGroup. |
| Methods in com.elasticpath.domain.attribute.impl with parameters of type AttributeGroup | |
|---|---|
java.util.List |
AttributeValueGroupImpl.getAttributeValues(AttributeGroup attributeGroup,
java.util.Locale locale)
Get a list of AttributeValues with the given locale for attributes defined in the given attribute group. |
java.util.List |
AttributeValueGroupImpl.getFullAttributeValues(AttributeGroup attributeGroup)
Get a list of AttributeValues for all attributes defined in the given attribute group. |
java.util.List |
AttributeValueGroupImpl.getFullAttributeValues(AttributeGroup attributeGroup,
java.util.Locale locale)
Get a list of AttributeValues with the given locale for all attributes defined in the given attribute group. |
| Uses of AttributeGroup in com.elasticpath.domain.catalog |
|---|
| Methods in com.elasticpath.domain.catalog that return AttributeGroup | |
|---|---|
AttributeGroup |
CategoryType.getAttributeGroup()
Returns the category attribute group. |
AttributeGroup |
ProductType.getProductAttributeGroup()
Returns the product attribute group. |
AttributeGroup |
ProductType.getSkuAttributeGroup()
Returns the product sku attribute group. |
| Methods in com.elasticpath.domain.catalog with parameters of type AttributeGroup | |
|---|---|
void |
CategoryType.setAttributeGroup(AttributeGroup attributeGroup)
Sets the category attribute group. |
void |
ProductType.setProductAttributeGroup(AttributeGroup productAttributeGroup)
Sets the product attribute group. |
void |
ProductType.setSkuAttributeGroup(AttributeGroup skuAttributeGroup)
Sets the product sku attribute group. |
| Uses of AttributeGroup in com.elasticpath.domain.catalog.impl |
|---|
| Methods in com.elasticpath.domain.catalog.impl that return AttributeGroup | |
|---|---|
AttributeGroup |
CategoryTypeImpl.getAttributeGroup()
Returns the category attribute group. |
AttributeGroup |
ProductTypeImpl.getProductAttributeGroup()
Returns the product attribute group. |
AttributeGroup |
ProductTypeImpl.getSkuAttributeGroup()
Returns the product sku attribute group. |
| Methods in com.elasticpath.domain.catalog.impl with parameters of type AttributeGroup | |
|---|---|
void |
CategoryTypeImpl.setAttributeGroup(AttributeGroup categoryAttributeGroup)
Sets the category attribute group. |
void |
ProductTypeImpl.setProductAttributeGroup(AttributeGroup productAttributeGroup)
Sets the product attribute group. |
void |
ProductTypeImpl.setSkuAttributeGroup(AttributeGroup skuAttributeGroup)
Sets the product sku attribute group. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||