public class RatingsEntryLocalServiceImpl extends RatingsEntryLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceLocalService, userFinder, userLocalService, userPersistence| Constructor and Description |
|---|
RatingsEntryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(long userId,
String className,
long classPK) |
void |
deleteEntry(com.liferay.ratings.kernel.model.RatingsEntry entry,
long userId,
String className,
long classPK) |
com.liferay.ratings.kernel.model.RatingsEntry |
fetchEntry(long userId,
String className,
long classPK) |
List<com.liferay.ratings.kernel.model.RatingsEntry> |
getEntries(long userId,
String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Map<Long,com.liferay.ratings.kernel.model.RatingsEntry> |
getEntries(long userId,
String className,
long[] classPKs) |
List<com.liferay.ratings.kernel.model.RatingsEntry> |
getEntries(String className,
long classPK) |
List<com.liferay.ratings.kernel.model.RatingsEntry> |
getEntries(String className,
long classPK,
double score) |
int |
getEntriesCount(String className,
long classPK,
double score) |
com.liferay.ratings.kernel.model.RatingsEntry |
getEntry(long userId,
String className,
long classPK) |
com.liferay.ratings.kernel.model.RatingsEntry |
updateEntry(long userId,
String className,
long classPK,
double score,
com.liferay.portal.kernel.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, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryByUuidAndCompanyId, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateRatingsEntrypublic void deleteEntry(long userId,
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.ratings.kernel.model.RatingsEntry entry,
long userId,
String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.ratings.kernel.model.RatingsEntry fetchEntry(long userId,
String className,
long classPK)
@Deprecated
public List<com.liferay.ratings.kernel.model.RatingsEntry> getEntries(long userId,
String className,
List<Long> classPKs)
public Map<Long,com.liferay.ratings.kernel.model.RatingsEntry> getEntries(long userId,
String className,
long[] classPKs)
public List<com.liferay.ratings.kernel.model.RatingsEntry> getEntries(String className,
long classPK)
public List<com.liferay.ratings.kernel.model.RatingsEntry> getEntries(String className,
long classPK,
double score)
public int getEntriesCount(String className,
long classPK,
double score)
public com.liferay.ratings.kernel.model.RatingsEntry getEntry(long userId,
String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.ratings.kernel.model.RatingsEntry updateEntry(long userId,
String className,
long classPK,
double score,
com.liferay.portal.kernel.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