public class SelectedContentCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATIONS_KEY |
static String |
DETAIL_CACHED_EXPANDED_SELECTED_CONTENT |
static String |
DETAIL_CACHED_EXPANDED_SELECTED_CONTENT_DIRTY |
static String |
DETAIL_CACHED_SELECTED_CONTENT |
static String |
DETAIL_CACHED_SELECTED_CONTENT_DIRTY |
| Constructor and Description |
|---|
SelectedContentCache() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
createSelectedContent(Application app,
boolean validXmlTags,
boolean includeAppLayerAttributes,
boolean includeRelations,
javax.persistence.EntityManager em) |
org.json.JSONObject |
getSelectedContent(javax.servlet.http.HttpServletRequest request,
Application app,
boolean validXmlTags,
boolean includeAppLayerAttributes,
boolean includeRelations,
javax.persistence.EntityManager em) |
static void |
setApplicationCacheDirty(Application app,
Boolean dirty,
Boolean expanded,
Boolean onlyThisApplication,
javax.persistence.EntityManager em) |
static void |
setApplicationCacheDirty(Application app,
Boolean dirty,
Boolean expanded,
javax.persistence.EntityManager em) |
public static final String AUTHORIZATIONS_KEY
public static final String DETAIL_CACHED_SELECTED_CONTENT
public static final String DETAIL_CACHED_SELECTED_CONTENT_DIRTY
public static final String DETAIL_CACHED_EXPANDED_SELECTED_CONTENT
public static final String DETAIL_CACHED_EXPANDED_SELECTED_CONTENT_DIRTY
public org.json.JSONObject getSelectedContent(javax.servlet.http.HttpServletRequest request,
Application app,
boolean validXmlTags,
boolean includeAppLayerAttributes,
boolean includeRelations,
javax.persistence.EntityManager em)
throws org.json.JSONException
org.json.JSONExceptionpublic org.json.JSONObject createSelectedContent(Application app, boolean validXmlTags, boolean includeAppLayerAttributes, boolean includeRelations, javax.persistence.EntityManager em) throws org.json.JSONException
org.json.JSONExceptionpublic static void setApplicationCacheDirty(Application app, Boolean dirty, Boolean expanded, javax.persistence.EntityManager em)
public static void setApplicationCacheDirty(Application app, Boolean dirty, Boolean expanded, Boolean onlyThisApplication, javax.persistence.EntityManager em)
Copyright © 2016. All rights reserved.