Interface TmaGenericItemDao
- All Known Implementing Classes:
DefaultTmaGenericItemDao
public interface TmaGenericItemDao
Data access object for
ItemModel.- Since:
- 2202
-
Method Summary
-
Method Details
-
getItem
Retrieves an item model of a specific typeCode with the given id- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Retrieves an item model of a specific typeCode with the given parameters- Parameters:
typeCode- the typeCode of the modelparams- the key-value pairs to filter the response- Returns:
- the model found, null otherwise
-