Class DeleteSearchConfigurationAction
- java.lang.Object
-
- com.hybris.cockpitng.actions.delete.DeleteAction
-
- de.hybris.platform.adaptivesearchbackoffice.actions.deletesearchconfiguration.DeleteSearchConfigurationAction
-
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<java.lang.Object,java.lang.Object>
public class DeleteSearchConfigurationAction extends com.hybris.cockpitng.actions.delete.DeleteAction
-
-
Constructor Summary
Constructors Constructor Description DeleteSearchConfigurationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanPerform(com.hybris.cockpitng.actions.ActionContext<java.lang.Object> ctx)-
Methods inherited from class com.hybris.cockpitng.actions.delete.DeleteAction
getConfirmationMessage, getNotificationService, getNotificationSource, getObjectFacade, getPermissionFacade, hasPermissionAndObjectIsPersisted, isCollectionDeletable, needsConfirmation, perform, setNotificationService, setObjectFacade, setPermissionFacade, showFailureNotification, showSuccessNotification
-
-
-
-
Method Detail
-
canPerform
public boolean canPerform(com.hybris.cockpitng.actions.ActionContext<java.lang.Object> ctx)
- Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<java.lang.Object,java.lang.Object>- Overrides:
canPerformin classcom.hybris.cockpitng.actions.delete.DeleteAction
-
-