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
FieldsModifier and TypeFieldDescriptionprotected com.hybris.cockpitng.components.EditorDeprecated, for removal: This API element is subject to removal in a future version.protected VDeprecated, for removal: This API element is subject to removal in a future version.protected MDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDecoratedEditorController(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 TypeMethodDescriptioncom.hybris.cockpitng.components.EditorDeprecated, for removal: This API element is subject to removal in a future version.getView()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 voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
view
Deprecated, for removal: This API element is subject to removal in a future version. -
wrappedModel
Deprecated, for removal: This API element is subject to removal in a future version. -
ancestorEditor
protected com.hybris.cockpitng.components.Editor ancestorEditorDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Method Details
-
getView
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-