Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
          extended by com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, RatingsEntryLocalService

public class RatingsEntryLocalServiceImpl
extends RatingsEntryLocalServiceBaseImpl


Field Summary
 
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
 
Constructor Summary
RatingsEntryLocalServiceImpl()
           
 
Method Summary
 void deleteEntry(long userId, String className, long classPK)
           
 RatingsEntry fetchEntry(long userId, String className, long classPK)
           
 List<RatingsEntry> getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> getEntries(String className, long classPK)
           
 List<RatingsEntry> getEntries(String className, long classPK, double score)
           
 int getEntriesCount(String className, long classPK, double score)
           
 RatingsEntry getEntry(long userId, String className, long classPK)
           
 RatingsEntry updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
protected  void validate(String className, double score)
           
 
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
addRatingsEntry, afterPropertiesSet, createRatingsEntry, deleteRatingsEntry, deleteRatingsEntry, destroy, dynamicQuery, 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 com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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

fetchEntry

public RatingsEntry fetchEntry(long userId,
                               String className,
                               long classPK)
                        throws SystemException
Throws:
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

getEntries

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

getEntriesCount

public int getEntriesCount(String className,
                           long classPK,
                           double score)
                    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

validate

protected void validate(String className,
                        double score)
                 throws PortalException
Throws:
PortalException

Liferay 6.1.2-ce-ga3