| Package | Description |
|---|---|
| nl.b3p.viewer.config.app | |
| nl.b3p.viewer.config.security | |
| nl.b3p.viewer.config.services | |
| nl.b3p.viewer.util |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLayer |
StartLayer.getApplicationLayer() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLayer> |
Application.TreeCache.getApplicationLayers() |
List<ApplicationLayer> |
Level.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Level.containsLayerInSubtree(ApplicationLayer appLayer) |
Level |
Level.getParentInSubtree(ApplicationLayer appLayer) |
void |
StartLayer.setApplicationLayer(ApplicationLayer applicationLayer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Level.setLayers(List<ApplicationLayer> layers) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Authorizations.checkAppLayerReadAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
static void |
Authorizations.checkAppLayerWriteAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isAppLayerReadAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
Authorizations.ApplicationCache appCache,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isAppLayerReadAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isAppLayerWriteAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
Authorizations.ApplicationCache appCache,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isAppLayerWriteAuthorized(Application app,
ApplicationLayer al,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLayer> |
Layer.getApplicationLayers(javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
static List<ApplicationLayer> |
LayerListHelper.getLayers(Application application,
Boolean filterable,
Boolean bufferable,
Boolean editable,
Boolean influence,
Boolean arc,
Boolean wfs,
Boolean attribute,
Boolean hasConfiguredLayers,
List<Long> possibleLayers,
javax.persistence.EntityManager em)
Get a list of Layers from the level and its subLevels.
|
Copyright © 2017. All rights reserved.