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
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
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
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 dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 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 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 setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 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.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
           
 com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats, 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.RatingsStatsLocalService
addStats, deleteStats, getStats, getStats
 

Field Detail

ratingsEntryLocalService

@BeanReference(type=com.liferay.portlet.ratings.service.RatingsEntryLocalService.class)
protected com.liferay.portlet.ratings.service.RatingsEntryLocalService ratingsEntryLocalService

ratingsEntryService

@BeanReference(type=com.liferay.portlet.ratings.service.RatingsEntryService.class)
protected com.liferay.portlet.ratings.service.RatingsEntryService ratingsEntryService

ratingsEntryPersistence

@BeanReference(type=com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence.class)
protected com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence

ratingsStatsLocalService

@BeanReference(type=com.liferay.portlet.ratings.service.RatingsStatsLocalService.class)
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence.class)
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence

counterLocalService

@BeanReference(type=com.liferay.counter.service.CounterLocalService.class)
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(type=com.liferay.counter.service.CounterService.class)
protected com.liferay.counter.service.CounterService counterService

resourceLocalService

@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder
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 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 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

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount 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

updateRatingsStats

public com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats,
                                                                         boolean merge)
                                                                  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)

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.SystemException
Throws:
com.liferay.portal.SystemException