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 RolleRolleAPI. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)Method for adding a module to a existing role.RolleRolleAPI. getAdminRolle(UserContext uc, Mandant mandant)Method for determining a admin role of a client.RolleRolleAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the role with the given UUIDRolleRolleAPI. 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 RolleRolleAPI. 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 voidDaoActionHookHelper. removeModulDependency(IEntityContext ec, Rolle rolle)static voidDaoActionHookHelper. 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 RolleRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)RolleRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)RolleRolleDao. 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 ModulModulDao. 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 RolleIRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)RolleIRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the role with the given UUIDRolleIRolleDao. 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 ModulIModulDao. 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 RolleBenutzer. getRolle()RolleLDAPGruppe. 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 voidModul. addRolle(Rolle rolle)voidModul. removeRolle(Rolle rolle)voidBenutzer. setRolle(Rolle rolle)voidLDAPGruppe. setRolle(Rolle rolle)Method parameters in de.xima.fc.entities with type arguments of type Rolle Modifier and Type Method Description voidModul. 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 RolleUserRoleBean.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 voidUserRoleBean.EntityListModelImpl. setSelected(Rolle selected)Method parameters in de.xima.fc.gui.bean.user with type arguments of type Rolle Modifier and Type Method Description voidUserRoleBean. 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 booleanPermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)static booleanPermissionUtils. 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 RolleRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)RolleRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)RolleRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)RolleRolleHandler. 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 RolleRolleHandler. 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 RolleIRolleHandler. addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)RolleIRolleHandler. getAdminRolle(UserContext uc, Mandant mandant)RolleIRolleHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the role with the given UUIDRolleIRolleHandler. 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 RolleIRolleHandler. 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 booleanRollePropertyHelper. 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 RolleIClientCreateData. getClientAdminRole(Locale locale)default RolleIDefaultMandantData. getClientAdminRole(Locale locale)Deprecated.RolleIDefaultMandantData. 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 classVirtualRolle - 
Uses of Rolle in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return Rolle Modifier and Type Method Description RolleERollen. 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 RolleDefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)RolleDefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.will be removed.RolleDefaultClientData. getClientAdminRole(Locale locale)protected RolleDefaultClientData. 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 BenutzerDefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)protected BenutzerDefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role) 
 -