Class UserCalendarEntriesGet

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class UserCalendarEntriesGet extends AbstractCalendarListingWebScript
This class is the controller for the slingshot calendar userevents.get webscript.
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • UserCalendarEntriesGet

      public UserCalendarEntriesGet()
  • Method Details

    • executeImpl

      protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
      Overrides:
      executeImpl in class AbstractCalendarWebScript
    • executeImpl

      protected Map<String,Object> executeImpl(SiteInfo singleSite, 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
    • setPermissionService

      public void setPermissionService(PermissionService permissionService)