Uses of Interface
com.hybris.backoffice.search.daos.ItemModelSearchDAO
-
Packages that use ItemModelSearchDAO Package Description com.hybris.backoffice.search.daos.impl com.hybris.backoffice.search.dataaccess.facades com.hybris.backoffice.searchservices.populators -
-
Uses of ItemModelSearchDAO in com.hybris.backoffice.search.daos.impl
Classes in com.hybris.backoffice.search.daos.impl that implement ItemModelSearchDAO Modifier and Type Class Description classDefaultItemModelSearchDAO -
Uses of ItemModelSearchDAO in com.hybris.backoffice.search.dataaccess.facades
Methods in com.hybris.backoffice.search.dataaccess.facades that return ItemModelSearchDAO Modifier and Type Method Description ItemModelSearchDAODefaultFieldSearchFacadeStrategy. getItemModelSearchDAO()Methods in com.hybris.backoffice.search.dataaccess.facades with parameters of type ItemModelSearchDAO Modifier and Type Method Description voidDefaultFieldSearchFacadeStrategy. setItemModelSearchDAO(ItemModelSearchDAO itemModelSearchDAO) -
Uses of ItemModelSearchDAO in com.hybris.backoffice.searchservices.populators
Methods in com.hybris.backoffice.searchservices.populators that return ItemModelSearchDAO Modifier and Type Method Description ItemModelSearchDAOSearchResultItemModelsPopulator. getItemModelSearchDAO()Methods in com.hybris.backoffice.searchservices.populators with parameters of type ItemModelSearchDAO Modifier and Type Method Description voidSearchResultItemModelsPopulator. setItemModelSearchDAO(ItemModelSearchDAO itemModelSearchDAO)
-