| Package | Description |
|---|---|
| nl.b3p.viewer.config.app | |
| nl.b3p.viewer.config.security | |
| nl.b3p.viewer.util |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.createMashup(String mashupName,
javax.persistence.EntityManager em,
boolean linkComponents) |
Application |
Application.deepCopy() |
Application |
StartLevel.getApplication() |
Application |
StartLayer.getApplication() |
Application |
ConfiguredComponent.getApplication() |
Application |
Bookmark.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
Set<Application> |
Level.findApplications(javax.persistence.EntityManager em)
Find the applications this level is used in.
|
List<Application> |
Application.getMashups(javax.persistence.EntityManager em) |
Map<Application,StartLayer> |
ApplicationLayer.getStartLayers() |
Map<Application,StartLevel> |
Level.getStartLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Application.processBookmarks(Application previousApplication,
net.sourceforge.stripes.action.ActionBeanContext context,
javax.persistence.EntityManager em) |
void |
Level.processForMashup(Application mashup,
Application motherApp) |
void |
StartLevel.setApplication(Application application) |
void |
StartLayer.setApplication(Application application) |
void |
ConfiguredComponent.setApplication(Application application) |
void |
Bookmark.setApplication(Application application) |
org.json.JSONObject |
Level.toJSONObject(boolean includeChildrenIds,
Application app,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
org.json.JSONObject |
ApplicationLayer.toJSONObject(boolean includeAttributes,
boolean includeRelations,
javax.persistence.EntityManager em,
Application app) |
void |
Application.transferMashup(Application old,
javax.persistence.EntityManager em)
When a workversion of an application is published, sometimes (determined
by the user) the mashups should "follow" the published version: the
mashup should always point to the published version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLayer.setStartLayers(Map<Application,StartLayer> startLayers) |
void |
Level.setStartLevels(Map<Application,StartLevel> startLevels) |
| 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 void |
Authorizations.checkLevelReadAuthorized(Application app,
Level l,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
static Authorizations.ApplicationCache |
Authorizations.getApplicationCache(Application app,
javax.persistence.EntityManager em) |
static Authorizations.ApplicationCache |
Authorizations.getApplicationCacheFromRequest(Application app,
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) |
static boolean |
Authorizations.isApplicationReadAuthorized(Application app,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isLevelReadAuthorized(Application app,
Level l,
javax.servlet.http.HttpServletRequest request,
Authorizations.ApplicationCache appCache,
javax.persistence.EntityManager em) |
static boolean |
Authorizations.isLevelReadAuthorized(Application app,
Level l,
javax.servlet.http.HttpServletRequest request,
javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
SelectedContentCache.createSelectedContent(Application app,
boolean validXmlTags,
boolean includeAppLayerAttributes,
boolean includeRelations,
javax.persistence.EntityManager em) |
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.
|
org.json.JSONObject |
SelectedContentCache.getSelectedContent(javax.servlet.http.HttpServletRequest request,
Application app,
boolean validXmlTags,
boolean includeAppLayerAttributes,
boolean includeRelations,
javax.persistence.EntityManager em) |
static void |
SelectedContentCache.setApplicationCacheDirty(Application app,
Boolean dirty,
Boolean expanded,
Boolean onlyThisApplication,
javax.persistence.EntityManager em) |
static void |
SelectedContentCache.setApplicationCacheDirty(Application app,
Boolean dirty,
Boolean expanded,
javax.persistence.EntityManager em) |
Copyright © 2017. All rights reserved.