@UrlBinding(value="/action/applicationtreelayer") @StrictBinding public class ApplicationTreeLayerActionBean extends ApplicationActionBean
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() |
List<Group> |
getAllGroups() |
Long |
getAppLayerFeatureType() |
ApplicationLayer |
getApplicationLayer() |
String |
getAttribute() |
Map<String,String> |
getAttributeAliases() |
org.json.JSONArray |
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 |
load() |
void |
loadInfo() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setAllGroups(List<Group> allGroups) |
void |
setAppLayerFeatureType(Long appLayerFeatureType) |
void |
setApplicationLayer(ApplicationLayer applicationLayer) |
void |
setAttribute(String attribute) |
void |
setAttributeAliases(Map<String,String> attributeAliases) |
void |
setAttributesJSON(org.json.JSONArray 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() |
getApplication, getApplicationName, getContext, initApplication, 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.JSONException@Before(stages=BindingAndValidation) public void load()
public net.sourceforge.stripes.action.Resolution save()
throws org.json.JSONException
org.json.JSONExceptionpublic ApplicationLayer getApplicationLayer()
public void setApplicationLayer(ApplicationLayer applicationLayer)
public org.json.JSONArray getAttributesJSON()
public void setAttributesJSON(org.json.JSONArray 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)
Copyright © 2016. All rights reserved.