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 |
---|---|
protected void |
RoleController.addPermissionsAndSave(String app,
Role role,
RoleImpl appRole) |
Modifier and Type | Method and Description |
---|---|
static RoleImpl |
Role.toDomain(Role r) |
Modifier and Type | Method and Description |
---|---|
RoleImpl |
RoleRepository.findByApplicationIdAndName(Integer applicationId,
String name) |
RoleImpl |
RoleRepository.findByApplicationNameAndName(String applicationName,
String name) |
Modifier and Type | Method and Description |
---|---|
List<RoleImpl> |
RoleRepository.findByApplicationId(Integer applicationId) |
List<RoleImpl> |
RoleRepository.findRolesForApplicationAndSite(Integer siteId,
Integer applicationId) |
List<RoleImpl> |
RoleRepository.findRolesForSite(Integer siteId) |
Modifier and Type | Method and Description |
---|---|
RoleImpl |
CoreService.getApplicationRoleForApplication(String applicationName,
String roleName) |
RoleImpl |
CoreService.initRole(RoleImpl role) |
Modifier and Type | Method and Description |
---|---|
List<RoleImpl> |
CoreService.getApplicationRoles() |
List<RoleImpl> |
CoreService.getApplicationRolesForApplication(Integer applicationId) |
Modifier and Type | Method and Description |
---|---|
RoleImpl |
CoreService.initRole(RoleImpl role) |
void |
CoreService.saveRole(RoleImpl role) |
Copyright © 2011–2020 aiticon GmbH. All rights reserved.