Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.action
Class EditLicenseMVCActionCommand

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

public class EditLicenseMVCActionCommand
extends BaseMVCActionCommand


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

EditLicenseMVCActionCommand

public EditLicenseMVCActionCommand()
Method Detail

doProcessAction

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

deleteLicense

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

updateLicense

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

Liferay 7.0-ce-a3