com.liferay.wsrp.service
Class WSRPPortletLocalServiceUtil

java.lang.Object
  extended by com.liferay.wsrp.service.WSRPPortletLocalServiceUtil

public class WSRPPortletLocalServiceUtil
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 com.liferay.wsrp.service.WSRPPortletLocalService 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:
WSRPPortletLocalService

Constructor Summary
WSRPPortletLocalServiceUtil()
           
 
Method Summary
static WSRPPortlet addWSRPPortlet(WSRPPortlet wsrpPortlet)
           
static WSRPPortlet createWSRPPortlet(long portletId)
           
static void deleteWSRPPortlet(long portletId)
           
static void deleteWSRPPortlet(WSRPPortlet wsrpPortlet)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static WSRPPortlet getPortlet(java.lang.String portletName)
           
static java.util.List<WSRPPortlet> getPortlets()
           
static java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId)
           
static java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId, java.lang.String portletHandle)
           
static WSRPPortletLocalService getService()
           
static WSRPPortlet getWSRPPortlet(long portletId)
           
static java.util.List<WSRPPortlet> getWSRPPortlets(int start, int end)
           
static int getWSRPPortletsCount()
           
 void setService(WSRPPortletLocalService service)
           
static WSRPPortlet updateWSRPPortlet(WSRPPortlet wsrpPortlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPPortletLocalServiceUtil

public WSRPPortletLocalServiceUtil()
Method Detail

addWSRPPortlet

public static WSRPPortlet addWSRPPortlet(WSRPPortlet wsrpPortlet)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createWSRPPortlet

public static WSRPPortlet createWSRPPortlet(long portletId)

deleteWSRPPortlet

public static void deleteWSRPPortlet(long portletId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteWSRPPortlet

public static void deleteWSRPPortlet(WSRPPortlet wsrpPortlet)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWSRPPortlet

public static WSRPPortlet getWSRPPortlet(long portletId)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWSRPPortlets

public static java.util.List<WSRPPortlet> getWSRPPortlets(int start,
                                                          int end)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWSRPPortletsCount

public static int getWSRPPortletsCount()
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateWSRPPortlet

public static WSRPPortlet updateWSRPPortlet(WSRPPortlet wsrpPortlet)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlet

public static WSRPPortlet getPortlet(java.lang.String portletName)
                              throws com.liferay.portal.SystemException,
                                     NoSuchPortletException
Throws:
com.liferay.portal.SystemException
NoSuchPortletException

getPortlets

public static java.util.List<WSRPPortlet> getPortlets()
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlets

public static java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlets

public static java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId,
                                                      java.lang.String portletHandle)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getService

public static WSRPPortletLocalService getService()

setService

public void setService(WSRPPortletLocalService service)