com.liferay.portlet.ratings.service.base
Class RatingsEntryLocalServiceBaseImpl

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

public abstract class RatingsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.ratings.service.RatingsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
           
protected  com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
           
protected  com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
           
protected  com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence
           
protected  com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService
           
protected  com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
RatingsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.ratings.model.RatingsEntry addRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
           
 com.liferay.portlet.ratings.model.RatingsEntry createRatingsEntry(long entryId)
           
 void deleteRatingsEntry(long entryId)
           
 void deleteRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
           
 com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
           
 com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()
           
 com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getRatingsEntries(int start, int end)
           
 int getRatingsEntriesCount()
           
 com.liferay.portlet.ratings.model.RatingsEntry getRatingsEntry(long entryId)
           
 com.liferay.portlet.ratings.service.RatingsEntryLocalService getRatingsEntryLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence getRatingsEntryPersistence()
           
 com.liferay.portlet.ratings.service.RatingsEntryService getRatingsEntryService()
           
 com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
protected  void runSQL(java.lang.String sql)
           
 void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
           
 void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)
           
 void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
           
 void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)
           
 void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
           
 void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)
           
 void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setRatingsEntryLocalService(com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService)
           
 void setRatingsEntryPersistence(com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence)
           
 void setRatingsEntryService(com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService)
           
 void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)
           
 void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
           
 com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
deleteEntry, getEntries, getEntry, updateEntry
 

Field Detail

ratingsEntryLocalService

@BeanReference(name="com.liferay.portlet.ratings.service.RatingsEntryLocalService.impl")
protected com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService

ratingsEntryService

@BeanReference(name="com.liferay.portlet.ratings.service.RatingsEntryService.impl")
protected com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService

ratingsEntryPersistence

@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence.impl")
protected com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence

ratingsStatsLocalService

@BeanReference(name="com.liferay.portlet.ratings.service.RatingsStatsLocalService.impl")
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence.impl")
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder

blogsEntryLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryLocalService.impl")
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService

blogsEntryService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryService.impl")
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService

blogsEntryPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence

blogsEntryFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder

blogsStatsUserLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsStatsUserLocalService.impl")
protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService

blogsStatsUserPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence

blogsStatsUserFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
Constructor Detail

RatingsEntryLocalServiceBaseImpl

public RatingsEntryLocalServiceBaseImpl()
Method Detail

addRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry addRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
                                                               throws com.liferay.portal.SystemException
Specified by:
addRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

createRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry createRatingsEntry(long entryId)
Specified by:
createRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService

deleteRatingsEntry

public void deleteRatingsEntry(long entryId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRatingsEntry

public void deleteRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
                        throws com.liferay.portal.SystemException
Specified by:
deleteRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

getRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry getRatingsEntry(long entryId)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Specified by:
getRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRatingsEntries

public java.util.List<com.liferay.portlet.ratings.model.RatingsEntry> getRatingsEntries(int start,
                                                                                        int end)
                                                                                 throws com.liferay.portal.SystemException
Specified by:
getRatingsEntries in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

getRatingsEntriesCount

public int getRatingsEntriesCount()
                           throws com.liferay.portal.SystemException
Specified by:
getRatingsEntriesCount in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry,
                                                                         boolean merge)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

getRatingsEntryLocalService

public com.liferay.portlet.ratings.service.RatingsEntryLocalService getRatingsEntryLocalService()

setRatingsEntryLocalService

public void setRatingsEntryLocalService(com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService)

getRatingsEntryService

public com.liferay.portlet.ratings.service.RatingsEntryService getRatingsEntryService()

setRatingsEntryService

public void setRatingsEntryService(com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService)

getRatingsEntryPersistence

public com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence getRatingsEntryPersistence()

setRatingsEntryPersistence

public void setRatingsEntryPersistence(com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence)

getRatingsStatsLocalService

public com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()

setRatingsStatsLocalService

public void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)

getRatingsStatsPersistence

public com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()

setRatingsStatsPersistence

public void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)

getBlogsEntryLocalService

public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()

setBlogsEntryLocalService

public void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)

getBlogsEntryService

public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()

setBlogsEntryService

public void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)

getBlogsEntryPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()

setBlogsEntryPersistence

public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)

getBlogsEntryFinder

public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()

setBlogsEntryFinder

public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)

getBlogsStatsUserLocalService

public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()

setBlogsStatsUserLocalService

public void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)

getBlogsStatsUserPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()

setBlogsStatsUserPersistence

public void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)

getBlogsStatsUserFinder

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()

setBlogsStatsUserFinder

public void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException