Interface ItemDao
-
- All Known Implementing Classes:
DefaultItemDao
public interface ItemDao
Interface for searchingItemModel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends ItemModel>
java.util.Optional<T>getItemByUniqueAttributesValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)
Method retrieves anItemModel
based on typeCode and unique attribute values.
-