Package org.bgerp.action
Class DemoAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.bgerp.action.base.BaseAction
org.bgerp.action.open.DemoAction
org.bgerp.action.DemoAction
-
Field Summary
Fields inherited from class org.bgerp.action.base.BaseAction
l, MAPPER, PATH_JSP_ADMIN, PATH_JSP_OPEN, PATH_JSP_USER, PATH_JSP_USERMOB, setupFields inherited from class org.apache.struts.actions.DispatchAction
clazz, methods, typesFields inherited from class org.apache.struts.actions.BaseAction
messagesFields inherited from class org.apache.struts.action.Action
servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardentityDelete(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardentityGet(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardentityList(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardentityUpdate(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardenumValues(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardformSend(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardtabContentFirst(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardtabContentSecond(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardunspecified(DynActionForm form, ConnectionSet conSet) Default action method if no parameter 'action' passed.Methods inherited from class org.bgerp.action.base.BaseAction
checkModified, dispatchMethod, getParameter, html, html, json, json, permissionCheck, restoreRequestParams, unspecified, updatePersonalizationMethods inherited from class org.apache.struts.actions.DispatchAction
cancelled, execute, getMethod, getMethodName, unspecifiedMethods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
Constructor Details
-
DemoAction
public DemoAction()
-
-
Method Details
-
unspecified
Description copied from class:BaseActionDefault action method if no parameter 'action' passed. Overwrite and implement.- Overrides:
unspecifiedin classDemoAction- Parameters:
form-conSet-- Returns:
-
enumValues
-
tabContentFirst
public org.apache.struts.action.ActionForward tabContentFirst(DynActionForm form, ConnectionSet conSet) -
tabContentSecond
public org.apache.struts.action.ActionForward tabContentSecond(DynActionForm form, ConnectionSet conSet) -
formSend
public org.apache.struts.action.ActionForward formSend(DynActionForm form, ConnectionSet conSet) throws BGIllegalArgumentException - Throws:
BGIllegalArgumentException
-
entityList
public org.apache.struts.action.ActionForward entityList(DynActionForm form, Connection con) throws SQLException - Throws:
SQLException
-
entityGet
public org.apache.struts.action.ActionForward entityGet(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
entityUpdate
public org.apache.struts.action.ActionForward entityUpdate(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
entityDelete
public org.apache.struts.action.ActionForward entityDelete(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-