com.liferay.portal.service
Class PortletLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletLocalServiceWrapper
- All Implemented Interfaces:
- PortletLocalService
public class PortletLocalServiceWrapper
- extends java.lang.Object
- implements PortletLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PortletLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
PortletLocalService
- Generated:
Method Summary |
Portlet |
addPortlet(Portlet portlet)
|
void |
checkPortlet(Portlet portlet)
|
void |
checkPortlets(long companyId)
|
void |
clearCache()
|
Portlet |
clonePortlet(long companyId,
java.lang.String portletId)
|
Portlet |
createPortlet(long id)
|
void |
deletePortlet(long id)
|
void |
deletePortlet(Portlet portlet)
|
Portlet |
deployRemotePortlet(Portlet portlet,
java.lang.String categoryName)
|
void |
destroyPortlet(Portlet portlet)
|
void |
destroyRemotePortlet(Portlet portlet)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
java.util.List<CustomAttributesDisplay> |
getCustomAttributesDisplays()
|
PortletCategory |
getEARDisplay(java.lang.String xml)
|
java.util.List<Portlet> |
getFriendlyURLMapperPortlets()
|
java.util.List<FriendlyURLMapper> |
getFriendlyURLMappers()
|
Portlet |
getPortlet(long id)
|
PortletApp |
getPortletApp(java.lang.String servletContextName)
|
Portlet |
getPortletById(long companyId,
java.lang.String portletId)
|
Portlet |
getPortletById(java.lang.String portletId)
|
Portlet |
getPortletByStrutsPath(long companyId,
java.lang.String strutsPath)
|
java.util.List<Portlet> |
getPortlets()
|
java.util.List<Portlet> |
getPortlets(int start,
int end)
|
java.util.List<Portlet> |
getPortlets(long companyId)
|
java.util.List<Portlet> |
getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
int |
getPortletsCount()
|
PortletCategory |
getWARDisplay(java.lang.String servletContextName,
java.lang.String xml)
|
PortletLocalService |
getWrappedPortletLocalService()
|
boolean |
hasPortlet(long companyId,
java.lang.String portletId)
|
void |
initEAR(javax.servlet.ServletContext servletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
|
java.util.List<Portlet> |
initWAR(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
|
Portlet |
updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active)
|
Portlet |
updatePortlet(Portlet portlet)
|
Portlet |
updatePortlet(Portlet portlet,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletLocalServiceWrapper
public PortletLocalServiceWrapper(PortletLocalService portletLocalService)
addPortlet
public Portlet addPortlet(Portlet portlet)
throws SystemException
- Specified by:
addPortlet
in interface PortletLocalService
- Throws:
SystemException
createPortlet
public Portlet createPortlet(long id)
- Specified by:
createPortlet
in interface PortletLocalService
deletePortlet
public void deletePortlet(long id)
throws PortalException,
SystemException
- Specified by:
deletePortlet
in interface PortletLocalService
- Throws:
PortalException
SystemException
deletePortlet
public void deletePortlet(Portlet portlet)
throws SystemException
- Specified by:
deletePortlet
in interface PortletLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface PortletLocalService
- Throws:
SystemException
getPortlet
public Portlet getPortlet(long id)
throws PortalException,
SystemException
- Specified by:
getPortlet
in interface PortletLocalService
- Throws:
PortalException
SystemException
getPortlets
public java.util.List<Portlet> getPortlets(int start,
int end)
throws SystemException
- Specified by:
getPortlets
in interface PortletLocalService
- Throws:
SystemException
getPortletsCount
public int getPortletsCount()
throws SystemException
- Specified by:
getPortletsCount
in interface PortletLocalService
- Throws:
SystemException
updatePortlet
public Portlet updatePortlet(Portlet portlet)
throws SystemException
- Specified by:
updatePortlet
in interface PortletLocalService
- Throws:
SystemException
updatePortlet
public Portlet updatePortlet(Portlet portlet,
boolean merge)
throws SystemException
- Specified by:
updatePortlet
in interface PortletLocalService
- Throws:
SystemException
checkPortlet
public void checkPortlet(Portlet portlet)
throws PortalException,
SystemException
- Specified by:
checkPortlet
in interface PortletLocalService
- Throws:
PortalException
SystemException
checkPortlets
public void checkPortlets(long companyId)
throws PortalException,
SystemException
- Specified by:
checkPortlets
in interface PortletLocalService
- Throws:
PortalException
SystemException
clearCache
public void clearCache()
- Specified by:
clearCache
in interface PortletLocalService
clonePortlet
public Portlet clonePortlet(long companyId,
java.lang.String portletId)
throws SystemException
- Specified by:
clonePortlet
in interface PortletLocalService
- Throws:
SystemException
deployRemotePortlet
public Portlet deployRemotePortlet(Portlet portlet,
java.lang.String categoryName)
throws SystemException
- Specified by:
deployRemotePortlet
in interface PortletLocalService
- Throws:
SystemException
destroyPortlet
public void destroyPortlet(Portlet portlet)
- Specified by:
destroyPortlet
in interface PortletLocalService
destroyRemotePortlet
public void destroyRemotePortlet(Portlet portlet)
- Specified by:
destroyRemotePortlet
in interface PortletLocalService
getCustomAttributesDisplays
public java.util.List<CustomAttributesDisplay> getCustomAttributesDisplays()
- Specified by:
getCustomAttributesDisplays
in interface PortletLocalService
getEARDisplay
public PortletCategory getEARDisplay(java.lang.String xml)
throws SystemException
- Specified by:
getEARDisplay
in interface PortletLocalService
- Throws:
SystemException
getFriendlyURLMapperPortlets
public java.util.List<Portlet> getFriendlyURLMapperPortlets()
- Specified by:
getFriendlyURLMapperPortlets
in interface PortletLocalService
getFriendlyURLMappers
public java.util.List<FriendlyURLMapper> getFriendlyURLMappers()
- Specified by:
getFriendlyURLMappers
in interface PortletLocalService
getPortletApp
public PortletApp getPortletApp(java.lang.String servletContextName)
- Specified by:
getPortletApp
in interface PortletLocalService
getPortletById
public Portlet getPortletById(long companyId,
java.lang.String portletId)
throws SystemException
- Specified by:
getPortletById
in interface PortletLocalService
- Throws:
SystemException
getPortletById
public Portlet getPortletById(java.lang.String portletId)
- Specified by:
getPortletById
in interface PortletLocalService
getPortletByStrutsPath
public Portlet getPortletByStrutsPath(long companyId,
java.lang.String strutsPath)
throws SystemException
- Specified by:
getPortletByStrutsPath
in interface PortletLocalService
- Throws:
SystemException
getPortlets
public java.util.List<Portlet> getPortlets()
- Specified by:
getPortlets
in interface PortletLocalService
getPortlets
public java.util.List<Portlet> getPortlets(long companyId)
throws SystemException
- Specified by:
getPortlets
in interface PortletLocalService
- Throws:
SystemException
getPortlets
public java.util.List<Portlet> getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
throws SystemException
- Specified by:
getPortlets
in interface PortletLocalService
- Throws:
SystemException
getWARDisplay
public PortletCategory getWARDisplay(java.lang.String servletContextName,
java.lang.String xml)
throws SystemException
- Specified by:
getWARDisplay
in interface PortletLocalService
- Throws:
SystemException
hasPortlet
public boolean hasPortlet(long companyId,
java.lang.String portletId)
throws SystemException
- Specified by:
hasPortlet
in interface PortletLocalService
- Throws:
SystemException
initEAR
public void initEAR(javax.servlet.ServletContext servletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
- Specified by:
initEAR
in interface PortletLocalService
initWAR
public java.util.List<Portlet> initWAR(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String[] xmls,
PluginPackage pluginPackage)
- Specified by:
initWAR
in interface PortletLocalService
updatePortlet
public Portlet updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active)
throws SystemException
- Specified by:
updatePortlet
in interface PortletLocalService
- Throws:
SystemException
getWrappedPortletLocalService
public PortletLocalService getWrappedPortletLocalService()