@UrlBinding(value="/action/applicationstartmap/{$event}")
@StrictBinding
@RolesAllowed(value={"Admin","ApplicationAdmin"})
public class ApplicationStartMapActionBean
extends ApplicationActionBean
allGroups, application, applicationId, context| Constructor and Description |
|---|
ApplicationStartMapActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
canContentBeSelected() |
org.json.JSONArray |
getAllCheckedLayers() |
String |
getCheckedLayersString() |
String |
getContentToBeSelected() |
String |
getLevelId() |
String |
getNodeId() |
String |
getReaddedLayersString() |
String |
getRemovedRecordsString() |
Level |
getRootlevel() |
String |
getSelectedContent() |
net.sourceforge.stripes.action.Resolution |
loadApplicationTree() |
net.sourceforge.stripes.action.Resolution |
loadSelectedLayers() |
protected org.json.JSONArray |
loadSelectedLayers(javax.persistence.EntityManager em) |
protected void |
removeStartLevel(Level l,
javax.persistence.EntityManager em) |
net.sourceforge.stripes.action.Resolution |
save() |
protected void |
saveStartMap(javax.persistence.EntityManager em) |
void |
setAllCheckedLayers(org.json.JSONArray allCheckedLayers) |
void |
setCheckedLayersString(String checkedLayersString) |
void |
setContentToBeSelected(String contentToBeSelected) |
void |
setLevelId(String levelId) |
void |
setNodeId(String nodeId) |
void |
setReaddedLayersString(String readdedLayersString) |
void |
setRemovedRecordsString(String removedRecordsString) |
void |
setRootlevel(Level rootlevel) |
void |
setSelectedContent(String selectedContent) |
net.sourceforge.stripes.action.Resolution |
view() |
protected void |
walkAppTreeForSave(Level l,
javax.persistence.EntityManager em,
boolean unremove) |
protected static void |
walkAppTreeForStartMap(List selectedContent,
Level l,
Application app) |
getAllGroups, getApplication, getApplicationName, getContext, initApplication, setAllGroups, setApplication, setApplicationName, setContext@DefaultHandler
@DontValidate
public net.sourceforge.stripes.action.Resolution view()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution save()
throws org.json.JSONException
org.json.JSONExceptionprotected void saveStartMap(javax.persistence.EntityManager em)
public net.sourceforge.stripes.action.Resolution canContentBeSelected()
protected void walkAppTreeForSave(Level l, javax.persistence.EntityManager em, boolean unremove) throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution loadApplicationTree()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution loadSelectedLayers()
throws org.json.JSONException
org.json.JSONExceptionprotected org.json.JSONArray loadSelectedLayers(javax.persistence.EntityManager em)
protected static void walkAppTreeForStartMap(List selectedContent, Level l, Application app)
protected void removeStartLevel(Level l, javax.persistence.EntityManager em)
public String getCheckedLayersString()
public void setCheckedLayersString(String checkedLayersString)
public String getSelectedContent()
public void setSelectedContent(String selectedContent)
public Level getRootlevel()
public void setRootlevel(Level rootlevel)
public String getLevelId()
public void setLevelId(String levelId)
public org.json.JSONArray getAllCheckedLayers()
public void setAllCheckedLayers(org.json.JSONArray allCheckedLayers)
public String getNodeId()
public void setNodeId(String nodeId)
public String getContentToBeSelected()
public void setContentToBeSelected(String contentToBeSelected)
public String getRemovedRecordsString()
public void setRemovedRecordsString(String removedRecordsString)
public String getReaddedLayersString()
public void setReaddedLayersString(String readdedLayersString)
Copyright © 2018. All rights reserved.