com.liferay.portal.service
Class PortletLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.PortletLocalServiceUtil

public class PortletLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the PortletLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
PortletLocalService
Generated:

Constructor Summary
PortletLocalServiceUtil()
           
 
Method Summary
static Portlet addPortlet(Portlet portlet)
           
static void checkPortlet(Portlet portlet)
           
static void checkPortlets(long companyId)
           
static void clearCache()
           
static Portlet clonePortlet(long companyId, java.lang.String portletId)
           
static Portlet createPortlet(long id)
           
static void deletePortlet(long id)
           
static void deletePortlet(Portlet portlet)
           
static Portlet deployRemotePortlet(Portlet portlet, java.lang.String categoryName)
           
static void destroyPortlet(Portlet portlet)
           
static void destroyRemotePortlet(Portlet portlet)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
static java.util.List<CustomAttributesDisplay> getCustomAttributesDisplays()
           
static PortletCategory getEARDisplay(java.lang.String xml)
           
static java.util.List<Portlet> getFriendlyURLMapperPortlets()
           
static java.util.List<FriendlyURLMapper> getFriendlyURLMappers()
           
static Portlet getPortlet(long id)
           
static PortletApp getPortletApp(java.lang.String servletContextName)
           
static Portlet getPortletById(long companyId, java.lang.String portletId)
           
static Portlet getPortletById(java.lang.String portletId)
           
static Portlet getPortletByStrutsPath(long companyId, java.lang.String strutsPath)
           
static java.util.List<Portlet> getPortlets()
           
static java.util.List<Portlet> getPortlets(int start, int end)
           
static java.util.List<Portlet> getPortlets(long companyId)
           
static java.util.List<Portlet> getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
static int getPortletsCount()
           
static PortletLocalService getService()
           
static PortletCategory getWARDisplay(java.lang.String servletContextName, java.lang.String xml)
           
static boolean hasPortlet(long companyId, java.lang.String portletId)
           
static void initEAR(javax.servlet.ServletContext servletContext, java.lang.String[] xmls, PluginPackage pluginPackage)
           
static java.util.List<Portlet> initWAR(java.lang.String servletContextName, javax.servlet.ServletContext servletContext, java.lang.String[] xmls, PluginPackage pluginPackage)
           
 void setService(PortletLocalService service)
           
static Portlet updatePortlet(long companyId, java.lang.String portletId, java.lang.String roles, boolean active)
           
static Portlet updatePortlet(Portlet portlet)
           
static Portlet updatePortlet(Portlet portlet, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletLocalServiceUtil

public PortletLocalServiceUtil()
Method Detail

addPortlet

public static Portlet addPortlet(Portlet portlet)
                          throws SystemException
Throws:
SystemException

createPortlet

public static Portlet createPortlet(long id)

deletePortlet

public static void deletePortlet(long id)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

deletePortlet

public static void deletePortlet(Portlet portlet)
                          throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getPortlet

public static Portlet getPortlet(long id)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getPortlets

public static java.util.List<Portlet> getPortlets(int start,
                                                  int end)
                                           throws SystemException
Throws:
SystemException

getPortletsCount

public static int getPortletsCount()
                            throws SystemException
Throws:
SystemException

updatePortlet

public static Portlet updatePortlet(Portlet portlet)
                             throws SystemException
Throws:
SystemException

updatePortlet

public static Portlet updatePortlet(Portlet portlet,
                                    boolean merge)
                             throws SystemException
Throws:
SystemException

checkPortlet

public static void checkPortlet(Portlet portlet)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

checkPortlets

public static void checkPortlets(long companyId)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

clearCache

public static void clearCache()

clonePortlet

public static Portlet clonePortlet(long companyId,
                                   java.lang.String portletId)
                            throws SystemException
Throws:
SystemException

deployRemotePortlet

public static Portlet deployRemotePortlet(Portlet portlet,
                                          java.lang.String categoryName)
                                   throws SystemException
Throws:
SystemException

destroyPortlet

public static void destroyPortlet(Portlet portlet)

destroyRemotePortlet

public static void destroyRemotePortlet(Portlet portlet)

getCustomAttributesDisplays

public static java.util.List<CustomAttributesDisplay> getCustomAttributesDisplays()

getEARDisplay

public static PortletCategory getEARDisplay(java.lang.String xml)
                                     throws SystemException
Throws:
SystemException

getFriendlyURLMapperPortlets

public static java.util.List<Portlet> getFriendlyURLMapperPortlets()

getFriendlyURLMappers

public static java.util.List<FriendlyURLMapper> getFriendlyURLMappers()

getPortletApp

public static PortletApp getPortletApp(java.lang.String servletContextName)

getPortletById

public static Portlet getPortletById(long companyId,
                                     java.lang.String portletId)
                              throws SystemException
Throws:
SystemException

getPortletById

public static Portlet getPortletById(java.lang.String portletId)

getPortletByStrutsPath

public static Portlet getPortletByStrutsPath(long companyId,
                                             java.lang.String strutsPath)
                                      throws SystemException
Throws:
SystemException

getPortlets

public static java.util.List<Portlet> getPortlets()

getPortlets

public static java.util.List<Portlet> getPortlets(long companyId)
                                           throws SystemException
Throws:
SystemException

getPortlets

public static java.util.List<Portlet> getPortlets(long companyId,
                                                  boolean showSystem,
                                                  boolean showPortal)
                                           throws SystemException
Throws:
SystemException

getWARDisplay

public static PortletCategory getWARDisplay(java.lang.String servletContextName,
                                            java.lang.String xml)
                                     throws SystemException
Throws:
SystemException

hasPortlet

public static boolean hasPortlet(long companyId,
                                 java.lang.String portletId)
                          throws SystemException
Throws:
SystemException

initEAR

public static void initEAR(javax.servlet.ServletContext servletContext,
                           java.lang.String[] xmls,
                           PluginPackage pluginPackage)

initWAR

public static java.util.List<Portlet> initWAR(java.lang.String servletContextName,
                                              javax.servlet.ServletContext servletContext,
                                              java.lang.String[] xmls,
                                              PluginPackage pluginPackage)

updatePortlet

public static Portlet updatePortlet(long companyId,
                                    java.lang.String portletId,
                                    java.lang.String roles,
                                    boolean active)
                             throws SystemException
Throws:
SystemException

getService

public static PortletLocalService getService()

setService

public void setService(PortletLocalService service)