public class EditProductEntryMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
EditProductEntryMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteProductEntry(javax.portlet.ActionRequest actionRequest) |
void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected java.util.List<byte[]> |
getFullImages(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest) |
protected java.util.List<byte[]> |
getImages(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String imagePrefix) |
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
getProductScreenshot(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
int priority) |
protected java.util.List<java.lang.String> |
getSortedParameterNames(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String imagePrefix) |
protected java.util.List<byte[]> |
getThumbnails(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest) |
protected void |
updateProductEntry(javax.portlet.ActionRequest actionRequest) |
public void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void deleteProductEntry(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<byte[]> getFullImages(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<byte[]> getImages(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String imagePrefix)
throws java.lang.Exception
java.lang.Exceptionprotected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshot(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
int priority)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<java.lang.String> getSortedParameterNames(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String imagePrefix)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<byte[]> getThumbnails(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void updateProductEntry(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exception