Interface PagedB2BBudgetDao<M>
-
- Type Parameters:
M-
- All Superinterfaces:
PagedGenericDao<M>
- All Known Implementing Classes:
DefaultPagedB2BBudgetDao
@Deprecated(since="6.0", forRemoval=true) public interface PagedB2BBudgetDao<M> extends PagedGenericDao<M>Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UsePagedGenericDaodirectly instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SearchPageData<B2BBudgetModel>findPagedBudgets(java.lang.String sortCode, PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.Return paged budget models-
Methods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
-
-
-
Method Detail
-
findPagedBudgets
SearchPageData<B2BBudgetModel> findPagedBudgets(java.lang.String sortCode, PageableData pageableData)
Deprecated, for removal: This API element is subject to removal in a future version.Return paged budget models- Parameters:
sortCode-pageableData-- Returns:
- A paged result of budgets
-
-