Package | Description |
---|---|
de.xima.fc.gui.bean.application.templates | |
de.xima.fc.gui.bean.project | |
de.xima.fc.gui.bean.user | |
de.xima.fc.gui.common.bean | |
de.xima.fc.gui.common.statics | |
de.xima.fc.gui.common.utils | |
de.xima.fc.gui.model | |
de.xima.fc.interfaces.setup | |
de.xima.fc.manager | |
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
de.xima.fc.mdl.fdv |
Klassen zur Formulardatenverarbeitung
|
de.xima.fc.setup |
Package to create clients, trigger updates and configure the system-logger
|
Modifier and Type | Method and Description |
---|---|
RolePropertyEntryModel |
RolePropertiesTemplateBean.findByEAccessProperty(List<RolePropertyEntryModel> searchList,
EAccessProperty prop) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectPermissionBean.canAccessProjectPage(Projekt project,
EAccessProperty... properties) |
Modifier and Type | Method and Description |
---|---|
Map<EAccessProperty,Boolean> |
UserRoleBean.getFcPropertyMap() |
Modifier and Type | Method and Description |
---|---|
void |
UserRoleBean.setFcPropertyMap(Map<EAccessProperty,Boolean> fcPropertyMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewBean.containsPropertyKey(EAccessProperty propertyKey) |
boolean |
ViewBean.getAccessPropertyValue(EAccessProperty propertyKey) |
void |
ViewBean.overrideAccessPropertyValue(EAccessProperty propertyKey,
boolean propertyValue)
Sets the access property to the given value (
true to grant permission, false to revoke
permission). |
void |
ViewBean.overrideAccessPropertyValue(EAccessProperty propertyKey,
boolean propertyValue,
boolean force)
Sets the access property to the given value (
true to grant permission, false to revoke
permission). |
void |
ViewBean.setAccessPropertyValue(EAccessProperty propertyKey,
boolean propertyValue)
Sets the access property to the given value (
true to grant permission, false to revoke
permission). |
Modifier and Type | Method and Description |
---|---|
List<EAccessProperty> |
EViews.getAccessProperties() |
Modifier and Type | Method and Description |
---|---|
void |
EViews.setAccessProperties(List<EAccessProperty> accessProperties) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionUtils.canUserAccessProjectPage(UserContext uc,
Benutzer user,
Projekt project,
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).
|
Modifier and Type | Method and Description |
---|---|
EAccessProperty |
RolePropertyEntryModel.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
RolePropertyEntryModel.setValue(EAccessProperty value) |
Constructor and Description |
---|
RolePropertyEntryModel(EAccessProperty prop,
Locale loc) |
Modifier and Type | Method and Description |
---|---|
default List<EAccessProperty> |
IDefaultMandantData.getClientadminRoleProperties()
Deprecated.
|
List<EAccessProperty> |
IClientCreateData.getClientadminRoleProperties() |
List<EAccessProperty> |
IDefaultMandantData.getMandantAdminProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessManager.hasAccess(Benutzer benutzer,
EAccessProperty property) |
static boolean |
AccessManager.hasAccessViaLicense(EAccessProperty property) |
Modifier and Type | Method and Description |
---|---|
EAccessProperty |
EAccessProperty.getParent() |
EAccessProperty[] |
EAccessProperty.getSubs() |
static EAccessProperty |
EAccessProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAccessProperty[] |
EAccessProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<EAccessProperty> |
EAccessProperty.getChildren() |
List<EAccessProperty> |
EAccessProperty.getChildrenRecursive() |
Modifier and Type | Method and Description |
---|---|
Map<EAccessProperty,Boolean> |
RolleProperties.getFcPropertyMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
RolleProperties.getFCProperty(EAccessProperty propertyKey) |
void |
RolleProperties.setFCProperty(EAccessProperty propertyKey,
boolean value) |
Modifier and Type | Method and Description |
---|---|
List<EAccessProperty> |
DefaultClientData.getClientadminRoleProperties() |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.