final class AttributeServiceImpl extends java.lang.Object implements AttributeService
Modifier and Type | Field and Description |
---|---|
private AttributeMapDAO |
dao |
Constructor and Description |
---|
AttributeServiceImpl(AttributeMapDAO mongoDAO) |
Modifier and Type | Method and Description |
---|---|
private AttributeMapper |
getAttributeMapper(Index index) |
java.util.Set<CustomSearchFilterAttribute> |
getAttributes(Index index,
java.lang.String language) |
private final AttributeMapDAO dao
@Inject public AttributeServiceImpl(AttributeMapDAO mongoDAO)
private AttributeMapper getAttributeMapper(Index index)
public java.util.Set<CustomSearchFilterAttribute> getAttributes(Index index, java.lang.String language)
getAttributes
in interface AttributeService