Interface ItemDao
-
- All Known Implementing Classes:
DefaultItemDao
public interface ItemDaoInterface 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 anItemModelbased on typeCode and unique attribute values.
-