Interface ItemDao

All Known Implementing Classes:
DefaultItemDao

public interface ItemDao
Interface for searching ItemModel.
  • Method Details

    • getItemByUniqueAttributesValues

      <T extends ItemModel> Optional<T> getItemByUniqueAttributesValues(String typeCode, Map<String,Object> attributeValues)
      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.