Class FilterContext
java.lang.Object
com.hybris.backoffice.widgets.selectivesync.tree.FilterContext
Context for filtering tree in
SelectiveSyncRenderer.-
Constructor Summary
ConstructorsConstructorDescriptionFilterContext(String filterQuery, boolean showIncluded, boolean showNotIncluded) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleaninthashCode()voidsetFilterQuery(String filterQuery) voidsetShowIncluded(boolean showIncluded) voidsetShowNotIncluded(boolean showNotIncluded)
-
Constructor Details
-
FilterContext
public FilterContext() -
FilterContext
Creates a new instance.- Parameters:
filterQuery- filter queryshowIncluded- show attributes included in synchronizationshowNotIncluded- don't show attributes included in synchronization
-
-
Method Details
-
getFilterQuery
-
setFilterQuery
-
getShowIncluded
public boolean getShowIncluded() -
setShowIncluded
public void setShowIncluded(boolean showIncluded) -
getShowNotIncluded
public boolean getShowNotIncluded() -
setShowNotIncluded
public void setShowNotIncluded(boolean showNotIncluded) -
equals
-
hashCode
public int hashCode()
-