|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeGroup
Represents a group of attribute. It can be aggregated to a ProductType, or CategoryType, etc.
| Method Summary | |
|---|---|
void |
addAttributeGroupAttribute(AttributeGroupAttribute attributeGroupAttribute)
Add an attribute to belong to this attribute group. |
java.util.Set |
getAttributeGroupAttributes()
Get the set of attributes associated with this attribute group. |
java.util.Set |
getRemovedAttributes(java.util.Set before)
Compares attribute sets on this and attribute group attribute set before an update and returns a set of attributes that have been deleted. |
void |
setAttributeGroupAttributes(java.util.Set attributeGroupAttributes)
Set the set of attributes associated with this attribute group. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
void addAttributeGroupAttribute(AttributeGroupAttribute attributeGroupAttribute)
attributeGroupAttribute - the attribute group attribute to add.java.util.Set getAttributeGroupAttributes()
java.util.Set getRemovedAttributes(java.util.Set before)
before - attributeGroupAttribute set before an update.
void setAttributeGroupAttributes(java.util.Set attributeGroupAttributes)
attributeGroupAttributes - the attributes to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||