com.liferay.portlet.ratings.service.impl
Class RatingsEntryLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
      extended by com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.ratings.service.RatingsEntryLocalService

public class RatingsEntryLocalServiceImpl
extends RatingsEntryLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, counterService, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsLocalService, ratingsStatsPersistence, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
RatingsEntryLocalServiceImpl()
           
 
Method Summary
 void deleteEntry(long userId, java.lang.String className, long classPK)
           
 java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className, long classPK)
           
 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)
           
 
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
addRatingsEntry, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, dynamicQuery, dynamicQuery, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getCounterLocalService, getCounterService, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStatsLocalService, getRatingsStatsPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setCounterService, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsLocalService, setRatingsStatsPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateRatingsEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntryLocalServiceImpl

public RatingsEntryLocalServiceImpl()
Method Detail

deleteEntry

public void deleteEntry(long userId,
                        java.lang.String className,
                        long classPK)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntry

public com.liferay.portlet.ratings.model.RatingsEntry getEntry(long userId,
                                                               java.lang.String className,
                                                               long classPK)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntries

public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getEntries(java.lang.String className,
                                                                                 long classPK)
                                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateEntry

public com.liferay.portlet.ratings.model.RatingsEntry updateEntry(long userId,
                                                                  java.lang.String className,
                                                                  long classPK,
                                                                  double score)
                                                           throws com.liferay.portal.PortalException,
                                                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException