java.lang.Object
com.hybris.backoffice.widgets.selectivesync.tree.FilterContext

public class FilterContext extends Object
Context for filtering tree in SelectiveSyncRenderer.
  • Constructor Details

    • FilterContext

      public FilterContext()
    • FilterContext

      public FilterContext(String filterQuery, boolean showIncluded, boolean showNotIncluded)
      Creates a new instance.
      Parameters:
      filterQuery - filter query
      showIncluded - show attributes included in synchronization
      showNotIncluded - don't show attributes included in synchronization
  • Method Details

    • getFilterQuery

      public String getFilterQuery()
    • setFilterQuery

      public void setFilterQuery(String filterQuery)
    • getShowIncluded

      public boolean getShowIncluded()
    • setShowIncluded

      public void setShowIncluded(boolean showIncluded)
    • getShowNotIncluded

      public boolean getShowNotIncluded()
    • setShowNotIncluded

      public void setShowNotIncluded(boolean showNotIncluded)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object