Class CmsSearchStateFacet

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsSearchStateFacet()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChecked​(java.lang.String entry)
      Add a facet entry to the collection of checked entries.
      void clearChecked()
      Clear the collection of checked entries - i.e., tell that nothing is checked.
      java.util.List<java.lang.String> getCheckedEntries()
      Returns all checked entries of a facet.
      boolean getIgnoreChecked()
      Returns a flag, indicating if the checked entries should be ignored.
      java.util.Map<java.lang.String,​java.lang.Boolean> getIsChecked()
      Returns a map that tells for each facet entry (an arbitrary string), if it is checked.
      boolean getUseLimit()
      Returns a flag, indicating if the limit for the maximal number of facet entries should be used.
      void setIgnoreChecked​(boolean ignore)
      Set, if the checked facet entries should be ignored.
      void setUseLimit​(boolean useLimit)
      Set, if the limit for the maximal number of facet entries should be used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait