Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.action
Class EditFrameworkVersionMVCActionCommand

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
      extended by com.liferay.portlet.softwarecatalog.action.EditFrameworkVersionMVCActionCommand
All Implemented Interfaces:
MVCActionCommand, MVCCommand

public class EditFrameworkVersionMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
EditFrameworkVersionMVCActionCommand()
           
 
Method Summary
protected  void deleteFrameworkVersion(ActionRequest actionRequest)
           
 void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void updateFrameworkVersion(ActionRequest actionRequest)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
addSuccessMessage, getPortletConfig, hideDefaultErrorMessage, hideDefaultSuccessMessage, isDisplaySuccessMessage, processAction, redirectToLogin, sendRedirect, sendRedirect, sendRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditFrameworkVersionMVCActionCommand

public EditFrameworkVersionMVCActionCommand()
Method Detail

doProcessAction

public void doProcessAction(ActionRequest actionRequest,
                            ActionResponse actionResponse)
                     throws Exception
Specified by:
doProcessAction in class BaseMVCActionCommand
Throws:
Exception

deleteFrameworkVersion

protected void deleteFrameworkVersion(ActionRequest actionRequest)
                               throws Exception
Throws:
Exception

updateFrameworkVersion

protected void updateFrameworkVersion(ActionRequest actionRequest)
                               throws Exception
Throws:
Exception

Liferay 7.0-ce-a3