Class AbstractQueryConfigFactory

  • All Implemented Interfaces:
    QueryConfigFactory

    public abstract class AbstractQueryConfigFactory
    extends java.lang.Object
    implements QueryConfigFactory
    Created by carl.gould on 3/4/2015.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultDataKey()
      A string to use as the default "Data Key" name for this query
      java.lang.String getDisplayName()
      A human friendly name for this type of query
      java.lang.String getId()
      Return a unique ID for this type of query.
      java.lang.String getTooltip()
      An optional string for a tooltip for this query
      • Methods inherited from class java.lang.Object

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

      • AbstractQueryConfigFactory

        public AbstractQueryConfigFactory​(java.lang.String id,
                                          java.lang.String nameKey)
        Parameters:
        id - the ID of this query type
        nameKey - An i18n name prefix, used with ".Name" for the name and ".Tooltip" for the tooltip.
      • AbstractQueryConfigFactory

        public AbstractQueryConfigFactory​(java.lang.String id,
                                          java.lang.String nameKey,
                                          java.lang.String defaultDataKey)