Interface B2BCommerceBudgetService
- All Known Implementing Classes:
DefaultB2BCommerceBudgetService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionfindPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.<T extends B2BBudgetModel>
TgetBudgetModelForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.
-
Method Details
-
getBudgetModelForCode
@Deprecated(since="6.0", forRemoval=true) <T extends B2BBudgetModel> T getBudgetModelForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseB2BBudgetService.getB2BBudgetForCode(String)instead. Gets aB2BBudgetModelfor a given budget code- Parameters:
code- A unique identifier forB2BBudgetModel- Returns:
B2BBudgetModelobject
-
findPagedBudgets
@Deprecated(since="6.0", forRemoval=true) SearchPageData<B2BBudgetModel> findPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseDefaultB2BBudgetService.findPagedBudgets(PageableData)instead. Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableData- Parameters:
pageableData- Pagination information- Returns:
- List of paginated
B2BBudgetModelobjects
-
B2BBudgetServiceinstead. A service for budget management within b2b commerce