Uses of Class
de.hybris.platform.b2b.dao.impl.BaseDao
Packages that use BaseDao
-
Uses of BaseDao in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return BaseDaoModifier and TypeMethodDescriptionDefaultB2BOrderDao.getBaseDao()GenericDao.getBaseDao()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2b.dao.impl with parameters of type BaseDaoModifier and TypeMethodDescriptionvoidDefaultB2BOrderDao.setBaseDao(BaseDao baseDao) voidGenericDao.setBaseDao(BaseDao baseDao) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaseDao in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return BaseDaoModifier and TypeMethodDescriptionprotected BaseDaoDefaultB2BCustomerService.getBaseDao()protected BaseDaoDefaultB2BItemService.getBaseDao()Deprecated, for removal: This API element is subject to removal in a future version.protected BaseDaoDefaultB2BOrderService.getBaseDao()protected BaseDaoDefaultB2BPermissionService.getBaseDao()protected BaseDaoDefaultB2BReportingService.getBaseDao()protected BaseDaoDefaultB2BWorkflowIntegrationService.getBaseDao()Methods in de.hybris.platform.b2b.services.impl with parameters of type BaseDaoModifier and TypeMethodDescriptionvoidDefaultB2BCustomerService.setBaseDao(BaseDao baseDao) voidDefaultB2BItemService.setBaseDao(BaseDao baseDao) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BOrderService.setBaseDao(BaseDao baseDao) voidDefaultB2BPermissionService.setBaseDao(BaseDao baseDao) voidDefaultB2BReportingService.setBaseDao(BaseDao baseDao) voidDefaultB2BWorkflowIntegrationService.setBaseDao(BaseDao baseDao)