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

java.lang.Object
  extended by 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

Field Summary
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
           
 
Constructor Summary
RatingsStatsLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.ratings.model.RatingsStats addRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
           
 com.liferay.portlet.ratings.model.RatingsStats createRatingsStats(long statsId)
           
 void deleteRatingsStats(long statsId)
           
 void deleteRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
           
 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.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 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.model.RatingsStats getRatingsStats(long statsId)
           
 java.util.List<com.liferay.portlet.ratings.model.RatingsStats> getRatingsStatses(int start, int end)
           
 int getRatingsStatsesCount()
           
 com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
           
 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)
           
 com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
           
 
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
 

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
Constructor Detail

RatingsStatsLocalServiceBaseImpl

public RatingsStatsLocalServiceBaseImpl()
Method Detail

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

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.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.SystemException
Specified by:
deleteRatingsStats in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
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.RatingsStatsLocalService
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.RatingsStatsLocalService
Throws:
com.liferay.portal.SystemException

getRatingsStats

public com.liferay.portlet.ratings.model.RatingsStats getRatingsStats(long statsId)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Specified by:
getRatingsStats in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRatingsStatses

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

getRatingsStatsesCount

public int getRatingsStatsesCount()
                           throws com.liferay.portal.SystemException
Specified by:
getRatingsStatsesCount 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)

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)