public class AttributeMapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Set<CustomSearchFilterAttribute>> |
map |
Constructor and Description |
---|
AttributeMapper() |
Modifier and Type | Method and Description |
---|---|
void |
add(CustomAttributeValue value) |
private void |
add(java.util.Set<CustomSearchFilterAttribute> attributeSet,
CustomAttributeValue value) |
private java.util.Set<CustomSearchFilterAttribute> |
addNewSet(java.lang.String lang) |
java.util.Set<CustomSearchFilterAttribute> |
getAttributes(java.lang.String lang) |
private java.util.Set<CustomSearchFilterAttribute> |
getAttributeSet(java.lang.String lang) |
boolean |
isEmpty() |
void |
mapCustomSearchFilterAttributes(Product product) |
private final java.util.Map<java.lang.String,java.util.Set<CustomSearchFilterAttribute>> map
public boolean isEmpty()
public java.util.Set<CustomSearchFilterAttribute> getAttributes(java.lang.String lang)
public void mapCustomSearchFilterAttributes(Product product)
public void add(CustomAttributeValue value)
private java.util.Set<CustomSearchFilterAttribute> getAttributeSet(java.lang.String lang)
private java.util.Set<CustomSearchFilterAttribute> addNewSet(java.lang.String lang)
private void add(java.util.Set<CustomSearchFilterAttribute> attributeSet, CustomAttributeValue value)