| Package | Description |
|---|---|
| org.appng.appngizer.controller | |
| org.appng.appngizer.model | |
| org.appng.core.repository |
Persistence and Database related stuff, mostly
SearchRepository-specializations. |
| org.appng.core.service |
The service layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupController.addRoles(GroupImpl group,
Group fromDomain) |
void |
GroupController.updateRoles(Roles roles,
GroupImpl group) |
| Modifier and Type | Method and Description |
|---|---|
static GroupImpl |
Group.toDomain(Group g) |
| Modifier and Type | Method and Description |
|---|---|
GroupImpl |
GroupRepository.findByName(String name) |
GroupImpl |
GroupRepository.getGroup(Integer groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupImpl> |
GroupRepository.findByDefaultAdmin(boolean defaultAdmin) |
List<GroupImpl> |
GroupRepository.findGroupsForApplicationRole(Integer applicationRoleId) |
| Modifier and Type | Method and Description |
|---|---|
GroupImpl |
CoreService.createGroup(GroupImpl group) |
GroupImpl |
CoreService.getGroupByName(String name) |
GroupImpl |
CoreService.getGroupByName(String name,
boolean init) |
| Modifier and Type | Method and Description |
|---|---|
GroupImpl |
CoreService.createGroup(GroupImpl group) |
void |
CoreService.deleteGroup(GroupImpl group) |
void |
CoreService.updateGroup(GroupImpl group) |
Copyright © 2011–2018 aiticon GmbH. All rights reserved.