Package org.intermine.web.struts
Class DisplayLookupMessageHandler
- java.lang.Object
-
- org.intermine.web.struts.DisplayLookupMessageHandler
-
public class DisplayLookupMessageHandler extends java.lang.Object
- Author:
- Matthew Wakeling, Xavier Watkins
-
-
Constructor Summary
Constructors Constructor Description DisplayLookupMessageHandler()
-
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 lookupboolean
isIssues()
Check if there are any identifiers that didn't match.
-
-
-
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 resultssession
- the sessionproperties
- propertiestype
- the typeextraConstraint
- the extra constraint
-
isIssues
public boolean isIssues()
Check if there are any identifiers that didn't match.- Returns:
- true if there are any issues
-
-