Class DisplayLookupMessageHandler


  • public class DisplayLookupMessageHandler
    extends java.lang.Object
    Author:
    Matthew Wakeling, Xavier Watkins
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void handleMessages​(BagQueryResult bqr, javax.servlet.http.HttpSession session, java.util.Properties properties, java.lang.String type, java.lang.String extraConstraint)
      Generates and saves messages for bag lookup
      boolean isIssues()
      Check if there are any identifiers that didn't match.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisplayLookupMessageHandler

        public DisplayLookupMessageHandler()
    • Method Detail

      • handleMessages

        public static void handleMessages​(BagQueryResult bqr,
                                          javax.servlet.http.HttpSession session,
                                          java.util.Properties properties,
                                          java.lang.String type,
                                          java.lang.String extraConstraint)
        Generates and saves messages for bag lookup
        Parameters:
        bqr - the bag query results
        session - the session
        properties - properties
        type - the type
        extraConstraint - the extra constraint
      • isIssues

        public boolean isIssues()
        Check if there are any identifiers that didn't match.
        Returns:
        true if there are any issues