com.liferay.portlet.ratings.service.impl
Class RatingsEntryLocalServiceImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl
- All Implemented Interfaces:
- RatingsEntryLocalService
public class RatingsEntryLocalServiceImpl
- extends RatingsEntryLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl |
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialEquityLogLocalService, socialEquityLogPersistence, userFinder, userLocalService, userPersistence, userService |
Method Summary |
void |
deleteEntry(long userId,
String className,
long classPK)
|
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)
|
RatingsEntry |
updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl |
addRatingsEntry, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getCounterLocalService, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialEquityLogLocalService, getSocialEquityLogPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialEquityLogLocalService, setSocialEquityLogPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateRatingsEntry, updateRatingsEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsEntryLocalServiceImpl
public RatingsEntryLocalServiceImpl()
deleteEntry
public void deleteEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getEntries
public List<RatingsEntry> getEntries(long userId,
String className,
List<Long> classPKs)
throws SystemException
- Throws:
SystemException
getEntries
public List<RatingsEntry> getEntries(String className,
long classPK)
throws SystemException
- Throws:
SystemException
getEntry
public RatingsEntry getEntry(long userId,
String className,
long classPK)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateEntry
public RatingsEntry updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException