Class DeleteNotification

All Implemented Interfaces:
ErrorCollection, I18nHelper, SchemeAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class DeleteNotification extends SchemeAwareNotificationAction
See Also:
  • Constructor Details

    • DeleteNotification

      public DeleteNotification()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getNotificationName

      public String getNotificationName() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getEventName

      public String getEventName() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getType

      public NotificationType getType(String id)
      Overrides:
      getType in class SchemeAwareNotificationAction
    • isConfirmed

      public boolean isConfirmed()
    • setConfirmed

      public void setConfirmed(boolean confirmed)
    • getRedirectURL

      public String getRedirectURL()
      Overrides:
      getRedirectURL in class SchemeAwareNotificationAction