com.liferay.portlet.ratings.service
Class RatingsEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.ratings.service.RatingsEntryLocalServiceWrapper
- All Implemented Interfaces:
- RatingsEntryLocalService
public class RatingsEntryLocalServiceWrapper
- extends java.lang.Object
- implements RatingsEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for RatingsEntryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
RatingsEntryLocalService
- Generated:
Method Summary |
RatingsEntry |
addRatingsEntry(RatingsEntry ratingsEntry)
|
RatingsEntry |
createRatingsEntry(long entryId)
|
void |
deleteEntry(long userId,
java.lang.String className,
long classPK)
|
void |
deleteRatingsEntry(long entryId)
|
void |
deleteRatingsEntry(RatingsEntry ratingsEntry)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<RatingsEntry> |
getEntries(java.lang.String className,
long classPK)
|
RatingsEntry |
getEntry(long userId,
java.lang.String className,
long classPK)
|
java.util.List<RatingsEntry> |
getRatingsEntries(int start,
int end)
|
int |
getRatingsEntriesCount()
|
RatingsEntry |
getRatingsEntry(long entryId)
|
RatingsEntryLocalService |
getWrappedRatingsEntryLocalService()
|
RatingsEntry |
updateEntry(long userId,
java.lang.String className,
long classPK,
double score)
Deprecated. |
RatingsEntry |
updateEntry(long userId,
java.lang.String className,
long classPK,
double score,
ServiceContext serviceContext)
|
RatingsEntry |
updateRatingsEntry(RatingsEntry ratingsEntry)
|
RatingsEntry |
updateRatingsEntry(RatingsEntry ratingsEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsEntryLocalServiceWrapper
public RatingsEntryLocalServiceWrapper(RatingsEntryLocalService ratingsEntryLocalService)
addRatingsEntry
public RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
throws com.liferay.portal.SystemException
- Specified by:
addRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
createRatingsEntry
public RatingsEntry createRatingsEntry(long entryId)
- Specified by:
createRatingsEntry
in interface RatingsEntryLocalService
deleteRatingsEntry
public void deleteRatingsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRatingsEntry
public void deleteRatingsEntry(RatingsEntry ratingsEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getRatingsEntry
public RatingsEntry getRatingsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getRatingsEntries
public java.util.List<RatingsEntry> getRatingsEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getRatingsEntries
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getRatingsEntriesCount
public int getRatingsEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getRatingsEntriesCount
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsEntry
public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsEntry
public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntries
public java.util.List<RatingsEntry> getEntries(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntry
public RatingsEntry getEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntry
public RatingsEntry updateEntry(long userId,
java.lang.String className,
long classPK,
double score)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Deprecated.
- Specified by:
updateEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntry
public RatingsEntry updateEntry(long userId,
java.lang.String className,
long classPK,
double score,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntry
in interface RatingsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedRatingsEntryLocalService
public RatingsEntryLocalService getWrappedRatingsEntryLocalService()