atg.commerce.search.refinement.admin
Class CustomRefinementConfiguration
java.lang.Object
   atg.repository.search.refinement.admin.RefinementConfiguration
atg.repository.search.refinement.admin.RefinementConfiguration
       atg.commerce.search.refinement.admin.CommerceRefinementConfiguration
atg.commerce.search.refinement.admin.CommerceRefinementConfiguration
           atg.commerce.search.refinement.admin.CustomRefinementConfiguration
atg.commerce.search.refinement.admin.CustomRefinementConfiguration
- public class CustomRefinementConfiguration 
- extends CommerceRefinementConfiguration
This class extends the commerceRefinementConfiguration class to add custom catalog
 specific properties.
 This class provides getter and setter methods for each of the properties in a 
 'commerceRefinementConfiguration' item descriptor.
 It can be populated from a 'customRefinementConfiguration' repository item by creating a new
 CustomRefinementConfiguration object and then calling the
 populateCustomRefinementConfiguration() method in the
 CustomRefinementConfigurationPropertyManager.
 Also a MutableRepositoryItem can be populated with values from an object of this class
 by calling the populateRepositoryItem() method in the 
 CustomRefinementConfigurationPropertyManager.
 
 
 
 
| Methods inherited from class atg.commerce.search.refinement.admin.CommerceRefinementConfiguration | 
| canChildrenInherit, canInheritFromCategory, canInheritFromGlobal, getGeneratedRefineElements, getQueryRefinements, isGlobal, setCanChildrenInherit, setCanInheritFromCategory, setCanInheritFromGlobal, setGeneratedRefineElements, setIsGlobal | 
 
| Methods inherited from class atg.repository.search.refinement.admin.RefinementConfiguration | 
| addRefineElement, addSortOption, getId, getRefineConfigName, getRefineElements, getSortOptions, getType, removeRefineElement, removeSortOption, setId, setRefineConfigName, setRefineElements, setSortOptions, setType | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
mCanInheritFromCatalog
protected java.lang.Boolean mCanInheritFromCatalog
canInheritFromCatalog
public java.lang.Boolean canInheritFromCatalog()
- 
 
setCanInheritFromCatalog
public void setCanInheritFromCatalog(java.lang.Boolean pCanInheritFromCatalog)
- 
 
getXMLView
public java.lang.String getXMLView()
- 
- Overrides:
- getXMLViewin class- CommerceRefinementConfiguration
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- CommerceRefinementConfiguration
 
-