com.liferay.portlet.ratings.service.base
Class RatingsEntryLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, 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, com.liferay.portal.kernel.bean.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
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 |
ratingsEntryPersistence
protected com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence
ratingsStatsLocalService
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
ratingsStatsPersistence
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
userLocalService
protected com.liferay.portal.service.UserLocalService userLocalService
userService
protected com.liferay.portal.service.UserService userService
userPersistence
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userFinder
protected com.liferay.portal.service.persistence.UserFinder userFinder
blogsEntryLocalService
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
blogsEntryService
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
blogsEntryPersistence
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
blogsEntryFinder
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
blogsStatsUserLocalService
protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService
blogsStatsUserPersistence
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
blogsStatsUserFinder
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
RatingsEntryLocalServiceBaseImpl
public RatingsEntryLocalServiceBaseImpl()
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
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
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)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface com.liferay.portal.kernel.bean.InitializingBean