Class AdminSyncAction
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.sync1c.action.AdminSyncAction
Admin UI for sync1c plugin.
Manages 1C instances, engineer-warehouse mappings, import log.
-
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.ActionForwardexportQueue(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardexportQueueDelete(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardexportQueueRetry(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportApply(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportApplyAll(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportLog(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportNow(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportPending(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardimportReject(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmappingCreate(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmappingDelete(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmappingList(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardmappingUpdate(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardtestConnection(DynActionForm form, ConnectionSet conSet) org.apache.struts.action.ActionForwardunspecified(DynActionForm form, ConnectionSet conSet) Default action method if no parameter 'action' passed.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
-
AdminSyncAction
public AdminSyncAction()
-
-
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
-
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
-
testConnection
public org.apache.struts.action.ActionForward testConnection(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
mappingList
public org.apache.struts.action.ActionForward mappingList(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
mappingCreate
public org.apache.struts.action.ActionForward mappingCreate(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
mappingUpdate
public org.apache.struts.action.ActionForward mappingUpdate(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
mappingDelete
public org.apache.struts.action.ActionForward mappingDelete(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importNow
public org.apache.struts.action.ActionForward importNow(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importPending
public org.apache.struts.action.ActionForward importPending(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importApply
public org.apache.struts.action.ActionForward importApply(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importApplyAll
public org.apache.struts.action.ActionForward importApplyAll(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importReject
public org.apache.struts.action.ActionForward importReject(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
importLog
public org.apache.struts.action.ActionForward importLog(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
exportQueue
public org.apache.struts.action.ActionForward exportQueue(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
exportQueueRetry
public org.apache.struts.action.ActionForward exportQueueRetry(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-
exportQueueDelete
public org.apache.struts.action.ActionForward exportQueueDelete(DynActionForm form, ConnectionSet conSet) throws Exception - Throws:
Exception
-