org.alfresco.repo.web.scripts.subscriptions
Class SubscriptionServiceUnfollowPost

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
          extended by org.alfresco.repo.web.scripts.subscriptions.SubscriptionServiceUnfollowPost
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class SubscriptionServiceUnfollowPost
extends AbstractSubscriptionServiceWebScript


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
 
Field Summary
 
Fields inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
nodeService, personService, subscriptionService
 
Constructor Summary
SubscriptionServiceUnfollowPost()
           
 
Method Summary
 org.json.simple.JSONObject executeImpl(java.lang.String userId, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
           
 
Methods inherited from class org.alfresco.repo.web.scripts.subscriptions.AbstractSubscriptionServiceWebScript
createPagingRequest, execute, getUserArray, getUserDetails, parseNumber, setNodeService, setPersonService, setSubscriptionService
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubscriptionServiceUnfollowPost

public SubscriptionServiceUnfollowPost()
Method Detail

executeImpl

public org.json.simple.JSONObject executeImpl(java.lang.String userId,
                                              org.springframework.extensions.webscripts.WebScriptRequest req,
                                              org.springframework.extensions.webscripts.WebScriptResponse res)
                                       throws java.io.IOException,
                                              org.json.simple.parser.ParseException
Specified by:
executeImpl in class AbstractSubscriptionServiceWebScript
Throws:
java.io.IOException
org.json.simple.parser.ParseException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.