Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.action
Class EditProductEntryMVCActionCommand

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

public class EditProductEntryMVCActionCommand
extends BaseMVCActionCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCActionCommand
EMPTY
 
Constructor Summary
EditProductEntryMVCActionCommand()
           
 
Method Summary
protected  void deleteProductEntry(ActionRequest actionRequest)
           
 void doProcessAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  List<byte[]> getFullImages(UploadPortletRequest uploadPortletRequest)
           
protected  List<byte[]> getImages(UploadPortletRequest uploadPortletRequest, String imagePrefix)
           
protected  SCProductScreenshot getProductScreenshot(UploadPortletRequest uploadPortletRequest, int priority)
           
protected  List<String> getSortedParameterNames(UploadPortletRequest uploadPortletRequest, String imagePrefix)
           
protected  List<byte[]> getThumbnails(UploadPortletRequest uploadPortletRequest)
           
protected  void updateProductEntry(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

EditProductEntryMVCActionCommand

public EditProductEntryMVCActionCommand()
Method Detail

doProcessAction

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

deleteProductEntry

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

getFullImages

protected List<byte[]> getFullImages(UploadPortletRequest uploadPortletRequest)
                              throws Exception
Throws:
Exception

getImages

protected List<byte[]> getImages(UploadPortletRequest uploadPortletRequest,
                                 String imagePrefix)
                          throws Exception
Throws:
Exception

getProductScreenshot

protected SCProductScreenshot getProductScreenshot(UploadPortletRequest uploadPortletRequest,
                                                   int priority)
                                            throws Exception
Throws:
Exception

getSortedParameterNames

protected List<String> getSortedParameterNames(UploadPortletRequest uploadPortletRequest,
                                               String imagePrefix)
                                        throws Exception
Throws:
Exception

getThumbnails

protected List<byte[]> getThumbnails(UploadPortletRequest uploadPortletRequest)
                              throws Exception
Throws:
Exception

updateProductEntry

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

Liferay 7.0-ce-a3