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