Uses of Interface
de.hybris.platform.b2b.dao.B2BBudgetDao
-
Packages that use B2BBudgetDao Package Description de.hybris.platform.b2b.dao.impl de.hybris.platform.b2b.services.impl -
-
Uses of B2BBudgetDao in de.hybris.platform.b2b.dao.impl
Classes in de.hybris.platform.b2b.dao.impl that implement B2BBudgetDao Modifier and Type Class Description classDefaultB2BBudgetDaoA data access object aroundB2BBudgetModel -
Uses of B2BBudgetDao in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BBudgetDao Modifier and Type Method Description protected B2BBudgetDaoDefaultB2BBudgetService. getB2bBudgetDao()protected B2BBudgetDaoDefaultB2BCostCenterService. getB2bBudgetDao()Methods in de.hybris.platform.b2b.services.impl with parameters of type B2BBudgetDao Modifier and Type Method Description voidDefaultB2BBudgetService. setB2bBudgetDao(B2BBudgetDao b2bBudgetDao)voidDefaultB2BCostCenterService. setB2bBudgetDao(B2BBudgetDao b2bBudgetDao)
-