Package net.atthegate.server.servlet
Class ReworkEntryWorker
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.atthegate.server.servlet.ReworkEntryWorker
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ReworkEntryWorker
extends javax.servlet.http.HttpServlet
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doPost
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static AtgEntry
getConnectedEntry
(String matchType, UserProfile profile, AtgEntry savingEntry, List<AtgEntry> entranceCandidates, AtTheGateAppUser appUser) static AtgEntry
getPreviousEntryInProfile
(AtgEntry savingEntry, List<AtgEntry> entranceCandidates) static void
saveInDbAndRework
(String tokenUid, AtgEntry entry) Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
dateFormatter
-
URL
- See Also:
-
-
Constructor Details
-
ReworkEntryWorker
public ReworkEntryWorker()
-
-
Method Details
-
saveInDbAndRework
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException - Overrides:
doPost
in classjavax.servlet.http.HttpServlet
- Throws:
IOException
-
getConnectedEntry
public static AtgEntry getConnectedEntry(String matchType, UserProfile profile, AtgEntry savingEntry, List<AtgEntry> entranceCandidates, AtTheGateAppUser appUser) -
getPreviousEntryInProfile
-