- All Known Implementing Classes:
DefaultItemDao
public interface ItemDao
-
Method Summary
Method retrieves an
ItemModel based on typeCode and unique attribute values.
-
Method Details
-
getItemByUniqueAttributesValues
Method retrieves an
ItemModel based on typeCode and unique attribute values.
- Parameters:
typeCode - the typeCode of the ItemModel.
attributeValues - a Map of qualifier and its value that should be used as a filter.
- Returns:
- an
Optional ItemModel.