Interface B2BBudgetDao

All Superinterfaces:
GenericDao<B2BBudgetModel>
All Known Implementing Classes:
DefaultB2BBudgetDao

public interface B2BBudgetDao extends GenericDao<B2BBudgetModel>
A data access object around B2BBudgetModel
  • Method Details

    • findBudgetByCode

      B2BBudgetModel findBudgetByCode(String code)
      Parameters:
      code - the code
      Returns:
      budget matching the code