Interface AgrGenericDao

All Known Implementing Classes:
DefaultAgrGenericDao

@Deprecated(since="2208") public interface AgrGenericDao
Deprecated.
2208
Data access object for ItemModel.
Since:
2111
  • Method Summary

    Modifier and Type
    Method
    Description
    getItem(String typeCode, String id)
    Deprecated.
    Retrieves an item model of a specific typeCode with the given id
    getItem(String typeCode, Map<String,String> params)
    Deprecated.
    Retrieves an item model of a specific typeCode with the given parameters
  • Method Details

    • getItem

      ItemModel getItem(String typeCode, String id)
      Deprecated.
      Retrieves an item model of a specific typeCode with the given id
      Parameters:
      typeCode - the typeCode of the model
      id - the id
      Returns:
      the model found, null otherwise
    • getItem

      ItemModel getItem(String typeCode, Map<String,String> params)
      Deprecated.
      Retrieves an item model of a specific typeCode with the given parameters
      Parameters:
      typeCode - the typeCode of the model
      params - the key-value pairs to filter the response
      Returns:
      the model found, null otherwise