com.liferay.portal.service.impl
Class PortletLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.PortletLocalServiceBaseImpl
com.liferay.portal.service.impl.PortletLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PortletLocalService
- public class PortletLocalServiceImpl
- extends PortletLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan, Raymond Augé
Method Summary |
com.liferay.portal.model.PortletCategory |
getEARDisplay(java.lang.String xml)
|
java.util.List |
getFriendlyURLMappers()
|
com.liferay.portal.model.Portlet |
getPortletById(long companyId,
java.lang.String portletId)
|
com.liferay.portal.model.Portlet |
getPortletByStrutsPath(long companyId,
java.lang.String strutsPath)
|
java.util.List |
getPortlets(long companyId)
|
java.util.List |
getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
com.liferay.portal.model.PortletCategory |
getWARDisplay(java.lang.String servletContextName,
java.lang.String xml)
|
boolean |
hasPortlet(long companyId,
java.lang.String portletId)
|
void |
initEAR(java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
|
java.util.List |
initWAR(java.lang.String servletContextName,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
|
com.liferay.portal.model.Portlet |
updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletLocalServiceImpl
public PortletLocalServiceImpl()
getEARDisplay
public com.liferay.portal.model.PortletCategory getEARDisplay(java.lang.String xml)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getWARDisplay
public com.liferay.portal.model.PortletCategory getWARDisplay(java.lang.String servletContextName,
java.lang.String xml)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFriendlyURLMappers
public java.util.List getFriendlyURLMappers()
getPortletById
public com.liferay.portal.model.Portlet getPortletById(long companyId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPortletByStrutsPath
public com.liferay.portal.model.Portlet getPortletByStrutsPath(long companyId,
java.lang.String strutsPath)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPortlets
public java.util.List getPortlets(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPortlets
public java.util.List getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasPortlet
public boolean hasPortlet(long companyId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
initEAR
public void initEAR(java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
initWAR
public java.util.List initWAR(java.lang.String servletContextName,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
updatePortlet
public com.liferay.portal.model.Portlet updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException