Interface ItemService
-
- All Known Implementing Classes:
DefaultItemService
public interface ItemServiceThe Interface ItemService provides methods forItemModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemModelgetItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and a list of attribute values.
-
-
-
Method Detail
-
getItemByAttributeValues
ItemModel getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues) throws ItemNotFoundException
Method retrieves anItemModelbased on typeCode and a list of attribute values.- Parameters:
typeCode- typeCode of theItemModelattributeValues- theMapof the attribute values where the key is a qualifier.- Returns:
- the
ItemModel - Throws:
ItemNotFoundException- if theItemModelcan not be found.
-
-