public class RatingsEntryLocalServiceImpl extends RatingsEntryLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, classNameLocalService, classNamePersistence, classNameService, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
RatingsEntryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(long userId,
java.lang.String className,
long classPK) |
void |
deleteEntry(com.liferay.portlet.ratings.model.RatingsEntry entry,
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(double score) |
addRatingsEntry, afterPropertiesSet, createRatingsEntry, deletePersistedModel, deleteRatingsEntry, deleteRatingsEntry, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRatingsEntry, fetchRatingsEntryByUuidAndCompanyId, getActionableDynamicQuery, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryByUuidAndCompanyId, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, 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.PortalException@SystemEvent(type=1)
public void deleteEntry(com.liferay.portlet.ratings.model.RatingsEntry entry,
long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.ratings.model.RatingsEntry fetchEntry(long userId,
java.lang.String className,
long classPK)
public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(long userId,
java.lang.String className,
java.util.List<java.lang.Long> classPKs)
public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
long classPK)
public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
long classPK,
double score)
public int getEntriesCount(java.lang.String className,
long classPK,
double score)
public 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.PortalExceptionpublic 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.PortalExceptionprotected void validate(double score)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException