public class OrganizationAction extends KaartenbalieCrudAction
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CAPABILITY_WARNING_KEY |
protected static String |
CREDITS_JOINED_KEY |
protected static String |
DELETE_ADMIN_ERROR_KEY |
protected static String |
ORG_NOTFOUND_ERROR_KEY |
protected static String |
ORGANIZATION_LINKED_ERROR_KEY |
protected static String |
USER_JOINED_KEY |
protected static String |
USER_ORGS_MAINSOORT |
ACKNOWLEDGE_MESSAGES, UNKNOWN_SES_USER_ERROR_KEY| Constructor and Description |
|---|
OrganizationAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createLists(org.apache.struts.validator.DynaValidatorForm form,
javax.servlet.http.HttpServletRequest request) |
org.apache.struts.action.ActionForward |
delete(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
deleteConfirm(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
edit(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
editRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected Map |
getActionMethodPropertiesMap() |
protected Organization |
getOrganization(org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
boolean createNew) |
org.apache.struts.action.ActionForward |
listRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
populateOrganizationForm(Organization organization,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request) |
protected void |
populateOrganizationTree(Organization organization,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request) |
org.apache.struts.action.ActionForward |
save(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
saveRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
createTree, createTree, createTree, createWfsTree, createWfsTree, execute, getEntityManager, getLayerByUniqueName, getLayerID, getUnspecifiedAlternateForward, getWfsLayerByUniqueNamecancel, cancelled, confirm, create, getAction, getAltAction, getUnspecifiedDefaultForward, list, prepareMethod, saveConfirmaddAlternateMessage, addAlternateMessage, addDefaultMessage, addDefaultMessage, getActionMethodPropertiesClass, getAlternateForward, getDefaultForward, redispatch, redispatchFormFieldaddAttributeMessage, addAttributeMessage, addMessage, addMessage, addMessage, addMessage, addMessage, getMethodProperties, getParameterMethodMapgetDispatchedMethodName, getDispatchedParameter, getMethodPathIndex, parseParameter, setDispatchMethodcancelled, getMethod, unspecifieddispatchMethod, getMethodName, getParameteraddErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletprotected static final String ORGANIZATION_LINKED_ERROR_KEY
protected static final String CAPABILITY_WARNING_KEY
protected static final String ORG_NOTFOUND_ERROR_KEY
protected static final String DELETE_ADMIN_ERROR_KEY
protected static final String USER_JOINED_KEY
protected static final String CREDITS_JOINED_KEY
protected static final String USER_ORGS_MAINSOORT
protected Map getActionMethodPropertiesMap()
getActionMethodPropertiesMap in class nl.b3p.commons.struts.CrudActionpublic org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
unspecified in class nl.b3p.commons.struts.CrudActionExceptionpublic org.apache.struts.action.ActionForward listRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward edit(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
edit in class nl.b3p.commons.struts.CrudActionExceptionpublic org.apache.struts.action.ActionForward editRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward save(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.hibernate.HibernateException,
Exception
save in class nl.b3p.commons.struts.CrudActionorg.hibernate.HibernateExceptionExceptionpublic org.apache.struts.action.ActionForward saveRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.hibernate.HibernateException,
Exception
org.hibernate.HibernateExceptionExceptionpublic org.apache.struts.action.ActionForward deleteConfirm(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
deleteConfirm in class nl.b3p.commons.struts.CrudActionExceptionpublic org.apache.struts.action.ActionForward delete(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.validator.DynaValidatorForm dynaForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.hibernate.HibernateException,
Exception
delete in class nl.b3p.commons.struts.CrudActionorg.hibernate.HibernateExceptionExceptionprotected void populateOrganizationForm(Organization organization, org.apache.struts.validator.DynaValidatorForm dynaForm, javax.servlet.http.HttpServletRequest request) throws Exception
Exceptionprotected void populateOrganizationTree(Organization organization, org.apache.struts.validator.DynaValidatorForm dynaForm, javax.servlet.http.HttpServletRequest request) throws Exception
Exceptionprotected void createLists(org.apache.struts.validator.DynaValidatorForm form,
javax.servlet.http.HttpServletRequest request)
throws org.hibernate.HibernateException,
org.json.JSONException,
Exception
createLists in class nl.b3p.commons.struts.CrudActionorg.hibernate.HibernateExceptionorg.json.JSONExceptionExceptionprotected Organization getOrganization(org.apache.struts.validator.DynaValidatorForm dynaForm, javax.servlet.http.HttpServletRequest request, boolean createNew) throws Exception
ExceptionCopyright © 2015. All rights reserved.