Class SaveDisallowedEditorAreaLogicHandler
java.lang.Object
com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
de.hybris.platform.ruleenginebackoffice.widgets.editor.handlers.SaveDisallowedEditorAreaLogicHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaLogicHandler
@Deprecated(since="2205",
forRemoval=true)
public class SaveDisallowedEditorAreaLogicHandler
extends com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
Deprecated, for removal: This API element is subject to removal in a future version.
since 2205
The
SaveDisallowedEditorAreaLogicHandler doesn't permit to persist changes applied to the underlying data
model by firing validation that always fails.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated, for removal: This API element is subject to removal in a future version.List<com.hybris.cockpitng.validation.model.ValidationInfo>performValidation(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, Object currentObject, com.hybris.cockpitng.validation.ValidationContext validationContext) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
beforeEditorAreaRender, getObjectFacade, getValidationHandler, performRefresh, performSave, performValidation, setObjectFacade, setValidationHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaLogicHandler
executeSaveWithConfirmation
-
Constructor Details
-
SaveDisallowedEditorAreaLogicHandler
public SaveDisallowedEditorAreaLogicHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
performValidation
public List<com.hybris.cockpitng.validation.model.ValidationInfo> performValidation(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, Object currentObject, com.hybris.cockpitng.validation.ValidationContext validationContext) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
performValidationin interfacecom.hybris.cockpitng.widgets.baseeditorarea.EditorAreaLogicHandler- Overrides:
performValidationin classcom.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
-
getLocalizedMessage
Deprecated, for removal: This API element is subject to removal in a future version.
-