Uses of Class
com.hybris.backoffice.model.user.BackofficeRoleModel
Packages that use BackofficeRoleModel
Package
Description
-
Uses of BackofficeRoleModel in com.hybris.backoffice.cockpitng.core.user.impl
Methods in com.hybris.backoffice.cockpitng.core.user.impl that return types with arguments of type BackofficeRoleModelModifier and TypeMethodDescriptionprotected Set<BackofficeRoleModel>DefaultPlatformAuthorityGroupService.getAllBackofficeRoles()Methods in com.hybris.backoffice.cockpitng.core.user.impl with parameters of type BackofficeRoleModelModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.core.user.impl.AuthorityGroupDefaultPlatformAuthorityGroupService.wrapBackofficeRoleModel(BackofficeRoleModel backofficeRoleModel) -
Uses of BackofficeRoleModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type BackofficeRoleModelModifier and TypeMethodDescriptionBackofficeRoleDao.findAllBackofficeRoles()Finds all existingBackofficeRoleModels . -
Uses of BackofficeRoleModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type BackofficeRoleModel -
Uses of BackofficeRoleModel in com.hybris.backoffice.user
Methods in com.hybris.backoffice.user that return types with arguments of type BackofficeRoleModelModifier and TypeMethodDescriptionBackofficeRoleService.getActiveRoleModel()Returns an optional of the active backoffice role or an empty optional if no role is active.DefaultBackofficeRoleService.getActiveRoleModel()