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:
- com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.ratings.service.RatingsEntryLocalService
public class RatingsEntryLocalServiceImpl
- extends RatingsEntryLocalServiceBaseImpl
- Author:
- Brian Wing Shun Chan, Zsolt Berentey
| Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, userFinder, userLocalService, userPersistence, userService |
|
Method Summary |
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)
|
| Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl |
addRatingsEntry, afterPropertiesSet, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, destroy, dynamicQuery, dynamicQuery, dynamicQuery, 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, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, 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, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, 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,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
fetchEntry
public com.liferay.portlet.ratings.model.RatingsEntry fetchEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntries
public 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
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntries
public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntries
public 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
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntriesCount
public int getEntriesCount(java.lang.String className,
long classPK,
double score)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntry
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.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateEntry
public 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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException