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 public abstract class AbstractDecoratedEditorController<M extends ItemModel,V extends AbstractDecoratedEditorView> extends java.lang.ObjectDeprecated.since 6.6
-
-
Field Summary
Fields Modifier and Type Field Description protected com.hybris.cockpitng.components.EditorancestorEditorDeprecated.protected VviewDeprecated.protected MwrappedModelDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractDecoratedEditorController(V view, M wrappedModel, com.hybris.cockpitng.components.Editor ancestorEditor)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.hybris.cockpitng.components.EditorgetAncestorEditor()Deprecated.VgetView()Deprecated.MgetWrappedModel()Deprecated.abstract voidsetUIState()Deprecated.
-
-
-
Field Detail
-
view
protected V extends AbstractDecoratedEditorView view
Deprecated.
-
ancestorEditor
protected com.hybris.cockpitng.components.Editor ancestorEditor
Deprecated.
-
-