@UrlBinding(value="/action/feature/editbulk")
@StrictBinding
public class EditBulkFeatureActionBean
extends nl.b3p.i18n.LocalizableActionBean
implements nl.b3p.viewer.audit.Auditable
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
entityManager |
protected Layer |
layer |
protected org.geotools.data.simple.SimpleFeatureStore |
store |
| Constructor and Description |
|---|
EditBulkFeatureActionBean() |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
determineLocaleForBundle(net.sourceforge.stripes.action.ActionBeanContext context,
Application application) |
net.sourceforge.stripes.action.Resolution |
editbulk() |
org.json.JSONObject |
editbulkResponse() |
ApplicationLayer |
getAppLayer() |
Application |
getApplication() |
nl.b3p.viewer.audit.AuditMessageObject |
getAuditMessageObject() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
org.json.JSONObject |
getCurrentFeature() |
javax.persistence.EntityManager |
getEntityManager() |
String |
getFeatures() |
Layer |
getLayer() |
org.geotools.data.simple.SimpleFeatureStore |
getStore() |
void |
initAudit() |
void |
initBundle() |
void |
setAppLayer(ApplicationLayer appLayer) |
void |
setApplication(Application application) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setCurrentFeature(org.json.JSONObject currentFeature) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
void |
setFeatures(String features) |
protected org.geotools.data.simple.SimpleFeatureStore store
protected Layer layer
protected javax.persistence.EntityManager entityManager
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic Application getApplication()
public void setApplication(Application application)
public String getFeatures()
public void setFeatures(String features)
public ApplicationLayer getAppLayer()
public void setAppLayer(ApplicationLayer appLayer)
public org.geotools.data.simple.SimpleFeatureStore getStore()
public org.json.JSONObject getCurrentFeature()
public void setCurrentFeature(org.json.JSONObject currentFeature)
public void setEntityManager(javax.persistence.EntityManager entityManager)
public javax.persistence.EntityManager getEntityManager()
public Layer getLayer()
public nl.b3p.viewer.audit.AuditMessageObject getAuditMessageObject()
getAuditMessageObject in interface nl.b3p.viewer.audit.Auditable@Before(stages=EventHandling) public void initAudit()
@DefaultHandler
public net.sourceforge.stripes.action.Resolution editbulk()
throws org.json.JSONException
org.json.JSONExceptionpublic org.json.JSONObject editbulkResponse()
throws org.json.JSONException
org.json.JSONException@After(stages=BindingAndValidation) public void initBundle()
initBundle in class nl.b3p.i18n.LocalizableActionBeanpublic static Locale determineLocaleForBundle(net.sourceforge.stripes.action.ActionBeanContext context, Application application)
Copyright © 2020. All rights reserved.