public class MarketplaceAppManagerPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
| Constructor and Description |
|---|
MarketplaceAppManagerPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
deactivateBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
doDispatch(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected int |
doInstallRemoteApp(java.lang.String url,
javax.portlet.ActionRequest actionRequest,
boolean failOnError) |
protected void |
doInstallSourceForgeApp(java.lang.String path,
javax.portlet.ActionRequest actionRequest) |
void |
installLocalApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
installRemoteApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setAppService(com.liferay.marketplace.service.AppService appService) |
protected void |
setPanelAppRegistry(com.liferay.application.list.PanelAppRegistry panelAppRegistry) |
protected void |
setPanelCategoryRegistry(com.liferay.application.list.PanelCategoryRegistry panelCategoryRegistry) |
protected void |
setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService) |
protected void |
setPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService) |
protected void |
setPortletService(com.liferay.portal.kernel.service.PortletService portletService) |
void |
uninstallApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
uninstallBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
updatePluginSetting(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
updatePluginSettings(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
callActionMethod, callResourceMethod, checkPath, checkPermissions, destroy, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getMVCPathAttributeName, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeHideDefaultSuccessMessage, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, render, serveResourceaddSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSONdoHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEventpublic void activateBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void deactivateBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void installLocalApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void installRemoteApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void uninstallApp(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void uninstallBundles(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void updatePluginSetting(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void updatePluginSettings(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected void doDispatch(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.io.IOException,
javax.portlet.PortletException
doDispatch in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortletjava.io.IOExceptionjavax.portlet.PortletExceptionprotected int doInstallRemoteApp(java.lang.String url,
javax.portlet.ActionRequest actionRequest,
boolean failOnError)
throws java.lang.Exception
java.lang.Exceptionprotected void doInstallSourceForgeApp(java.lang.String path,
javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void setAppService(com.liferay.marketplace.service.AppService appService)
protected void setPanelAppRegistry(com.liferay.application.list.PanelAppRegistry panelAppRegistry)
protected void setPanelCategoryRegistry(com.liferay.application.list.PanelCategoryRegistry panelCategoryRegistry)
protected void setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
protected void setPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService)
protected void setPortletService(com.liferay.portal.kernel.service.PortletService portletService)