public class RatingsEntryLocalServiceImpl extends RatingsEntryLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceLocalService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
RatingsEntryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(long userId,
java.lang.String className,
long classPK) |
com.liferay.portlet.ratings.model.RatingsEntry |
fetchEntry(long userId,
java.lang.String className,
long classPK) |
java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> |
getEntries(long userId,
java.lang.String className,
java.util.List<java.lang.Long> classPKs) |
java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> |
getEntries(java.lang.String className,
long classPK) |
java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> |
getEntries(java.lang.String className,
long classPK,
double score) |
int |
getEntriesCount(java.lang.String className,
long classPK,
double score) |
com.liferay.portlet.ratings.model.RatingsEntry |
getEntry(long userId,
java.lang.String className,
long classPK) |
com.liferay.portlet.ratings.model.RatingsEntry |
updateEntry(long userId,
java.lang.String className,
long classPK,
double score,
com.liferay.portal.service.ServiceContext serviceContext) |
protected void |
validate(java.lang.String className,
double score) |
addRatingsEntry, afterPropertiesSet, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRatingsEntry, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getBeanIdentifier, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setBeanIdentifier, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateRatingsEntrypublic void deleteEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.ratings.model.RatingsEntry fetchEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(long userId,
java.lang.String className,
java.util.List<java.lang.Long> classPKs)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
long classPK,
double score)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getEntriesCount(java.lang.String className,
long classPK,
double score)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.ratings.model.RatingsEntry getEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.ratings.model.RatingsEntry updateEntry(long userId,
java.lang.String className,
long classPK,
double score,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void validate(java.lang.String className,
double score)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException