Package de.hybris.platform.b2b.dao
Interface B2BBudgetDao
-
- All Superinterfaces:
GenericDao<B2BBudgetModel>
- All Known Implementing Classes:
DefaultB2BBudgetDao
public interface B2BBudgetDao extends GenericDao<B2BBudgetModel>
A data access object aroundB2BBudgetModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B2BBudgetModelfindBudgetByCode(java.lang.String code)
-
-
-
Method Detail
-
findBudgetByCode
B2BBudgetModel findBudgetByCode(java.lang.String code)
- Parameters:
code- the code- Returns:
- budget matching the code
-
-