Class ClassificationAwareEditorAreaConfigFallbackStrategy

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>

    public class ClassificationAwareEditorAreaConfigFallbackStrategy
    extends com.hybris.cockpitng.core.config.impl.DefaultEditorAreaConfigFallbackStrategy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLASSIFICATION_TAB_IMPL_BEAN_NAME  
      static java.lang.String EXTENDED_CLASSIFICATION_ATTRIBUTES_TAB  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.DefaultEditorAreaConfigFallbackStrategy

        HMC_UNBOUND, UNBOUND_SECTION_RENDERER_BEAN_ID
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy

        INITIAL, MANDATORY, OTHER, UNIQUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TypeService getTypeService()  
      com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea loadFallbackConfiguration​(com.hybris.cockpitng.core.config.ConfigContext context, java.lang.Class<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea> configurationType)  
      void setTypeService​(TypeService typeService)  
      • Methods inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy

        getAttributes, getMandatoryAttributes, getTypeFacade, getUniqueAttributes, loadType, setTypeFacade
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CLASSIFICATION_TAB_IMPL_BEAN_NAME

        public static final java.lang.String CLASSIFICATION_TAB_IMPL_BEAN_NAME
        See Also:
        Constant Field Values
      • EXTENDED_CLASSIFICATION_ATTRIBUTES_TAB

        public static final java.lang.String EXTENDED_CLASSIFICATION_ATTRIBUTES_TAB
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClassificationAwareEditorAreaConfigFallbackStrategy

        public ClassificationAwareEditorAreaConfigFallbackStrategy()
    • Method Detail

      • loadFallbackConfiguration

        public com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea loadFallbackConfiguration​(com.hybris.cockpitng.core.config.ConfigContext context,
                                                                                                          java.lang.Class<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea> configurationType)
        Specified by:
        loadFallbackConfiguration in interface com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>
        Overrides:
        loadFallbackConfiguration in class com.hybris.cockpitng.core.config.impl.DefaultEditorAreaConfigFallbackStrategy
      • setTypeService

        public void setTypeService​(TypeService typeService)