com.liferay.portal.service
Class PortletItemLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortletItemLocalServiceWrapper
All Implemented Interfaces:
PortletItemLocalService

public class PortletItemLocalServiceWrapper
extends java.lang.Object
implements PortletItemLocalService

View Source

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

This class is a wrapper for PortletItemLocalService.

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

Constructor Summary
PortletItemLocalServiceWrapper(PortletItemLocalService portletItemLocalService)
           
 
Method Summary
 PortletItem addPortletItem(long userId, long groupId, java.lang.String name, java.lang.String portletId, java.lang.String className)
           
 PortletItem addPortletItem(PortletItem portletItem)
           
 PortletItem createPortletItem(long portletItemId)
           
 void deletePortletItem(long portletItemId)
           
 void deletePortletItem(PortletItem portletItem)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 PortletItem getPortletItem(long portletItemId)
           
 PortletItem getPortletItem(long groupId, java.lang.String name, java.lang.String portletId, java.lang.String className)
           
 java.util.List<PortletItem> getPortletItems(int start, int end)
           
 java.util.List<PortletItem> getPortletItems(long groupId, java.lang.String className)
           
 java.util.List<PortletItem> getPortletItems(long groupId, java.lang.String portletId, java.lang.String className)
           
 int getPortletItemsCount()
           
 PortletItemLocalService getWrappedPortletItemLocalService()
           
 PortletItem updatePortletItem(long userId, long groupId, java.lang.String name, java.lang.String portletId, java.lang.String className)
           
 PortletItem updatePortletItem(PortletItem portletItem)
           
 PortletItem updatePortletItem(PortletItem portletItem, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletItemLocalServiceWrapper

public PortletItemLocalServiceWrapper(PortletItemLocalService portletItemLocalService)
Method Detail

addPortletItem

public PortletItem addPortletItem(PortletItem portletItem)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addPortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createPortletItem

public PortletItem createPortletItem(long portletItemId)
Specified by:
createPortletItem in interface PortletItemLocalService

deletePortletItem

public void deletePortletItem(long portletItemId)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deletePortletItem

public void deletePortletItem(PortletItem portletItem)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deletePortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPortletItem

public PortletItem getPortletItem(long portletItemId)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortletItems

public java.util.List<PortletItem> getPortletItems(int start,
                                                   int end)
                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItems in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPortletItemsCount

public int getPortletItemsCount()
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItemsCount in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updatePortletItem

public PortletItem updatePortletItem(PortletItem portletItem)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updatePortletItem

public PortletItem updatePortletItem(PortletItem portletItem,
                                     boolean merge)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addPortletItem

public PortletItem addPortletItem(long userId,
                                  long groupId,
                                  java.lang.String name,
                                  java.lang.String portletId,
                                  java.lang.String className)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
addPortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortletItem

public PortletItem getPortletItem(long groupId,
                                  java.lang.String name,
                                  java.lang.String portletId,
                                  java.lang.String className)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortletItems

public java.util.List<PortletItem> getPortletItems(long groupId,
                                                   java.lang.String className)
                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItems in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPortletItems

public java.util.List<PortletItem> getPortletItems(long groupId,
                                                   java.lang.String portletId,
                                                   java.lang.String className)
                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletItems in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updatePortletItem

public PortletItem updatePortletItem(long userId,
                                     long groupId,
                                     java.lang.String name,
                                     java.lang.String portletId,
                                     java.lang.String className)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePortletItem in interface PortletItemLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedPortletItemLocalService

public PortletItemLocalService getWrappedPortletItemLocalService()