public class DefaultPlatformAuthorityGroupService
extends AbstractAuthorityGroupService
| Constructor and Description |
|---|
DefaultPlatformAuthorityGroupService() |
| Modifier and Type | Method and Description |
|---|---|
AuthorityGroup |
getActiveAuthorityGroupForUser(String userId) |
List<AuthorityGroup> |
getAllAuthorityGroups() |
List<AuthorityGroup> |
getAllAuthorityGroupsForUser(String userId) |
AuthorityGroup |
getAuthorityGroup(String code) |
protected BackofficeRoleDao |
getBackofficeRoleDao() |
protected CockpitUserService |
getCockpitUserService() |
void |
setActiveAuthorityGroupForUser(AuthorityGroup authorityGroup) |
void |
setBackofficeRoleDao(BackofficeRoleDao backofficeRoleDao) |
void |
setCockpitSessionService(CockpitSessionService cockpitSessionService) |
void |
setCockpitUserService(CockpitUserService cockpitUserService) |
void |
setUserService(UserService userService) |
protected AuthorityGroup |
wrapBackofficeRoleModel(BackofficeRoleModel backofficeRoleModel) |
public DefaultPlatformAuthorityGroupService()
public AuthorityGroup getActiveAuthorityGroupForUser(String userId)
public List<AuthorityGroup> getAllAuthorityGroups()
public List<AuthorityGroup> getAllAuthorityGroupsForUser(String userId)
protected AuthorityGroup wrapBackofficeRoleModel(BackofficeRoleModel backofficeRoleModel)
public AuthorityGroup getAuthorityGroup(String code)
public void setActiveAuthorityGroupForUser(AuthorityGroup authorityGroup)
public void setCockpitSessionService(CockpitSessionService cockpitSessionService)
public void setUserService(UserService userService)
protected CockpitUserService getCockpitUserService()
public void setCockpitUserService(CockpitUserService cockpitUserService)
protected BackofficeRoleDao getBackofficeRoleDao()
public void setBackofficeRoleDao(BackofficeRoleDao backofficeRoleDao)
Copyright © 2017 SAP SE. All Rights Reserved.