public interface ItemService
ItemModel| Modifier and Type | Method and Description |
|---|---|
ItemModel |
getItemByAttributeValues(java.lang.String typeCode,
java.util.Map<java.lang.String,java.lang.Object> attributeValues)
Method retrieves an
ItemModel based on typeCode and a list of attribute values. |
ItemModel getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues) throws ItemNotFoundException
ItemModel based on typeCode and a list of attribute values.typeCode - typeCode of the ItemModelattributeValues - the Map of the attribute values where the key is a qualifier.ItemModelItemNotFoundException - if the ItemModel can not be found.Copyright © 2018 SAP SE. All Rights Reserved.