Class DefaultItemDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.cms2.servicelayer.daos.impl.DefaultItemDao
Default implementation of
ItemModel.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItemByUniqueAttributesValues(String typeCode, Map<String, Object> attributeValues) Method retrieves anItemModelbased on typeCode and unique attribute values.protected TypeServicevoidsetTypeService(TypeService typeService) Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultItemDao
public DefaultItemDao()
-
-
Method Details
-
getItemByUniqueAttributesValues
public <T extends ItemModel> Optional<T> getItemByUniqueAttributesValues(String typeCode, Map<String, Object> attributeValues) Description copied from interface:ItemDaoMethod retrieves anItemModelbased on typeCode and unique attribute values. -
getTypeService
-
setTypeService
-