Package org.bgerp.action
Class MessageAction
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.MessageAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecial action for edit and delete not owned messages.static final StringKey for storing counter in personalization map.Fields inherited from class org.bgerp.action.base.BaseAction
l, log, 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.ActionForwardmessage(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmessageDelete(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmessageList(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmessageToggleTags(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardmessageUpdateProcess(DynActionForm form, Connection con) Important, called also inprocessCreate(DynActionForm, ConnectionSet)org.apache.struts.action.ActionForwardmessageUpdateProcessToCopy(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardmessageUpdateRead(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardmessageUpdateTags(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardmodifyNotOwned(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardnewMessageLoad(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessCreate(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessMessageCreateEdit(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessMessageCreateUpdate(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardprocessMessageDelete(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessMessageEdit(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessMessageList(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardprocessMessageUpdate(DynActionForm form, Connection con) org.apache.struts.action.ActionForwardtemplate(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
-
Field Details
-
UNPROCESSED_MESSAGES_PERSONAL_KEY
Key for storing counter in personalization map.- See Also:
-
ACTION_MODIFY_NOT_OWNED
Special action for edit and delete not owned messages.
-
-
Constructor Details
-
MessageAction
public MessageAction()
-
-
Method Details
-
unspecified
public org.apache.struts.action.ActionForward unspecified(DynActionForm form, ConnectionSet conSet) throws Exception Description copied from class:BaseActionDefault action method if no parameter 'action' passed. Overwrite and implement.- Overrides:
unspecifiedin classBaseAction- Parameters:
form-conSet-- Returns:
- Throws:
Exception
-
message
public org.apache.struts.action.ActionForward message(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
messageUpdateProcess
public org.apache.struts.action.ActionForward messageUpdateProcess(DynActionForm form, Connection con) throws Exception Important, called also inprocessCreate(DynActionForm, ConnectionSet)- Throws:
Exception
-
messageUpdateTags
public org.apache.struts.action.ActionForward messageUpdateTags(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
messageToggleTags
public org.apache.struts.action.ActionForward messageToggleTags(DynActionForm form, Connection con) throws SQLException - Throws:
SQLException
-
messageUpdateRead
public org.apache.struts.action.ActionForward messageUpdateRead(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
messageUpdateProcessToCopy
public org.apache.struts.action.ActionForward messageUpdateProcessToCopy(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
messageDelete
public org.apache.struts.action.ActionForward messageDelete(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
messageList
public org.apache.struts.action.ActionForward messageList(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
newMessageLoad
public org.apache.struts.action.ActionForward newMessageLoad(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
processCreate
public org.apache.struts.action.ActionForward processCreate(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
processMessageList
public org.apache.struts.action.ActionForward processMessageList(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
processMessageCreateEdit
public org.apache.struts.action.ActionForward processMessageCreateEdit(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
processMessageCreateUpdate
public org.apache.struts.action.ActionForward processMessageCreateUpdate(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
processMessageEdit
public org.apache.struts.action.ActionForward processMessageEdit(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
processMessageUpdate
public org.apache.struts.action.ActionForward processMessageUpdate(DynActionForm form, Connection con) throws Exception - Throws:
Exception
-
processMessageDelete
public org.apache.struts.action.ActionForward processMessageDelete(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
modifyNotOwned
public org.apache.struts.action.ActionForward modifyNotOwned(DynActionForm form, ConnectionSet conSet) -
template
-