Uses of Interface
com.hybris.backoffice.daos.BackofficeJobsDao
-
Packages that use BackofficeJobsDao Package Description com.hybris.backoffice.daos.impl com.hybris.backoffice.search.services.impl com.hybris.backoffice.solrsearch.services.impl -
-
Uses of BackofficeJobsDao in com.hybris.backoffice.daos.impl
Classes in com.hybris.backoffice.daos.impl that implement BackofficeJobsDao Modifier and Type Class Description classDefaultBackofficeJobsDao -
Uses of BackofficeJobsDao in com.hybris.backoffice.search.services.impl
Methods in com.hybris.backoffice.search.services.impl with parameters of type BackofficeJobsDao Modifier and Type Method Description voidDefaultSearchIndexerJobsService. setBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao) -
Uses of BackofficeJobsDao in com.hybris.backoffice.solrsearch.services.impl
Methods in com.hybris.backoffice.solrsearch.services.impl that return BackofficeJobsDao Modifier and Type Method Description protected BackofficeJobsDaoDefaultSolrIndexerJobsService. getBackofficeJobsDao()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.services.impl with parameters of type BackofficeJobsDao Modifier and Type Method Description voidDefaultSolrIndexerJobsService. setBackofficeJobsDao(BackofficeJobsDao backofficeJobsDao)Deprecated, for removal: This API element is subject to removal in a future version.
-