com.liferay.portlet.ratings.service
Class RatingsEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.ratings.service.RatingsEntryLocalServiceWrapper
- All Implemented Interfaces:
- RatingsEntryLocalService
public class RatingsEntryLocalServiceWrapper
- extends Object
- implements RatingsEntryLocalService
This class is a wrapper for RatingsEntryLocalService.
- See Also:
RatingsEntryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
RatingsEntry |
addRatingsEntry(RatingsEntry ratingsEntry)
|
RatingsEntry |
createRatingsEntry(long entryId)
|
void |
deleteEntry(long userId,
String className,
long classPK)
|
void |
deleteRatingsEntry(long entryId)
|
void |
deleteRatingsEntry(RatingsEntry ratingsEntry)
|
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)
|
List<RatingsEntry> |
getEntries(long userId,
String className,
List<Long> classPKs)
|
List<RatingsEntry> |
getEntries(String className,
long classPK)
|
RatingsEntry |
getEntry(long userId,
String className,
long classPK)
|
List<RatingsEntry> |
getRatingsEntries(int start,
int end)
|
int |
getRatingsEntriesCount()
|
RatingsEntry |
getRatingsEntry(long entryId)
|
RatingsEntryLocalService |
getWrappedRatingsEntryLocalService()
|
RatingsEntry |
updateEntry(long userId,
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 SystemException
- Specified by:
addRatingsEntry in interface RatingsEntryLocalService
- Throws:
SystemException
createRatingsEntry
public RatingsEntry createRatingsEntry(long entryId)
- Specified by:
createRatingsEntry in interface RatingsEntryLocalService
deleteRatingsEntry
public void deleteRatingsEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
- Throws:
PortalException
SystemException
deleteRatingsEntry
public void deleteRatingsEntry(RatingsEntry ratingsEntry)
throws SystemException
- Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface RatingsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface RatingsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface RatingsEntryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface RatingsEntryLocalService
- Throws:
SystemException
getRatingsEntry
public RatingsEntry getRatingsEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getRatingsEntry in interface RatingsEntryLocalService
- Throws:
PortalException
SystemException
getRatingsEntries
public List<RatingsEntry> getRatingsEntries(int start,
int end)
throws SystemException
- Specified by:
getRatingsEntries in interface RatingsEntryLocalService
- Throws:
SystemException
getRatingsEntriesCount
public int getRatingsEntriesCount()
throws SystemException
- Specified by:
getRatingsEntriesCount in interface RatingsEntryLocalService
- Throws:
SystemException
updateRatingsEntry
public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
throws SystemException
- Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
- Throws:
SystemException
updateRatingsEntry
public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry,
boolean merge)
throws SystemException
- Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
- Throws:
SystemException
deleteEntry
public void deleteEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface RatingsEntryLocalService
- Throws:
PortalException
SystemException
getEntries
public List<RatingsEntry> getEntries(long userId,
String className,
List<Long> classPKs)
throws SystemException
- Specified by:
getEntries in interface RatingsEntryLocalService
- Throws:
SystemException
getEntries
public List<RatingsEntry> getEntries(String className,
long classPK)
throws SystemException
- Specified by:
getEntries in interface RatingsEntryLocalService
- Throws:
SystemException
getEntry
public RatingsEntry getEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
getEntry in interface RatingsEntryLocalService
- Throws:
PortalException
SystemException
updateEntry
public RatingsEntry updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateEntry in interface RatingsEntryLocalService
- Throws:
PortalException
SystemException
getWrappedRatingsEntryLocalService
public RatingsEntryLocalService getWrappedRatingsEntryLocalService()