Class DefaultGenericConfigurationDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.sap.core.configuration.dao.impl.DefaultGenericConfigurationDao
-
- All Implemented Interfaces:
GenericConfigurationDao,Dao
public class DefaultGenericConfigurationDao extends AbstractItemDao implements GenericConfigurationDao
Implementation for interfaceGenericConfigurationDao.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultGenericConfigurationDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ItemModel>getAllModelsForCode(java.lang.String code)Retrieves all models for the given type code.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
getAllModelsForCode
public java.util.List<ItemModel> getAllModelsForCode(java.lang.String code)
Description copied from interface:GenericConfigurationDaoRetrieves all models for the given type code.- Specified by:
getAllModelsForCodein interfaceGenericConfigurationDao- Parameters:
code- item type code (String)- Returns:
- list of found models
-
-