Class StoreAction
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.StoreAction
CRUD actions for warehouses/stores and balance view.
Also handles store queue (list view with configurable columns/filters).
Mapped at /user/plugin/inventory/store.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.ActionForwardcreate(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwarddelete(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardedit(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardqueueFilter(DynActionForm form, ConnectionSet conSet) AJAX: load filter panel for a specific queue.org.apache.struts.action.ActionForwardqueueShow(DynActionForm form, ConnectionSet conSet) AJAX POST: execute search for a queue and return table rows.org.apache.struts.action.ActionForwardshow(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardunspecified(DynActionForm form, ConnectionSet conSet) Main store page: queue selector + filter/data divs.org.apache.struts.action.ActionForwardupdate(DynActionForm form, ConnectionSet conSet) 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
-
StoreAction
public StoreAction()
-
-
Method Details
-
unspecified
public org.apache.struts.action.ActionForward unspecified(DynActionForm form, ConnectionSet conSet) throws Exception Main store page: queue selector + filter/data divs.- Overrides:
unspecifiedin classBaseAction- Parameters:
form-conSet-- Returns:
- Throws:
Exception
-
queueFilter
public org.apache.struts.action.ActionForward queueFilter(DynActionForm form, ConnectionSet conSet) throws Exception AJAX: load filter panel for a specific queue.- Throws:
Exception
-
queueShow
public org.apache.struts.action.ActionForward queueShow(DynActionForm form, ConnectionSet conSet) throws Exception AJAX POST: execute search for a queue and return table rows.- Throws:
Exception
-
show
public org.apache.struts.action.ActionForward show(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
edit
public org.apache.struts.action.ActionForward edit(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
create
public org.apache.struts.action.ActionForward create(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
update
public org.apache.struts.action.ActionForward update(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
delete
public org.apache.struts.action.ActionForward delete(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-