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 Details

  • Constructor Details

    • ReworkEntryWorker

      public ReworkEntryWorker()
  • Method Details

    • saveInDbAndRework

      public static void saveInDbAndRework(String tokenUid, AtgEntry entry)
    • doPost

      protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
      Overrides:
      doPost in class javax.servlet.http.HttpServlet
      Throws:
      IOException
    • getConnectedEntry

      public static AtgEntry getConnectedEntry(String matchType, UserProfile profile, AtgEntry savingEntry, List<AtgEntry> entranceCandidates, AtTheGateAppUser appUser)
    • getPreviousEntryInProfile

      public static AtgEntry getPreviousEntryInProfile(AtgEntry savingEntry, List<AtgEntry> entranceCandidates)