Class DefaultPlatformAuthorityGroupService
- java.lang.Object
-
- com.hybris.cockpitng.core.user.impl.AbstractAuthorityGroupService
-
- com.hybris.backoffice.cockpitng.core.user.impl.DefaultPlatformAuthorityGroupService
-
- All Implemented Interfaces:
com.hybris.cockpitng.core.user.AuthorityGroupService
- Direct Known Subclasses:
AdminModeAuthorityGroupService
public class DefaultPlatformAuthorityGroupService extends com.hybris.cockpitng.core.user.impl.AbstractAuthorityGroupServiceOnPremise implementation for retrieving and activating authority groups.
-
-
Constructor Summary
Constructors Constructor Description DefaultPlatformAuthorityGroupService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hybris.cockpitng.core.user.impl.AuthorityGroupgetActiveAuthorityGroupForUser(java.lang.String userId)java.util.List<com.hybris.cockpitng.core.user.impl.AuthorityGroup>getAllAuthorityGroups()java.util.List<com.hybris.cockpitng.core.user.impl.AuthorityGroup>getAllAuthorityGroupsForUser(java.lang.String userId)protected java.util.Set<BackofficeRoleModel>getAllBackofficeRoles()com.hybris.cockpitng.core.user.impl.AuthorityGroupgetAuthorityGroup(java.lang.String code)protected BackofficeRoleDaogetBackofficeRoleDao()protected com.hybris.cockpitng.core.user.CockpitUserServicegetCockpitUserService()voidsetActiveAuthorityGroupForUser(com.hybris.cockpitng.core.user.impl.AuthorityGroup authorityGroup)voidsetBackofficeRoleDao(BackofficeRoleDao backofficeRoleDao)voidsetCockpitSessionService(com.hybris.cockpitng.util.CockpitSessionService cockpitSessionService)voidsetCockpitUserService(com.hybris.cockpitng.core.user.CockpitUserService cockpitUserService)voidsetSearchRestrictionService(SearchRestrictionService searchRestrictionService)voidsetSessionService(SessionService sessionService)voidsetUserService(UserService userService)protected com.hybris.cockpitng.core.user.impl.AuthorityGroupwrapBackofficeRoleModel(BackofficeRoleModel backofficeRoleModel)
-
-
-
Method Detail
-
getActiveAuthorityGroupForUser
public com.hybris.cockpitng.core.user.impl.AuthorityGroup getActiveAuthorityGroupForUser(java.lang.String userId)
-
getAllBackofficeRoles
protected java.util.Set<BackofficeRoleModel> getAllBackofficeRoles()
-
getAllAuthorityGroups
public java.util.List<com.hybris.cockpitng.core.user.impl.AuthorityGroup> getAllAuthorityGroups()
-
getAllAuthorityGroupsForUser
public java.util.List<com.hybris.cockpitng.core.user.impl.AuthorityGroup> getAllAuthorityGroupsForUser(java.lang.String userId)
-
wrapBackofficeRoleModel
protected com.hybris.cockpitng.core.user.impl.AuthorityGroup wrapBackofficeRoleModel(BackofficeRoleModel backofficeRoleModel)
-
getAuthorityGroup
public com.hybris.cockpitng.core.user.impl.AuthorityGroup getAuthorityGroup(java.lang.String code)
-
setActiveAuthorityGroupForUser
public void setActiveAuthorityGroupForUser(com.hybris.cockpitng.core.user.impl.AuthorityGroup authorityGroup)
-
setCockpitSessionService
public void setCockpitSessionService(com.hybris.cockpitng.util.CockpitSessionService cockpitSessionService)
-
setUserService
public void setUserService(UserService userService)
-
getCockpitUserService
protected com.hybris.cockpitng.core.user.CockpitUserService getCockpitUserService()
-
setCockpitUserService
public void setCockpitUserService(com.hybris.cockpitng.core.user.CockpitUserService cockpitUserService)
-
getBackofficeRoleDao
protected BackofficeRoleDao getBackofficeRoleDao()
-
setBackofficeRoleDao
public void setBackofficeRoleDao(BackofficeRoleDao backofficeRoleDao)
-
setSessionService
public void setSessionService(SessionService sessionService)
-
setSearchRestrictionService
public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
-
-