Class CalendarEntryDelete

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.calendar.AbstractCalendarWebScript
org.alfresco.repo.web.scripts.calendar.CalendarEntryDelete
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class CalendarEntryDelete extends AbstractCalendarWebScript
This class is the controller for the slingshot calendar event.delete webscript.
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • CalendarEntryDelete

      public CalendarEntryDelete()
  • Method Details

    • useJSONErrors

      protected boolean useJSONErrors()
      This WebScript uses HTTP status codes for errors
      Overrides:
      useJSONErrors in class AbstractCalendarWebScript
    • executeImpl

      protected Map<String,Object> executeImpl(SiteInfo site, String eventName, org.springframework.extensions.webscripts.WebScriptRequest req, org.json.simple.JSONObject json, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
      Specified by:
      executeImpl in class AbstractCalendarWebScript