Class BroadleafQueryHintKeys

java.lang.Object
com.broadleafcommerce.data.tracking.core.context.BroadleafQueryHintKeys

public class BroadleafQueryHintKeys extends Object
Broadleaf specific keys useful for interacting with ContextInfo.getQueryHints().
Author:
Jeff Fischer
  • Field Details

    • FILTERS

      public static final String FILTERS
      Hints based on this key will inform the system of additional filters it should add during criteria embellishment. Only queries dealing with domain classes that are Trackable will be informed by this hint. Furthermore, if ContextInfo.isIgnoreNarrowing() is true, any hints using this key will not be applied.

      Filters should be expressed as valid RSQL expressions. Multiple expressions may be included and should be delimited with a semicolon.
      See Also:
  • Constructor Details

    • BroadleafQueryHintKeys

      public BroadleafQueryHintKeys()