Interface GenericConfigurationDao
-
- All Known Implementing Classes:
DefaultGenericConfigurationDao
public interface GenericConfigurationDao
Interface for generic access to the requested item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemModel>
getAllModelsForCode(java.lang.String code)
Retrieves all models for the given type code.
-
-
-
Method Detail
-
getAllModelsForCode
java.util.List<ItemModel> getAllModelsForCode(java.lang.String code)
Retrieves all models for the given type code.- Parameters:
code
- item type code (String)- Returns:
- list of found models
-
-