Class YFormsEditorAreaConfigAdapter

java.lang.Object
com.hybris.cockpitng.core.config.impl.adapters.EditorAreaConfigAdapter
de.hybris.platform.xyformsbackoffice.core.adapters.YFormsEditorAreaConfigAdapter
All Implemented Interfaces:
com.hybris.cockpitng.core.config.CockpitConfigurationAdapter<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>

public class YFormsEditorAreaConfigAdapter extends com.hybris.cockpitng.core.config.impl.adapters.EditorAreaConfigAdapter
EditorArea configuration adapter which is responsible for arranging tabs, sections, panels, attributes in proper order. Its main purpose is to hide administration tab for certain group of users.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea
    adaptAfterLoad(com.hybris.cockpitng.core.config.ConfigContext context, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea ea)
     
    Class<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>
     
    void
    setRolesNotAllowed(String rolesNotAllowed)
     
    void
     
    void
     

    Methods inherited from class com.hybris.cockpitng.core.config.impl.adapters.EditorAreaConfigAdapter

    adaptBeforeStore, setPositionedSort, sortEssentialSection

    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.config.CockpitConfigurationAdapter

    adaptBeforeMerge
  • Constructor Details

    • YFormsEditorAreaConfigAdapter

      public YFormsEditorAreaConfigAdapter()
  • Method Details

    • getSupportedType

      public Class<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea> getSupportedType()
      Specified by:
      getSupportedType in interface com.hybris.cockpitng.core.config.CockpitConfigurationAdapter<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>
      Overrides:
      getSupportedType in class com.hybris.cockpitng.core.config.impl.adapters.EditorAreaConfigAdapter
    • adaptAfterLoad

      public com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea adaptAfterLoad(com.hybris.cockpitng.core.config.ConfigContext context, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea ea) throws com.hybris.cockpitng.core.config.CockpitConfigurationException
      Specified by:
      adaptAfterLoad in interface com.hybris.cockpitng.core.config.CockpitConfigurationAdapter<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.EditorArea>
      Overrides:
      adaptAfterLoad in class com.hybris.cockpitng.core.config.impl.adapters.EditorAreaConfigAdapter
      Throws:
      com.hybris.cockpitng.core.config.CockpitConfigurationException
    • setTypes

      public void setTypes(String types)
    • setRolesNotAllowed

      public void setRolesNotAllowed(String rolesNotAllowed)
    • setUserService

      public void setUserService(UserService userService)