Package ru.bgcrm.struts.action
Class GSMAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
ru.bgcrm.struts.action.BaseAction
ru.bgcrm.struts.action.GSMAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class ru.bgcrm.struts.action.BaseAction
FORWARD_DEFAULT, log, mapper, 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.ActionForwardcreateWaybill(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetContract(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetDataFromMonth(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetUserCarList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetUserDailyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetUserMonthlyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetWaybill(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardgetWorkerDays(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) org.apache.struts.action.ActionForwardpostUserMonthlyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) Methods inherited from class ru.bgcrm.struts.action.BaseAction
checkModifyed, dispatchMethod, getAccess, getDefaultMapper, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, unspecified, unspecified, unspecified, unspecified, unspecified, writeBytesToOutputStreamMethods inherited from class org.apache.struts.actions.DispatchAction
cancelled, execute, getMethod, getMethodName, getParameterMethods 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
-
VACATION_SHIFT_ID
public static final int VACATION_SHIFT_ID- See Also:
-
SICK_LEAVE_SHIFT_ID
public static final int SICK_LEAVE_SHIFT_ID- See Also:
-
SATURDAY
public static final int SATURDAY- See Also:
-
SUNDAY
public static final int SUNDAY- See Also:
-
WORKING_DAY_TYPE_ID
public static final int WORKING_DAY_TYPE_ID- See Also:
-
DAY_OFF_TYPE_ID
public static final int DAY_OFF_TYPE_ID- See Also:
-
POTENTIAL_WORKING_DAY_TYPE_ID
public static final int POTENTIAL_WORKING_DAY_TYPE_ID- See Also:
-
CALENDAR_DAY_OFF_TYPE_ID
public static final int CALENDAR_DAY_OFF_TYPE_ID- See Also:
-
CALENDAR_HOLIDAY_TYPE_ID
public static final int CALENDAR_HOLIDAY_TYPE_ID- See Also:
-
CALENDAR_ID
public static final int CALENDAR_ID- See Also:
-
-
Constructor Details
-
GSMAction
public GSMAction()
-
-
Method Details
-
getContract
public org.apache.struts.action.ActionForward getContract(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception - Throws:
Exception
-
getUserCarList
public org.apache.struts.action.ActionForward getUserCarList(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception - Throws:
Exception
-
createWaybill
public org.apache.struts.action.ActionForward createWaybill(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception - Throws:
Exception
-
getWaybill
public org.apache.struts.action.ActionForward getWaybill(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception - Throws:
Exception
-
getWorkerDays
public org.apache.struts.action.ActionForward getWorkerDays(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws BGException - Throws:
BGException
-
postUserMonthlyRoutes
public org.apache.struts.action.ActionForward postUserMonthlyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws BGException - Throws:
BGException
-
getUserMonthlyRoutes
public org.apache.struts.action.ActionForward getUserMonthlyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws BGException - Throws:
BGException
-
getUserDailyRoutes
public org.apache.struts.action.ActionForward getUserDailyRoutes(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws BGException - Throws:
BGException
-
getDataFromMonth
public org.apache.struts.action.ActionForward getDataFromMonth(org.apache.struts.action.ActionMapping mapping, DynActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Connection con) throws Exception - Throws:
Exception
-