| Package | Description |
|---|---|
| io.tesler.model.core.api | |
| io.tesler.model.core.entity.security | |
| io.tesler.model.core.listeners.hbn.change.security | |
| io.tesler.model.core.service |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupService.addGroupToGroup(Group parent,
Group group)
Add the group to the group
|
void |
GroupService.addUserToGroup(Group parent,
User user)
Add the user to the group
|
Set<Long> |
GroupService.getAllGroupMembers(Group group)
Returns a set of user identifiers for all members of the group
|
Set<Long> |
GroupService.getDirectGroupMembers(Group group)
Returns a set of identifiers of users who are direct members of the group
|
boolean |
GroupService.isGroupInGroup(Group parent,
Group group)
Is the group a member of the group directly
|
boolean |
GroupService.isUserInGroup(Group parent,
User user)
Is the user a member of the group directly
|
void |
GroupService.removeGroupFromGroup(Group parent,
Group group)
Remove the group from the group
|
void |
GroupService.removeUserFromGroup(Group parent,
User user)
Removes the user from the group
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<GroupAccessorRelation,Group> |
GroupAccessorRelation_.group |
static javax.persistence.metamodel.SingularAttribute<Group,String> |
Group_.name |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Group> |
GroupChangeListener.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupServiceImpl.addGroupToGroup(Group parent,
Group group) |
void |
GroupServiceImpl.addUserToGroup(Group parent,
User user) |
Set<Long> |
GroupServiceImpl.getAllGroupMembers(Group group) |
Set<Long> |
GroupServiceImpl.getDirectGroupMembers(Group group) |
boolean |
GroupServiceImpl.isGroupInGroup(Group parent,
Group group) |
boolean |
GroupServiceImpl.isUserInGroup(Group parent,
User user) |
void |
GroupServiceImpl.removeGroupFromGroup(Group parent,
Group group) |
void |
GroupServiceImpl.removeUserFromGroup(Group parent,
User user) |
Copyright © 2018–2021 Tesler. All rights reserved.