Uses of Class
de.xima.fc.entities.Rolle
-
Packages that use Rolle Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.user de.xima.fc.gui.common.utils de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.importer.stager de.xima.fc.interfaces.setup de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.setup Package to create clients, trigger updates and configure the system-logger -
-
Uses of Rolle in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Rolle Modifier and Type Method Description Rolle
RolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Method for adding a module to a existing role.Rolle
RolleAPI. getAdminRolle(UserContext uc, Mandant mandant)
Method for determining a admin role of a client.Rolle
RolleAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUIDRolle
RolleAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.api.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
RolleAPI. getRollenByModul(UserContext uc, Modul modul)
Method for determining all roles by a module.Methods in de.xima.fc.api.entity with parameters of type Rolle Modifier and Type Method Description Rolle
RolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Method for adding a module to a existing role.List<Entityberechtigung>
EntityberechtigungAPI. getAllByRolle(UserContext uc, Rolle rolle)
Method for determining all entity authorizations by the role.List<Modul>
ModulAPI. getAllByRolle(UserContext uc, Rolle rolle)
Method for determining all modules by a role. -
Uses of Rolle in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type Rolle Modifier and Type Method Description static void
DaoActionHookHelper. removeModulDependency(IEntityContext ec, Rolle rolle)
static void
DaoActionHookHelper. syncBerechtigungen(IEntityContext ec, Rolle rolle)
-
Uses of Rolle in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Rolle Modifier and Type Method Description Rolle
RolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)
Rolle
RolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Rolle
RolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type Rolle Modifier and Type Method Description protected IFCDaoActionHook<Rolle>
RolleDao. getPostActionHook()
protected IFCDaoActionHook<Rolle>
RolleDao. getPreActionHook()
List<Rolle>
RolleDao. getRollenByModul(IEntityContext ec, Modul modul)
Methods in de.xima.fc.dao.impl with parameters of type Rolle Modifier and Type Method Description Modul
ModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul modul)
Deprecated. -
Uses of Rolle in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Rolle Modifier and Type Method Description Rolle
IRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)
Rolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IRolleDao. getRollenByModul(IEntityContext ec, Modul modul)
Methods in de.xima.fc.dao.interfaces with parameters of type Rolle Modifier and Type Method Description Modul
IModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update method -
Uses of Rolle in de.xima.fc.entities
Methods in de.xima.fc.entities that return Rolle Modifier and Type Method Description Rolle
Benutzer. getRolle()
Rolle
LDAPGruppe. getRolle()
Methods in de.xima.fc.entities that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
Modul. getRollen()
Liefert die Liste der zugeordneten RollenMethods in de.xima.fc.entities with parameters of type Rolle Modifier and Type Method Description void
Modul. addRolle(Rolle rolle)
void
Modul. removeRolle(Rolle rolle)
void
Benutzer. setRolle(Rolle rolle)
void
LDAPGruppe. setRolle(Rolle rolle)
Method parameters in de.xima.fc.entities with type arguments of type Rolle Modifier and Type Method Description void
Modul. setRollen(List<Rolle> rollen)
Ersetzt die Liste der Rollen mit der übergebenen -
Uses of Rolle in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return Rolle Modifier and Type Method Description Rolle
UserRoleBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type Rolle Modifier and Type Method Description IEntityListModelSelectByView<Rolle>
UserRoleBean. getModel()
List<Rolle>
LDAPGroupBean. getRoleList()
List<Rolle>
UserBean. getRoleList()
List<Rolle>
UserRoleBean. getRoleList()
Methods in de.xima.fc.gui.bean.user with parameters of type Rolle Modifier and Type Method Description void
UserRoleBean.EntityListModelImpl. setSelected(Rolle selected)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type Rolle Modifier and Type Method Description void
UserRoleBean. setModel(IEntityListModelSelectByView<Rolle> model)
-
Uses of Rolle in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type Rolle Modifier and Type Method Description static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)
static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Projekt project, boolean isEditingAllowed, EAccessProperty... props)
Whether the user is allowed access to the given project page (or action). -
Uses of Rolle in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Rolle Modifier and Type Method Description Rolle
RolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Rolle
RolleHandler. getAdminRolle(UserContext uc, Mandant mandant)
Rolle
RolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Rolle
RolleHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Methods in de.xima.fc.handler.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
RolleHandler. getRollenByModul(UserContext uc, Modul modul)
Methods in de.xima.fc.handler.entity with parameters of type Rolle Modifier and Type Method Description Rolle
RolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
List<Entityberechtigung>
EntityberechtigungHandler. getAllByRolle(UserContext uc, Rolle rolle)
List<Modul>
ModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
-
Uses of Rolle in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Rolle Modifier and Type Method Description Rolle
IRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Rolle
IRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)
Rolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUIDRolle
IRolleHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUIDMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IRolleHandler. getRollenByModul(UserContext uc, Modul modul)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type Rolle Modifier and Type Method Description Rolle
IRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
List<Entityberechtigung>
IEntityberechtigungHandler. getAllByRolle(UserContext uc, Rolle rolle)
List<Modul>
IModulHandler. getModuleByRolle(UserContext uc, Rolle rolle)
-
Uses of Rolle in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type Rolle Modifier and Type Method Description static boolean
RollePropertyHelper. updateAccessProperties(Rolle role)
Sets the defaults for missing access properties on the role, and removes access properties that do not exist anymore or are deprecated. -
Uses of Rolle in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Rolle Constructor Description UserRoleImportStager(IEntityContext ec, Rolle entity, Mandant client)
Deprecated. -
Uses of Rolle in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return Rolle Modifier and Type Method Description Rolle
IClientCreateData. getClientAdminRole(Locale locale)
default Rolle
IDefaultMandantData. getClientAdminRole(Locale locale)
Deprecated.Rolle
IDefaultMandantData. getMandantadminRolle(Locale locale)
Deprecated.Methods in de.xima.fc.interfaces.setup that return types with arguments of type Rolle Modifier and Type Method Description List<Rolle>
IClientCreateData. getAllNonAdminRoles(Locale locale)
default List<Rolle>
IDefaultMandantData. getAllNonAdminRoles(Locale locale)
Deprecated.List<Rolle>
IDefaultMandantData. getAllNonAdminRollen(Locale locale)
Deprecated. -
Uses of Rolle in de.xima.fc.mdl
Subclasses of Rolle in de.xima.fc.mdl Modifier and Type Class Description class
VirtualRolle
-
Uses of Rolle in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return Rolle Modifier and Type Method Description Rolle
ERollen. getAsNewRolle(Locale installLocale)
-
Uses of Rolle in de.xima.fc.setup
Methods in de.xima.fc.setup that return Rolle Modifier and Type Method Description protected Rolle
DefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Rolle
DefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.Rolle
DefaultClientData. getClientAdminRole(Locale locale)
protected Rolle
DefaultClientData. getInboxEditorRole(Locale locale)
Returns an new role for inbox-editorsMethods in de.xima.fc.setup that return types with arguments of type Rolle Modifier and Type Method Description protected List<Rolle>
DefaultClientCreator. createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
List<Rolle>
DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)
Deprecated.will be removed.ArrayList<Rolle>
DefaultClientData. getAllNonAdminRoles(Locale locale)
Methods in de.xima.fc.setup with parameters of type Rolle Modifier and Type Method Description protected Benutzer
DefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
protected Benutzer
DefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
-