Uses of Interface
org.teamapps.application.api.privilege.StandardPrivilegeGroup
-
Uses of StandardPrivilegeGroup in org.teamapps.application.api.application
Methods in org.teamapps.application.api.application with parameters of type StandardPrivilegeGroup Modifier and Type Method Description default booleanApplicationInstanceDataMethods. isAllowed(StandardPrivilegeGroup group, Privilege privilege) -
Uses of StandardPrivilegeGroup in org.teamapps.application.api.privilege
Classes in org.teamapps.application.api.privilege that implement StandardPrivilegeGroup Modifier and Type Class Description classStandardPrivilegeGroupImplMethods in org.teamapps.application.api.privilege that return StandardPrivilegeGroup Modifier and Type Method Description StandardPrivilegeGroupApplicationPrivilegeBuilder. addDefaultStandardPrivilegeGroup(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey)StandardPrivilegeGroupApplicationPrivilegeBuilder. addStandardPrivilegeGroup(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, Privilege... privileges)static StandardPrivilegeGroupPrivilegeGroup. createStandardPrivilegeGroup(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, Privilege... privileges)Methods in org.teamapps.application.api.privilege with parameters of type StandardPrivilegeGroup Modifier and Type Method Description booleanApplicationPrivilegeProvider. isAllowed(StandardPrivilegeGroup group, Privilege privilege) -
Uses of StandardPrivilegeGroup in org.teamapps.application.server
Methods in org.teamapps.application.server with parameters of type StandardPrivilegeGroup Modifier and Type Method Description booleanDevApplicationData. isAllowed(StandardPrivilegeGroup group, Privilege privilege)booleanDevApplicationRolePrivilegeProvider. isAllowed(StandardPrivilegeGroup standardPrivilegeGroup, Privilege privilege) -
Uses of StandardPrivilegeGroup in org.teamapps.application.ux.form
Constructors in org.teamapps.application.ux.form with parameters of type StandardPrivilegeGroup Constructor Description FormController(ApplicationInstanceData applicationInstanceData, org.teamapps.ux.component.form.AbstractForm<?,ENTITY> form, org.teamapps.databinding.TwoWayBindableValue<ENTITY> selectedEntity, java.util.function.Supplier<ENTITY> createNewEntitySupplier, StandardPrivilegeGroup standardPrivilegeGroup) -
Uses of StandardPrivilegeGroup in org.teamapps.application.ux.view
Constructors in org.teamapps.application.ux.view with parameters of type StandardPrivilegeGroup Constructor Description MasterDetailController(org.teamapps.icons.Icon entityIcon, java.lang.String entityTitle, ApplicationInstanceData applicationInstanceData, java.util.function.Supplier<org.teamapps.universaldb.pojo.Query<ENTITY>> querySupplier, StandardPrivilegeGroup standardPrivilegeGroup)