java.lang.Object
com.hybris.cockpitng.actions.delete.DeleteAction
de.hybris.platform.warehousingbackoffice.actions.deletesourcingconfig.DeleteSourcingConfigAction
All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<Object,Object>

public class DeleteSourcingConfigAction extends com.hybris.cockpitng.actions.delete.DeleteAction
Delete Action for AtpFormula, which restricts deletion of only those formula that are not assigned to any BaseStore
  • 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

    • DeleteSourcingConfigAction

      public DeleteSourcingConfigAction()
  • 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