@Component public class AttributeValueListDaoHelper extends Object
| Constructor and Description |
|---|
AttributeValueListDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
createAttributeValueListFromEntity(AttributeValueListEntity attributeValueListEntity)
Creates the attribute value list from the persisted entity.
|
AttributeValueListEntity |
getAttributeValueListEntity(AttributeValueListKey attributeValueListKey)
Gets the attribute value list entity and ensure it exists.
|
public AttributeValueListEntity getAttributeValueListEntity(AttributeValueListKey attributeValueListKey)
attributeValueListKey - the attribute value list key (case insensitive)public AttributeValueList createAttributeValueListFromEntity(AttributeValueListEntity attributeValueListEntity)
attributeValueListEntity - the attribute value list entityCopyright © 2021. All rights reserved.