Class CustomObjectPrivilegeGroupImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.CustomObjectPrivilegeGroupImpl
- All Implemented Interfaces:
CustomObjectPrivilegeGroup,PrivilegeGroup
public class CustomObjectPrivilegeGroupImpl extends AbstractPrivilegeGroup implements CustomObjectPrivilegeGroup
-
Field Summary
Fields inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
LAUNCH_APPLICATION -
Constructor Summary
Constructors Constructor Description CustomObjectPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<Privilege> privileges, java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) -
Method Summary
Methods inherited from class org.teamapps.application.api.privilege.AbstractPrivilegeGroup
getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, setPrivilegeObjectsSupplier, setPrivilegesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.privilege.CustomObjectPrivilegeGroup
getTypeMethods inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey
-
Constructor Details
-
CustomObjectPrivilegeGroupImpl
public CustomObjectPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<Privilege> privileges, java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier)
-