@Deprecated public class DefaultB2BItemService extends AbstractBusinessService implements B2BItemService
AbstractService.SerializableDTO| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
roles
Deprecated.
The role groups.
|
modelService, sessionService, txManagertenant| Constructor and Description |
|---|
DefaultB2BItemService()
Deprecated.
|
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, setTenantScope, writeReplace@Deprecated public B2BBudgetModel findB2BBudgetByCode(String code)
B2BBudgetService.getB2BBudgetForCode(String)findB2BBudgetByCode in interface B2BItemServicecode - the code@Deprecated public B2BCustomerModel findB2BCustomerByCode(String code)
B2BCustomerService.getUserForUID(String)findB2BCustomerByCode in interface B2BItemServicecode - the code@Deprecated public B2BUserGroupModel findB2BUserGroupByCode(String code)
UserService.getUserGroupForUID(String, Class)findB2BUserGroupByCode in interface B2BItemServicecode - the group codeB2BUserGroupModel@Deprecated public PrincipalGroupModel findPrincipalGroupByCode(String code)
UserService.getUserGroupForUID(String, Class)findPrincipalGroupByCode in interface B2BItemServicecode - the group codePrincipalGroupModel@Deprecated public B2BCostCenterModel findB2BCostCenterByCode(String code)
findB2BCostCenterByCode in interface B2BItemServicecode - the code@Deprecated public boolean budgetExists(String code)
B2BBudgetService.isBudgetExisting(String) Checks whether
the budget exists regardless of visibility constraintsbudgetExists in interface B2BItemServicecode - @Deprecated public boolean costCenterExists(String code)
B2BCostCenterService.isCostCenterExisting(String) Checks
whether the cost center exists regardless of visibility constraintsB2BItemServicecostCenterExists in interface B2BItemServicecode - @Deprecated public Set<B2BBudgetModel> findAllB2BBudgets()
B2BBudgetService.getB2BBudgets()findAllB2BBudgets in interface B2BItemServiceB2BBudgetModel to which the user has visibility.@Deprecated public Set<B2BCustomerModel> findAllApprovers()
B2BCustomerService.getAllUsers()findAllApprovers in interface B2BItemServiceSet of B2BCustomerModel@Deprecated public Set<B2BUserGroupModel> findAllB2BUserGroups()
B2BCustomerService.getAllB2BUserGroups()findAllB2BUserGroups in interface B2BItemServiceSet of B2BUserGroupModel@Deprecated public List<PrincipalGroupModel> findAllRoleGroups()
findAllRoleGroups in interface B2BItemService@Deprecated public <M extends ItemModel> List<M> findAllItems(Class<M> model)
findAllItems in interface B2BItemServicepublic void setBaseDao(BaseDao baseDao)
protected BaseDao getBaseDao()
public SearchRestrictionService getSearchRestrictionService()
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
Copyright © 2017 SAP SE. All Rights Reserved.