@Deprecated public class DefaultB2BItemService extends java.lang.Object implements B2BItemService
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
roles
Deprecated.
The role groups.
|
| Constructor and Description |
|---|
DefaultB2BItemService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
budgetExists(java.lang.String code)
Deprecated.
Since 4.4. Use
B2BBudgetService.isBudgetExisting(String) Checks whether
the budget exists regardless of visibility constraints |
boolean |
costCenterExists(java.lang.String code)
Deprecated.
Since 4.4. Use
B2BCostCenterService.isCostCenterExisting(String) Checks
whether the cost center exists regardless of visibility constraints |
java.util.Set<B2BCustomerModel> |
findAllApprovers()
Deprecated.
Since 4.4. Use
B2BCustomerService.getAllUsers() |
java.util.Set<B2BBudgetModel> |
findAllB2BBudgets()
Deprecated.
Since 4.4. Use
B2BBudgetService.getB2BBudgets() |
java.util.Set<B2BUserGroupModel> |
findAllB2BUserGroups()
Deprecated.
Since 4.4.
B2BCustomerService.getAllB2BUserGroups() |
<M extends ItemModel> |
findAllItems(java.lang.Class<M> model)
Deprecated.
Since 4.4.
|
java.util.List<PrincipalGroupModel> |
findAllRoleGroups()
Deprecated.
Since 4.4.
|
B2BBudgetModel |
findB2BBudgetByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
B2BBudgetService.getB2BBudgetForCode(String) |
B2BCostCenterModel |
findB2BCostCenterByCode(java.lang.String code)
Deprecated.
|
B2BCustomerModel |
findB2BCustomerByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
B2BCustomerService.getUserForUID(String) |
B2BUserGroupModel |
findB2BUserGroupByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
UserService.getUserGroupForUID(String, Class) |
PrincipalGroupModel |
findPrincipalGroupByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
UserService.getUserGroupForUID(String, Class) |
protected BaseDao |
getBaseDao()
Deprecated.
|
protected java.util.List<java.lang.String> |
getRoles()
Deprecated.
|
protected SearchRestrictionService |
getSearchRestrictionService()
Deprecated.
|
protected SessionService |
getSessionService()
Deprecated.
|
void |
setBaseDao(BaseDao baseDao)
Deprecated.
|
void |
setRoles(java.util.List<java.lang.String> roles)
Deprecated.
|
void |
setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
Deprecated.
|
void |
setSessionService(SessionService sessionService)
Deprecated.
|
@Deprecated public B2BBudgetModel findB2BBudgetByCode(java.lang.String code)
B2BBudgetService.getB2BBudgetForCode(String)findB2BBudgetByCode in interface B2BItemServicecode - the code@Deprecated public B2BCustomerModel findB2BCustomerByCode(java.lang.String code)
B2BCustomerService.getUserForUID(String)findB2BCustomerByCode in interface B2BItemServicecode - the code@Deprecated public B2BUserGroupModel findB2BUserGroupByCode(java.lang.String code)
UserService.getUserGroupForUID(String, Class)findB2BUserGroupByCode in interface B2BItemServicecode - the group codeB2BUserGroupModel@Deprecated public PrincipalGroupModel findPrincipalGroupByCode(java.lang.String code)
UserService.getUserGroupForUID(String, Class)findPrincipalGroupByCode in interface B2BItemServicecode - the group codePrincipalGroupModel@Deprecated public B2BCostCenterModel findB2BCostCenterByCode(java.lang.String code)
B2BCostCenterService.getCostCenterForCode(String)findB2BCostCenterByCode in interface B2BItemServicecode - the code@Deprecated public boolean budgetExists(java.lang.String code)
B2BBudgetService.isBudgetExisting(String) Checks whether
the budget exists regardless of visibility constraintsbudgetExists in interface B2BItemServicecode - @Deprecated public boolean costCenterExists(java.lang.String code)
B2BCostCenterService.isCostCenterExisting(String) Checks
whether the cost center exists regardless of visibility constraintsB2BItemServicecostCenterExists in interface B2BItemServicecode - @Deprecated public java.util.Set<B2BBudgetModel> findAllB2BBudgets()
B2BBudgetService.getB2BBudgets()findAllB2BBudgets in interface B2BItemServiceB2BBudgetModel to which the user has visibility.@Deprecated public java.util.Set<B2BCustomerModel> findAllApprovers()
B2BCustomerService.getAllUsers()findAllApprovers in interface B2BItemServiceSet of B2BCustomerModel@Deprecated public java.util.Set<B2BUserGroupModel> findAllB2BUserGroups()
B2BCustomerService.getAllB2BUserGroups()findAllB2BUserGroups in interface B2BItemServiceSet of B2BUserGroupModel@Deprecated public java.util.List<PrincipalGroupModel> findAllRoleGroups()
findAllRoleGroups in interface B2BItemService@Deprecated public <M extends ItemModel> java.util.List<M> findAllItems(java.lang.Class<M> model)
findAllItems in interface B2BItemServiceprotected java.util.List<java.lang.String> getRoles()
public void setRoles(java.util.List<java.lang.String> roles)
public void setBaseDao(BaseDao baseDao)
protected BaseDao getBaseDao()
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
protected SearchRestrictionService getSearchRestrictionService()
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
Copyright © 2018 SAP SE. All Rights Reserved.