public class RatingsEntryLocalServiceImpl extends RatingsEntryLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryLocalService, ratingsEntryPersistence, 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) |
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, createPersistedModel, createRatingsEntry, deletePersistedModel, deleteRatingsEntry, deleteRatingsEntry, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRatingsEntry, fetchRatingsEntryByUuidAndCompanyId, getActionableDynamicQuery, getBasePersistence, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getCTPersistence, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryByUuidAndCompanyId, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateRatingsEntry, updateWithUnsafeFunction
public 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.PortalException
public com.liferay.ratings.kernel.model.RatingsEntry fetchEntry(long userId, String className, long classPK)
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.PortalException
public 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.PortalException
protected void validate(double score) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException