public class DefaultB2BBudgetService extends java.lang.Object implements B2BBudgetService<B2BBudgetModel,B2BCustomerModel>
B2BBudgetService| Constructor and Description |
|---|
DefaultB2BBudgetService() |
public java.util.Collection<B2BBudgetModel> getCurrentBudgets(B2BCostCenterModel costCenter)
B2BBudgetServicegetCurrentBudgets in interface B2BBudgetService<B2BBudgetModel,B2BCustomerModel>costCenter - the cost center@Deprecated public boolean isBudgetExisting(java.lang.String code)
isBudgetExisting in interface B2BBudgetService<B2BBudgetModel,B2BCustomerModel>code - the budget's codepublic java.util.Set<B2BBudgetModel> getB2BBudgets()
getB2BBudgets in interface B2BBudgetService<B2BBudgetModel,B2BCustomerModel>B2BBudgetModel - all B2BBudgets to which the caller has visibility.public B2BBudgetModel getB2BBudgetForCode(java.lang.String code)
B2BBudgetServiceB2BBudgetModel of specified code. Returns null if none found.getB2BBudgetForCode in interface B2BBudgetService<B2BBudgetModel,B2BCustomerModel>code - the codepublic SearchPageData<B2BBudgetModel> findPagedBudgets(PageableData pageableData)
B2BBudgetServiceSearchPageData for pagination given the required pagination parameters with
PageableDatafindPagedBudgets in interface B2BBudgetService<B2BBudgetModel,B2BCustomerModel>pageableData - Pagination informationB2BBudgetModel objectsprotected B2BBudgetDao getB2bBudgetDao()
public void setB2bBudgetDao(B2BBudgetDao b2bBudgetDao)
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
protected SearchRestrictionService getSearchRestrictionService()
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
protected PagedGenericDao<B2BBudgetModel> getPagedB2BBudgetDao()
public void setPagedB2BBudgetDao(PagedGenericDao<B2BBudgetModel> pagedB2BBudgetDao)
Copyright © 2018 SAP SE. All Rights Reserved.