Liferay 7.0-ce-b4

com.liferay.portal.comment.action
Class EditDiscussionStrutsAction

java.lang.Object
  extended by com.liferay.portal.kernel.struts.BaseStrutsAction
      extended by com.liferay.portal.comment.action.EditDiscussionStrutsAction
All Implemented Interfaces:
StrutsAction

public class EditDiscussionStrutsAction
extends BaseStrutsAction


Constructor Summary
EditDiscussionStrutsAction()
           
 
Method Summary
protected  void deleteComment(javax.servlet.http.HttpServletRequest request)
           
 String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  void subscribeToComments(javax.servlet.http.HttpServletRequest request, boolean subscribe)
           
protected  long updateComment(javax.servlet.http.HttpServletRequest request)
           
protected  void writeJSON(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object json)
           
 
Methods inherited from class com.liferay.portal.kernel.struts.BaseStrutsAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditDiscussionStrutsAction

public EditDiscussionStrutsAction()
Method Detail

execute

public String execute(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws Exception
Specified by:
execute in interface StrutsAction
Overrides:
execute in class BaseStrutsAction
Throws:
Exception

deleteComment

protected void deleteComment(javax.servlet.http.HttpServletRequest request)
                      throws Exception
Throws:
Exception

subscribeToComments

protected void subscribeToComments(javax.servlet.http.HttpServletRequest request,
                                   boolean subscribe)
                            throws Exception
Throws:
Exception

updateComment

protected long updateComment(javax.servlet.http.HttpServletRequest request)
                      throws Exception
Throws:
Exception

writeJSON

protected void writeJSON(javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         Object json)
                  throws IOException
Throws:
IOException

Liferay 7.0-ce-b4