Interface AgrGenericDao
- All Known Implementing Classes:
DefaultAgrGenericDao
Deprecated.
2208
Data access object for
ItemModel.- Since:
- 2111
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieves an item model of a specific typeCode with the given idDeprecated.Retrieves an item model of a specific typeCode with the given parameters
-
Method Details
-
getItem
Deprecated.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
Deprecated.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
-