Class AbstractDecoratedEditorController<M extends ItemModel,V extends AbstractDecoratedEditorView>

java.lang.Object
de.hybris.platform.platformbackoffice.editors.AbstractDecoratedEditorController<M,V>
Direct Known Subclasses:
ConvertDeleteMediasController, ExtractDeleteMetadataController, ExtractDeleteMetadataController, MoveMediaToFolderController

@Deprecated(since="6.6", forRemoval=true) public abstract class AbstractDecoratedEditorController<M extends ItemModel,V extends AbstractDecoratedEditorView> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.hybris.cockpitng.components.Editor
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected V
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected M
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractDecoratedEditorController(V view, M wrappedModel, com.hybris.cockpitng.components.Editor ancestorEditor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.hybris.cockpitng.components.Editor
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • view

      protected V extends AbstractDecoratedEditorView view
      Deprecated, for removal: This API element is subject to removal in a future version.
    • wrappedModel

      protected M extends ItemModel wrappedModel
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ancestorEditor

      protected com.hybris.cockpitng.components.Editor ancestorEditor
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • AbstractDecoratedEditorController

      public AbstractDecoratedEditorController(V view, M wrappedModel, com.hybris.cockpitng.components.Editor ancestorEditor)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getView

      public V getView()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getWrappedModel

      public M getWrappedModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAncestorEditor

      public com.hybris.cockpitng.components.Editor getAncestorEditor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUIState

      public abstract void setUIState()
      Deprecated, for removal: This API element is subject to removal in a future version.