Class 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
    • Field Summary

      • Fields inherited from class com.hybris.cockpitng.actions.delete.DeleteAction

        objectFacade
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canPerform​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeleteSearchConfigurationAction

        public DeleteSearchConfigurationAction()
    • Method Detail

      • canPerform

        public boolean canPerform​(com.hybris.cockpitng.actions.ActionContext<java.lang.Object> ctx)
        Specified by:
        canPerform in interface com.hybris.cockpitng.actions.CockpitAction<java.lang.Object,​java.lang.Object>
        Overrides:
        canPerform in class com.hybris.cockpitng.actions.delete.DeleteAction