public class CommerceRefinementConfiguration extends RefinementConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected java.lang.Boolean |
mCanChildrenInherit |
protected java.lang.Boolean |
mCanInheritFromCategory |
protected java.lang.Boolean |
mCanInheritFromGlobal |
protected java.util.List |
mGeneratedRefineElements |
protected java.lang.Boolean |
mIsGlobal |
mId, mRefineConfigName, mRefineElements, mSortOptions, mType| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
canChildrenInherit() |
java.lang.Boolean |
canInheritFromCategory() |
java.lang.Boolean |
canInheritFromGlobal() |
java.util.List |
getGeneratedRefineElements() |
java.util.List |
getQueryRefinements()
Returns the list of refinements associated with the refine config that can be used in searches
|
java.lang.String |
getXMLView() |
java.lang.Boolean |
isGlobal() |
void |
setCanChildrenInherit(java.lang.Boolean pCanChildrenInherit) |
void |
setCanInheritFromCategory(java.lang.Boolean pCanInheritFromCategory) |
void |
setCanInheritFromGlobal(java.lang.Boolean pCanInheritFromGlobal) |
void |
setGeneratedRefineElements(java.util.List pGeneratedRefineElements) |
void |
setIsGlobal(java.lang.Boolean pIsGlobal) |
java.lang.String |
toString() |
addRefineElement, addSortOption, getId, getRefineConfigName, getRefineElements, getSortOptions, getType, removeRefineElement, removeSortOption, setId, setRefineConfigName, setRefineElements, setSortOptions, setTypepublic static java.lang.String CLASS_VERSION
protected java.lang.Boolean mCanInheritFromCategory
protected java.lang.Boolean mCanInheritFromGlobal
protected java.lang.Boolean mCanChildrenInherit
protected java.lang.Boolean mIsGlobal
protected java.util.List mGeneratedRefineElements
public java.lang.Boolean canInheritFromCategory()
public void setCanInheritFromCategory(java.lang.Boolean pCanInheritFromCategory)
public java.lang.Boolean canInheritFromGlobal()
public void setCanInheritFromGlobal(java.lang.Boolean pCanInheritFromGlobal)
public java.lang.Boolean canChildrenInherit()
public void setCanChildrenInherit(java.lang.Boolean pCanChildrenInherit)
public java.lang.Boolean isGlobal()
public void setIsGlobal(java.lang.Boolean pIsGlobal)
public java.util.List getGeneratedRefineElements()
public void setGeneratedRefineElements(java.util.List pGeneratedRefineElements)
public java.util.List getQueryRefinements()
getQueryRefinements in class RefinementConfigurationpublic java.lang.String getXMLView()
getXMLView in class RefinementConfigurationpublic java.lang.String toString()
toString in class RefinementConfiguration