Class RoleAssignmentDelegatedCustomPrivilegeGroupImpl
java.lang.Object
org.teamapps.application.api.privilege.AbstractPrivilegeGroup
org.teamapps.application.api.privilege.RoleAssignmentDelegatedCustomPrivilegeGroupImpl
- All Implemented Interfaces:
PrivilegeGroup,RoleAssignmentDelegatedCustomPrivilegeGroup
public class RoleAssignmentDelegatedCustomPrivilegeGroupImpl extends AbstractPrivilegeGroup implements RoleAssignmentDelegatedCustomPrivilegeGroup
-
Constructor Summary
Constructors Constructor Description RoleAssignmentDelegatedCustomPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges)RoleAssignmentDelegatedCustomPrivilegeGroupImpl(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.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction) -
Method Summary
Modifier and Type Method Description PrivilegeGroupcreateCopyWithPrivileges(Privilege... privileges)PrivilegeObjectgetPrivilegeObjectById(int id)Methods inherited from class org.teamapps.application.api.privilege.AbstractPrivilegeGroup
equals, getDescriptionKey, getIcon, getName, getPrivilegeObjectsSupplier, getPrivileges, getTitleKey, hashCode, setPrivilegeObjectsSupplierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.privilege.PrivilegeGroup
getDescriptionKey, getIcon, getName, getPrivileges, getTitleKeyMethods inherited from interface org.teamapps.application.api.privilege.RoleAssignmentDelegatedCustomPrivilegeGroup
getPrivilegeObjectsSupplier, getType
-
Constructor Details
-
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
public RoleAssignmentDelegatedCustomPrivilegeGroupImpl(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.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction) -
RoleAssignmentDelegatedCustomPrivilegeGroupImpl
public RoleAssignmentDelegatedCustomPrivilegeGroupImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.function.Function<java.lang.Integer,PrivilegeObject> privilegeObjectByIdFunction, Privilege... privileges)
-
-
Method Details
-
createCopyWithPrivileges
- Specified by:
createCopyWithPrivilegesin interfacePrivilegeGroup
-
getPrivilegeObjectById
- Specified by:
getPrivilegeObjectByIdin interfaceRoleAssignmentDelegatedCustomPrivilegeGroup
-