com.liferay.portlet.ratings.service.base
Class RatingsStatsLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Direct Known Subclasses:
- RatingsStatsLocalServiceImpl
public abstract class RatingsStatsLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.ratings.service.RatingsStatsLocalService
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.RatingsStatsLocalService |
addStats, deleteStats, getStats, getStats |
ratingsEntryLocalService
@BeanReference(name="com.liferay.portlet.ratings.service.RatingsEntryLocalService")
protected com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService
ratingsEntryService
@BeanReference(name="com.liferay.portlet.ratings.service.RatingsEntryService")
protected com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService
ratingsEntryPersistence
@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence")
protected com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence
ratingsStatsLocalService
@BeanReference(name="com.liferay.portlet.ratings.service.RatingsStatsLocalService")
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
ratingsStatsPersistence
@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence")
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
counterLocalService
@BeanReference(name="com.liferay.counter.service.CounterLocalService")
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
@BeanReference(name="com.liferay.counter.service.CounterService")
protected com.liferay.counter.service.CounterService counterService
resourceLocalService
@BeanReference(name="com.liferay.portal.service.ResourceLocalService")
protected com.liferay.portal.service.ResourceLocalService resourceLocalService
resourceService
@BeanReference(name="com.liferay.portal.service.ResourceService")
protected com.liferay.portal.service.ResourceService resourceService
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
resourceFinder
@BeanReference(name="com.liferay.portal.service.persistence.ResourceFinder")
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder
userLocalService
@BeanReference(name="com.liferay.portal.service.UserLocalService")
protected com.liferay.portal.service.UserLocalService userLocalService
userService
@BeanReference(name="com.liferay.portal.service.UserService")
protected com.liferay.portal.service.UserService userService
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userFinder
@BeanReference(name="com.liferay.portal.service.persistence.UserFinder")
protected com.liferay.portal.service.persistence.UserFinder userFinder
RatingsStatsLocalServiceBaseImpl
public RatingsStatsLocalServiceBaseImpl()
addRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats addRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats createRatingsStats(long statsId)
- Specified by:
createRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
deleteRatingsStats
public void deleteRatingsStats(long statsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRatingsStats
public void deleteRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats getRatingsStats(long statsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRatingsStatses
public java.util.List<com.liferay.portlet.ratings.model.RatingsStats> getRatingsStatses(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRatingsStatses
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRatingsStatsesCount
public int getRatingsStatsesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRatingsStatsesCount
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.kernel.exception.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)
getResourceLocalService
public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
getResourceService
public com.liferay.portal.service.ResourceService getResourceService()
setResourceService
public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
getResourcePersistence
public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
getResourceFinder
public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
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)
runSQL
protected void runSQL(java.lang.String sql)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException