Uses of Class
de.hybris.platform.b2b.dao.impl.BaseDao
-
Packages that use BaseDao Package Description de.hybris.platform.b2b.dao.impl de.hybris.platform.b2b.services.impl -
-
Uses of BaseDao in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return BaseDao Modifier and Type Method Description BaseDaoDefaultB2BOrderDao. getBaseDao()BaseDaoGenericDao. 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 BaseDao Modifier and Type Method Description voidDefaultB2BOrderDao. 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 BaseDao Modifier and Type Method Description protected 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 BaseDao Modifier and Type Method Description voidDefaultB2BCustomerService. 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)
-