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, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- RatingsStatsLocalServiceImpl
public abstract class RatingsStatsLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.ratings.service.RatingsStatsLocalService, org.springframework.beans.factory.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.RatingsStatsLocalService |
deleteStats, getStats, getStats |
ratingsEntryLocalService
protected com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService
ratingsEntryService
protected com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService
ratingsEntryPersistence
protected com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence
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
RatingsStatsLocalServiceBaseImpl
public RatingsStatsLocalServiceBaseImpl()
addRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats addRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Specified by:
addRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
deleteRatingsStats
public void deleteRatingsStats(long statsId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRatingsStats
public void deleteRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.ratings.model.RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.ratings.model.RatingsStats> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- 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)
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)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean