com.liferay.portal.service
Class PortletItemLocalServiceWrapper
java.lang.Object
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:
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 |
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)
|
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 |
PortletItemLocalServiceWrapper
public PortletItemLocalServiceWrapper(PortletItemLocalService portletItemLocalService)
addPortletItem
public PortletItem addPortletItem(PortletItem portletItem)
throws SystemException
- Specified by:
addPortletItem
in interface PortletItemLocalService
- Throws:
SystemException
createPortletItem
public PortletItem createPortletItem(long portletItemId)
- Specified by:
createPortletItem
in interface PortletItemLocalService
deletePortletItem
public void deletePortletItem(long portletItemId)
throws PortalException,
SystemException
- Specified by:
deletePortletItem
in interface PortletItemLocalService
- Throws:
PortalException
SystemException
deletePortletItem
public void deletePortletItem(PortletItem portletItem)
throws SystemException
- Specified by:
deletePortletItem
in interface PortletItemLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletItemLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletItemLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface PortletItemLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface PortletItemLocalService
- Throws:
SystemException
getPortletItem
public PortletItem getPortletItem(long portletItemId)
throws PortalException,
SystemException
- Specified by:
getPortletItem
in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getPortletItems
public java.util.List<PortletItem> getPortletItems(int start,
int end)
throws SystemException
- Specified by:
getPortletItems
in interface PortletItemLocalService
- Throws:
SystemException
getPortletItemsCount
public int getPortletItemsCount()
throws SystemException
- Specified by:
getPortletItemsCount
in interface PortletItemLocalService
- Throws:
SystemException
updatePortletItem
public PortletItem updatePortletItem(PortletItem portletItem)
throws SystemException
- Specified by:
updatePortletItem
in interface PortletItemLocalService
- Throws:
SystemException
updatePortletItem
public PortletItem updatePortletItem(PortletItem portletItem,
boolean merge)
throws SystemException
- Specified by:
updatePortletItem
in interface PortletItemLocalService
- Throws:
SystemException
addPortletItem
public PortletItem addPortletItem(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
java.lang.String className)
throws PortalException,
SystemException
- Specified by:
addPortletItem
in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getPortletItem
public PortletItem getPortletItem(long groupId,
java.lang.String name,
java.lang.String portletId,
java.lang.String className)
throws PortalException,
SystemException
- Specified by:
getPortletItem
in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getPortletItems
public java.util.List<PortletItem> getPortletItems(long groupId,
java.lang.String className)
throws SystemException
- Specified by:
getPortletItems
in interface PortletItemLocalService
- Throws:
SystemException
getPortletItems
public java.util.List<PortletItem> getPortletItems(long groupId,
java.lang.String portletId,
java.lang.String className)
throws SystemException
- Specified by:
getPortletItems
in interface PortletItemLocalService
- Throws:
SystemException
updatePortletItem
public PortletItem updatePortletItem(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
java.lang.String className)
throws PortalException,
SystemException
- Specified by:
updatePortletItem
in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getWrappedPortletItemLocalService
public PortletItemLocalService getWrappedPortletItemLocalService()