@UrlBinding(value="/action/applicationtreelayer") @StrictBinding @RolesAllowed(value={"Admin","ApplicationAdmin"}) public class ApplicationTreeLayerActionBean extends ApplicationActionBean
allGroups, application, applicationId, context| Constructor and Description |
|---|
ApplicationTreeLayerActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
attributes() |
net.sourceforge.stripes.action.Resolution |
edit() |
Long |
getAppLayerFeatureType() |
ApplicationLayer |
getApplicationLayer() |
String |
getAttribute() |
Map<String,String> |
getAttributeAliases() |
org.json.JSONArray |
getAttributesConfig() |
org.json.JSONObject |
getAttributesJSON() |
Map<String,String> |
getDetails() |
String |
getDisplayName() |
List<String> |
getGroupsRead() |
List<String> |
getGroupsWrite() |
List<String> |
getSelectedAttributes() |
List<Map> |
getStyles() |
org.json.JSONObject |
getStylesTitleJson() |
net.sourceforge.stripes.action.Resolution |
getUniqueValues() |
boolean |
isEditable() |
void |
loadInfo() |
protected List<ConfiguredAttribute> |
processAttributes(javax.persistence.EntityManager em,
org.json.JSONArray attributeOrder,
org.json.JSONArray attributesConfig,
List<ConfiguredAttribute> appAttributes) |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setAppLayerFeatureType(Long appLayerFeatureType) |
void |
setApplicationLayer(ApplicationLayer applicationLayer) |
void |
setAttribute(String attribute) |
void |
setAttributeAliases(Map<String,String> attributeAliases) |
void |
setAttributesConfig(org.json.JSONArray attributesConfig) |
void |
setAttributesJSON(org.json.JSONObject attributesJSON) |
void |
setDetails(Map<String,String> details) |
void |
setDisplayName(String displayName) |
void |
setEditable(boolean editable) |
void |
setGroupsRead(List<String> groupsRead) |
void |
setGroupsWrite(List<String> groupsWrite) |
void |
setSelectedAttributes(List<String> selectedAttributes) |
void |
setStyles(List<Map> styles) |
void |
setStylesTitleJson(org.json.JSONObject stylesTitleJson) |
void |
synchronizeFeatureType() |
net.sourceforge.stripes.action.Resolution |
view() |
getAllGroups, getApplication, getApplicationName, getContext, initApplication, setAllGroups, setApplication, setApplicationName, setContext@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
@Before
public void loadInfo()
throws org.json.JSONException
org.json.JSONException@Before
public void synchronizeFeatureType()
throws org.json.JSONException
org.json.JSONException@DontValidate
public net.sourceforge.stripes.action.Resolution edit()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution attributes()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution getUniqueValues()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution save()
throws org.json.JSONException
org.json.JSONExceptionprotected List<ConfiguredAttribute> processAttributes(javax.persistence.EntityManager em, org.json.JSONArray attributeOrder, org.json.JSONArray attributesConfig, List<ConfiguredAttribute> appAttributes)
public ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer applicationLayer)
public org.json.JSONObject getAttributesJSON()
public void setAttributesJSON(org.json.JSONObject attributesJSON)
public boolean isEditable()
public void setEditable(boolean editable)
public String getAttribute()
public void setAttribute(String attribute)
public org.json.JSONObject getStylesTitleJson()
public void setStylesTitleJson(org.json.JSONObject stylesTitleJson)
public String getDisplayName()
public void setDisplayName(String displayName)
public Long getAppLayerFeatureType()
public void setAppLayerFeatureType(Long appLayerFeatureType)
public org.json.JSONArray getAttributesConfig()
public void setAttributesConfig(org.json.JSONArray attributesConfig)
Copyright © 2018. All rights reserved.