Liferay 6.0.5

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:
RatingsEntryLocalService

public class RatingsEntryLocalServiceImpl
extends RatingsEntryLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialEquityLogLocalService, socialEquityLogPersistence, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
RatingsEntryLocalServiceImpl()
           
 
Method Summary
 void deleteEntry(long userId, String className, long classPK)
           
 List<RatingsEntry> getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> getEntries(String className, long classPK)
           
 RatingsEntry getEntry(long userId, String className, long classPK)
           
 RatingsEntry updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
addRatingsEntry, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getCounterLocalService, getRatingsEntries, getRatingsEntriesCount, getRatingsEntry, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialEquityLogLocalService, getSocialEquityLogPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialEquityLogLocalService, setSocialEquityLogPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateRatingsEntry, 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,
                        String className,
                        long classPK)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getEntries

public List<RatingsEntry> getEntries(long userId,
                                     String className,
                                     List<Long> classPKs)
                              throws SystemException
Throws:
SystemException

getEntries

public List<RatingsEntry> getEntries(String className,
                                     long classPK)
                              throws SystemException
Throws:
SystemException

getEntry

public RatingsEntry getEntry(long userId,
                             String className,
                             long classPK)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

updateEntry

public RatingsEntry updateEntry(long userId,
                                String className,
                                long classPK,
                                double score,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5