Class MovementAction
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.plugin.inventory.action.MovementAction
Actions for stock movements (receipt, reserve, writeoff, return, transfer).
Mapped at /user/plugin/inventory/movement.do
-
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.ActionForwardprocessTab(DynActionForm form, ConnectionSet conSet) Shows movement form for a process tab.org.apache.struts.action.ActionForwardrecord(DynActionForm form, ConnectionSet conSet) Records a new stock movement (reserve, writeoff, receipt, etc.).org.apache.struts.action.ActionForwardrecordMultiple(DynActionForm form, ConnectionSet conSet) Records multiple reserve movements at once (called from the Materials process tab).org.apache.struts.action.ActionForwardunreserve(DynActionForm form, ConnectionSet conSet) Cancels a previously recorded reserve by creating an unreserve movement.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
-
MovementAction
public MovementAction()
-
-
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
-
processTab
public org.apache.struts.action.ActionForward processTab(DynActionForm form, ConnectionSet conSet) throws Exception Shows movement form for a process tab.- Throws:
Exception
-
recordMultiple
public org.apache.struts.action.ActionForward recordMultiple(DynActionForm form, ConnectionSet conSet) throws Exception Records multiple reserve movements at once (called from the Materials process tab).- Throws:
Exception
-
unreserve
public org.apache.struts.action.ActionForward unreserve(DynActionForm form, ConnectionSet conSet) throws Exception Cancels a previously recorded reserve by creating an unreserve movement.- Throws:
Exception
-
record
public org.apache.struts.action.ActionForward record(DynActionForm form, ConnectionSet conSet) throws Exception Records a new stock movement (reserve, writeoff, receipt, etc.).- Throws:
Exception
-