|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attribute in com.elasticpath.domain.attribute |
---|
Methods in com.elasticpath.domain.attribute that return Attribute | |
---|---|
Attribute |
AttributeValue.getAttribute()
Get the Attribute corresponding to this value. |
Attribute |
AttributeGroupAttribute.getAttribute()
Get the attribute. |
Methods in com.elasticpath.domain.attribute with parameters of type Attribute | |
---|---|
void |
AttributeValueGroup.removeByAttribute(Attribute attToRemove)
Removes all attribute values that match incoming attribute key. |
void |
AttributeValue.setAttribute(Attribute attribute)
Get the attribute corresponding to this value. |
void |
AttributeGroupAttribute.setAttribute(Attribute attribute)
Set the attribute. |
void |
AttributeValueGroup.setAttributeValue(Attribute attribute,
java.util.Locale locale,
java.lang.Object value)
Set the attribute value of the domain object. |
void |
AttributeValueGroup.setStringAttributeValue(Attribute attribute,
java.util.Locale locale,
java.lang.String stringValue)
Set the attribute value of the domain object based on the given string value. |
Uses of Attribute in com.elasticpath.domain.attribute.impl |
---|
Classes in com.elasticpath.domain.attribute.impl that implement Attribute | |
---|---|
class |
AttributeImpl
Attribute reprents a customized property of an object like Category or Product . |
Methods in com.elasticpath.domain.attribute.impl that return Attribute | |
---|---|
Attribute |
AttributeGroupAttributeImpl.getAttribute()
Get the Attribute. |
Attribute |
AttributeValueImpl.getAttribute()
Get the Attribute corresponding to this value. |
Methods in com.elasticpath.domain.attribute.impl with parameters of type Attribute | |
---|---|
void |
AttributeValueGroupImpl.removeByAttribute(Attribute attToRemove)
Removes all attribute values that match incoming attribute key. |
void |
AttributeGroupAttributeImpl.setAttribute(Attribute attribute)
Set the Attribute. |
void |
AttributeValueImpl.setAttribute(Attribute attribute)
Get the attribute corresponding to this value. |
void |
AttributeValueGroupImpl.setAttributeValue(Attribute attribute,
java.util.Locale locale,
java.lang.Object value)
Set the attribute value of the domain object. |
void |
AttributeValueGroupImpl.setStringAttributeValue(Attribute attribute,
java.util.Locale locale,
java.lang.String stringValue)
Set the attribute value of the domain object based on the given string value. |
Uses of Attribute in com.elasticpath.domain.catalogview |
---|
Methods in com.elasticpath.domain.catalogview that return Attribute | |
---|---|
Attribute |
AttributeFilter.getAttribute()
Get the attribute object. |
Attribute |
ProductAdaptorForAttributeRangeFilter.getAttribute()
Return the target attribute. |
Methods in com.elasticpath.domain.catalogview with parameters of type Attribute | |
---|---|
void |
ProductAdaptorForAttributeRangeFilter.setAttribute(Attribute attribute)
Set the attribute. |
Uses of Attribute in com.elasticpath.domain.catalogview.impl |
---|
Methods in com.elasticpath.domain.catalogview.impl that return Attribute | |
---|---|
Attribute |
AttributeValueFilterImpl.getAttribute()
|
Attribute |
ProductAdaptorForAttributeRangeFilterImpl.getAttribute()
Return the target attribute. |
Attribute |
AttributeRangeFilterImpl.getAttribute()
|
Methods in com.elasticpath.domain.catalogview.impl with parameters of type Attribute | |
---|---|
java.util.List |
AbstractCatalogViewResultImpl.getAttributeRangeFilterOptions(Attribute attribute)
Return a list of attribute range filters for the given attribute. |
java.util.List |
AbstractCatalogViewResultImpl.getAttributeValueFilterOptions(Attribute attribute)
Returns a list of filter options on the given Attribute. |
java.util.Map |
AbstractCatalogViewResultImpl.getDiversedAttributeValueFilters(java.util.List products,
Attribute attribute)
This method traverse the given products and try to find the diversed values with the given attribute. |
void |
AttributeValueFilterImpl.setAttribute(Attribute attribute)
|
void |
ProductAdaptorForAttributeRangeFilterImpl.setAttribute(Attribute attribute)
Set the attribute. |
void |
AttributeRangeFilterImpl.setAttribute(Attribute attribute)
|
Uses of Attribute in com.elasticpath.persistence.support |
---|
Methods in com.elasticpath.persistence.support with parameters of type Attribute | |
---|---|
java.lang.String |
DistinctAttributeValueCriterion.getDistinctAttributeMultiValueCriterion(Attribute attribute)
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue . |
java.lang.String |
DistinctAttributeValueCriterion.getDistinctAttributeValueCriterion(Attribute attribute)
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue . |
Uses of Attribute in com.elasticpath.persistence.support.impl |
---|
Methods in com.elasticpath.persistence.support.impl with parameters of type Attribute | |
---|---|
java.lang.String |
DistinctAttributeValueCriterionImpl.getDistinctAttributeMultiValueCriterion(Attribute attribute)
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue . |
java.lang.String |
DistinctAttributeValueCriterionImpl.getDistinctAttributeValueCriterion(Attribute attribute)
Creates a criterion String for querying the persistence layer for a distinct list of values that are present for a given AttributeValue . |
Uses of Attribute in com.elasticpath.service.attribute |
---|
Methods in com.elasticpath.service.attribute that return Attribute | |
---|---|
Attribute |
AttributeService.add(Attribute attribute)
Adds the given attribute. |
Attribute |
AttributeService.findByKey(java.lang.String key)
Find the attribute with the given key. |
Attribute |
AttributeService.get(long attributeUid)
Get the attribute with the given UID. |
Attribute |
AttributeService.load(long attributeUid)
Load the attribute with the given UID. |
Methods in com.elasticpath.service.attribute with parameters of type Attribute | |
---|---|
Attribute |
AttributeService.add(Attribute attribute)
Adds the given attribute. |
java.util.List |
AttributeService.getDistinctAttributeValueList(Attribute attribute,
java.lang.String languageCode)
For a given attribute, the set of distinct values currently existing for that attribute is returned. |
boolean |
AttributeService.keyExists(Attribute attribute)
Check whether the given attribute's key exists or not. |
void |
AttributeService.remove(Attribute attribute)
Delete the attribute. |
void |
AttributeService.update(Attribute attribute)
Updates the given attribute. |
Uses of Attribute in com.elasticpath.service.attribute.impl |
---|
Methods in com.elasticpath.service.attribute.impl that return Attribute | |
---|---|
Attribute |
AttributeServiceImpl.add(Attribute attribute)
Adds the given attribute. |
Attribute |
AttributeServiceImpl.findByKey(java.lang.String key)
Find the attribute with the given key. |
Attribute |
AttributeServiceImpl.get(long attributeUid)
Get the attribute with the given UID. |
Attribute |
AttributeServiceImpl.load(long attributeUid)
Load the attribute with the given UID. |
Methods in com.elasticpath.service.attribute.impl with parameters of type Attribute | |
---|---|
Attribute |
AttributeServiceImpl.add(Attribute attribute)
Adds the given attribute. |
java.util.List |
AttributeServiceImpl.getDistinctAttributeValueList(Attribute attribute,
java.lang.String languageCode)
For a given attribute, the set of distinct values currently existing for that attribute is returned. |
boolean |
AttributeServiceImpl.keyExists(Attribute attribute)
Check whether the given attribute's key exists or not. |
void |
AttributeServiceImpl.remove(Attribute attribute)
Delete the attribute. |
void |
AttributeServiceImpl.update(Attribute attribute)
Updates the given attribute. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |