public interface B2BItemService
@Deprecated B2BBudgetModel findB2BBudgetByCode(String code)
B2BCostCenterService.getB2BBudgetForCode(String) Find b2 b budget by code.code - the code@Deprecated B2BCustomerModel findB2BCustomerByCode(String code)
B2BCustomerService.getUserForUID(String)code - the code@Deprecated B2BUserGroupModel findB2BUserGroupByCode(String code)
UserService.getUserGroupForUID(String, Class)code - the group codeB2BUserGroupModel@Deprecated PrincipalGroupModel findPrincipalGroupByCode(String code)
UserService.getUserGroupForUID(String, Class)code - the group codePrincipalGroupModel@Deprecated B2BCostCenterModel findB2BCostCenterByCode(String code)
B2BCostCenterService.getCostCenterForCode(String)code - the code@Deprecated Set<B2BBudgetModel> findAllB2BBudgets()
B2BCostCenterService.getB2BBudgets()B2BBudgetModel to which the user has visibility.@Deprecated Set<B2BCustomerModel> findAllApprovers()
B2BCustomerService.getAllUsers()Set of B2BCustomerModel@Deprecated Set<B2BUserGroupModel> findAllB2BUserGroups()
B2BCustomerService.getAllB2BUserGroups()Set of B2BUserGroupModel@Deprecated List<PrincipalGroupModel> findAllRoleGroups()
@Deprecated <M extends ItemModel> List<M> findAllItems(Class<M> model)
model - @Deprecated boolean budgetExists(String code)
B2BBudgetService.isBudgetExisting(String) Checks whether
the budget exists regardless of visibility constraintscode - @Deprecated boolean costCenterExists(String code)
B2BCostCenterService.isCostCenterExisting(String)code - Copyright © 2017 SAP SE. All Rights Reserved.