com.liferay.portlet.softwarecatalog.action
Class EditProductEntryMVCActionCommand
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
com.liferay.portlet.softwarecatalog.action.EditProductEntryMVCActionCommand
- All Implemented Interfaces:
- MVCActionCommand, MVCCommand
public class EditProductEntryMVCActionCommand
- extends BaseMVCActionCommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditProductEntryMVCActionCommand
public EditProductEntryMVCActionCommand()
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