java.lang.Object
com.hybris.cockpitng.actions.delete.DeleteAction
de.hybris.platform.adaptivesearchbackoffice.actions.deletesearchconfiguration.DeleteSearchConfigurationAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<Object,Object>

public class DeleteSearchConfigurationAction extends com.hybris.cockpitng.actions.delete.DeleteAction
  • Field Summary

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

    objectFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canPerform(com.hybris.cockpitng.actions.ActionContext<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 Details

    • DeleteSearchConfigurationAction

      public DeleteSearchConfigurationAction()
  • Method Details

    • canPerform

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