@Service @Transactional(value="herdTransactionManager") public class AllowedAttributeValueServiceImpl extends Object implements AllowedAttributeValueService
| Constructor and Description |
|---|
AllowedAttributeValueServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
AllowedAttributeValuesInformation |
createAllowedAttributeValues(AllowedAttributeValuesCreateRequest request)
Creates a list of allowed attribute values for an existing attribute value list key.
|
AllowedAttributeValuesInformation |
deleteAllowedAttributeValues(AllowedAttributeValuesDeleteRequest request)
Deletes specified allowed attribute values from an existing attribute value list which is identified by name.
|
AllowedAttributeValuesInformation |
getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
Retrieves existing allowed attribute values based on the specified key
|
@NamespacePermission(fields="#request.attributeValueListKey.namespace", permissions=WRITE) public AllowedAttributeValuesInformation createAllowedAttributeValues(AllowedAttributeValuesCreateRequest request)
createAllowedAttributeValues in interface AllowedAttributeValueServicerequest - the information needed to create the allowed attribute values@NamespacePermission(fields="#request.attributeValueListKey.namespace", permissions=WRITE) public AllowedAttributeValuesInformation deleteAllowedAttributeValues(AllowedAttributeValuesDeleteRequest request)
deleteAllowedAttributeValues in interface AllowedAttributeValueServicerequest - the information needed to delete the allowed attribute values@NamespacePermission(fields="#attributeValueListKey.namespace", permissions=READ) public AllowedAttributeValuesInformation getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
getAllowedAttributeValues in interface AllowedAttributeValueServiceattributeValueListKey - the attribute value list keyCopyright © 2019. All rights reserved.