com.liferay.portal.service
Class PortletItemLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletItemLocalServiceWrapper
- All Implemented Interfaces:
- PortletItemLocalService
public class PortletItemLocalServiceWrapper
- extends Object
- implements PortletItemLocalService
This class is a wrapper for PortletItemLocalService.
- See Also:
PortletItemLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
PortletItem |
addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
addPortletItem(PortletItem portletItem)
|
PortletItem |
createPortletItem(long portletItemId)
|
void |
deletePortletItem(long portletItemId)
|
void |
deletePortletItem(PortletItem portletItem)
|
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)
|
PortletItem |
getPortletItem(long portletItemId)
|
PortletItem |
getPortletItem(long groupId,
String name,
String portletId,
String className)
|
List<PortletItem> |
getPortletItems(int start,
int end)
|
List<PortletItem> |
getPortletItems(long groupId,
String className)
|
List<PortletItem> |
getPortletItems(long groupId,
String portletId,
String className)
|
int |
getPortletItemsCount()
|
PortletItemLocalService |
getWrappedPortletItemLocalService()
|
PortletItem |
updatePortletItem(long userId,
long groupId,
String name,
String portletId,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PortletItemLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PortletItemLocalService
- Throws:
SystemException
dynamicQuery
public 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 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,
String name,
String portletId,
String className)
throws PortalException,
SystemException
- Specified by:
addPortletItem in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getPortletItem
public PortletItem getPortletItem(long groupId,
String name,
String portletId,
String className)
throws PortalException,
SystemException
- Specified by:
getPortletItem in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getPortletItems
public List<PortletItem> getPortletItems(long groupId,
String className)
throws SystemException
- Specified by:
getPortletItems in interface PortletItemLocalService
- Throws:
SystemException
getPortletItems
public List<PortletItem> getPortletItems(long groupId,
String portletId,
String className)
throws SystemException
- Specified by:
getPortletItems in interface PortletItemLocalService
- Throws:
SystemException
updatePortletItem
public PortletItem updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
throws PortalException,
SystemException
- Specified by:
updatePortletItem in interface PortletItemLocalService
- Throws:
PortalException
SystemException
getWrappedPortletItemLocalService
public PortletItemLocalService getWrappedPortletItemLocalService()