B - an extension of B2BBudgetModelU - an extension of UserModelpublic interface B2BBudgetService<B extends B2BBudgetModel,U extends UserModel>
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<B> |
findPagedBudgets(PageableData pageableData)
Gets list of
SearchPageData for pagination given the required pagination parameters with
PageableData |
B |
getB2BBudgetForCode(java.lang.String code)
Get
B2BBudgetModel of specified code. |
java.util.Set<B> |
getB2BBudgets() |
java.util.Collection<B> |
getCurrentBudgets(B2BCostCenterModel costCenter)
Gets the current budgets that are active for a cost center and have the same currency as the cost center.
|
boolean |
isBudgetExisting(java.lang.String code)
Deprecated.
Since 6.0. Use
getB2BBudgetForCode(String) directly (it will return null if budget does not exist).
Checks whether the budget exists regardless of visibility constraints |
B getB2BBudgetForCode(java.lang.String code)
B2BBudgetModel of specified code. Returns null if none found.code - the codejava.util.Set<B> getB2BBudgets()
B2BBudgetModel - all B2BBudgets to which the caller has visibility.java.util.Collection<B> getCurrentBudgets(B2BCostCenterModel costCenter)
costCenter - the cost center@Deprecated boolean isBudgetExisting(java.lang.String code)
getB2BBudgetForCode(String) directly (it will return null if budget does not exist).
Checks whether the budget exists regardless of visibility constraintscode - the budget's codeSearchPageData<B> findPagedBudgets(PageableData pageableData)
SearchPageData for pagination given the required pagination parameters with
PageableDatapageableData - Pagination informationB2BBudgetModel objectsCopyright © 2018 SAP SE. All Rights Reserved.