Class AttributesChooserConfig
- java.lang.Object
-
- com.hybris.cockpitng.core.context.impl.DefaultCockpitContext
-
- com.hybris.backoffice.attributechooser.AttributesChooserConfig
-
- All Implemented Interfaces:
CockpitContext,java.io.Serializable
public class AttributesChooserConfig extends DefaultCockpitContext
Config for attributes chooser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributesChooserConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEmptyAttributesMessage()java.lang.StringgetUniqueModelPrefix()booleanisIncludeAllSupported()booleanisOpenFirstMultiChildNode()voidsetEmptyAttributesMessage(java.lang.String emptyAttributesMessage)voidsetIncludeAllSupported(boolean includeAllSupported)voidsetOpenFirstMultiChildNode(boolean openFirstMultiChildNode)voidsetUniqueModelPrefix(java.lang.String uniqueModelPrefix)-
Methods inherited from class com.hybris.cockpitng.core.context.impl.DefaultCockpitContext
addAllParameters, clearParameters, containsParameter, getParameter, getParameterKeys, getParameters, removeParameter, setParameter, setParameters
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.context.CockpitContext
getParameterAsBoolean
-
-
-
-
Method Detail
-
isIncludeAllSupported
public boolean isIncludeAllSupported()
-
setIncludeAllSupported
public void setIncludeAllSupported(boolean includeAllSupported)
-
getUniqueModelPrefix
public java.lang.String getUniqueModelPrefix()
-
setUniqueModelPrefix
public void setUniqueModelPrefix(java.lang.String uniqueModelPrefix)
-
isOpenFirstMultiChildNode
public boolean isOpenFirstMultiChildNode()
-
setOpenFirstMultiChildNode
public void setOpenFirstMultiChildNode(boolean openFirstMultiChildNode)
-
getEmptyAttributesMessage
public java.lang.String getEmptyAttributesMessage()
-
setEmptyAttributesMessage
public void setEmptyAttributesMessage(java.lang.String emptyAttributesMessage)
-
-