Package net.atthegate.server.servlet
Class ReworkEntryIntegrations
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.atthegate.server.servlet.ReworkEntryIntegrations
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ReworkEntryIntegrations
extends javax.servlet.http.HttpServlet
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addToQueueIfNeeded
(AtTheGateAppUser user, AtgEntry entry) protected void
doPost
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static boolean
hasIntegration
(AtTheGateAppUser user, 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
-
URL
- See Also:
-
P_UID
- See Also:
-
P_ENTRY_KEY
- See Also:
-
-
Constructor Details
-
ReworkEntryIntegrations
public ReworkEntryIntegrations()
-
-
Method Details
-
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
-
addToQueueIfNeeded
-
hasIntegration
-