Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.action
Class EditProductVersionMVCActionCommand

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

public class EditProductVersionMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
EditProductVersionMVCActionCommand()
           
 
Method Summary
protected  void deleteProductVersion(ActionRequest actionRequest)
           
 void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void updateProductVersion(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

EditProductVersionMVCActionCommand

public EditProductVersionMVCActionCommand()
Method Detail

doProcessAction

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

deleteProductVersion

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

updateProductVersion

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

Liferay 7.0-ce-a3