Interface GenericConfigurationDao

  • All Known Implementing Classes:
    DefaultGenericConfigurationDao

    public interface GenericConfigurationDao
    Interface for generic access to the requested item.
    • 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