Liferay 6.0.4

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

java.lang.Object
  extended by com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
All Implemented Interfaces:
RatingsStatsLocalService
Direct Known Subclasses:
RatingsStatsLocalServiceImpl

public abstract class RatingsStatsLocalServiceBaseImpl
extends Object
implements RatingsStatsLocalService


Field Summary
protected  CounterLocalService counterLocalService
           
protected  RatingsEntryFinder ratingsEntryFinder
           
protected  RatingsEntryLocalService ratingsEntryLocalService
           
protected  RatingsEntryPersistence ratingsEntryPersistence
           
protected  RatingsEntryService ratingsEntryService
           
protected  RatingsStatsFinder ratingsStatsFinder
           
protected  RatingsStatsLocalService ratingsStatsLocalService
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
RatingsStatsLocalServiceBaseImpl()
           
 
Method Summary
 RatingsStats addRatingsStats(RatingsStats ratingsStats)
           
 RatingsStats createRatingsStats(long statsId)
           
 void deleteRatingsStats(long statsId)
           
 void deleteRatingsStats(RatingsStats ratingsStats)
           
 List dynamicQuery(DynamicQuery dynamicQuery)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 CounterLocalService getCounterLocalService()
           
 RatingsEntryFinder getRatingsEntryFinder()
           
 RatingsEntryLocalService getRatingsEntryLocalService()
           
 RatingsEntryPersistence getRatingsEntryPersistence()
           
 RatingsEntryService getRatingsEntryService()
           
 RatingsStats getRatingsStats(long statsId)
           
 List<RatingsStats> getRatingsStatses(int start, int end)
           
 int getRatingsStatsesCount()
           
 RatingsStatsFinder getRatingsStatsFinder()
           
 RatingsStatsLocalService getRatingsStatsLocalService()
           
 RatingsStatsPersistence getRatingsStatsPersistence()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setCounterLocalService(CounterLocalService counterLocalService)
           
 void setRatingsEntryFinder(RatingsEntryFinder ratingsEntryFinder)
           
 void setRatingsEntryLocalService(RatingsEntryLocalService ratingsEntryLocalService)
           
 void setRatingsEntryPersistence(RatingsEntryPersistence ratingsEntryPersistence)
           
 void setRatingsEntryService(RatingsEntryService ratingsEntryService)
           
 void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
           
 void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
           
 void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
           
 void setResourceFinder(ResourceFinder resourceFinder)
           
 void setResourceLocalService(ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(ResourcePersistence resourcePersistence)
           
 void setResourceService(ResourceService resourceService)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 RatingsStats updateRatingsStats(RatingsStats ratingsStats)
           
 RatingsStats updateRatingsStats(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, getStats
 

Field Detail

ratingsEntryLocalService

@BeanReference(type=RatingsEntryLocalService.class)
protected RatingsEntryLocalService ratingsEntryLocalService

ratingsEntryService

@BeanReference(type=RatingsEntryService.class)
protected RatingsEntryService ratingsEntryService

ratingsEntryPersistence

@BeanReference(type=RatingsEntryPersistence.class)
protected RatingsEntryPersistence ratingsEntryPersistence

ratingsEntryFinder

@BeanReference(type=RatingsEntryFinder.class)
protected RatingsEntryFinder ratingsEntryFinder

ratingsStatsLocalService

@BeanReference(type=RatingsStatsLocalService.class)
protected RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

ratingsStatsFinder

@BeanReference(type=RatingsStatsFinder.class)
protected RatingsStatsFinder ratingsStatsFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

RatingsStatsLocalServiceBaseImpl

public RatingsStatsLocalServiceBaseImpl()
Method Detail

addRatingsStats

public RatingsStats addRatingsStats(RatingsStats ratingsStats)
                             throws SystemException
Specified by:
addRatingsStats in interface RatingsStatsLocalService
Throws:
SystemException

createRatingsStats

public RatingsStats createRatingsStats(long statsId)
Specified by:
createRatingsStats in interface RatingsStatsLocalService

deleteRatingsStats

public void deleteRatingsStats(long statsId)
                        throws PortalException,
                               SystemException
Specified by:
deleteRatingsStats in interface RatingsStatsLocalService
Throws:
PortalException
SystemException

deleteRatingsStats

public void deleteRatingsStats(RatingsStats ratingsStats)
                        throws SystemException
Specified by:
deleteRatingsStats in interface RatingsStatsLocalService
Throws:
SystemException

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Specified by:
dynamicQuery in interface RatingsStatsLocalService
Throws:
SystemException

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Specified by:
dynamicQuery in interface RatingsStatsLocalService
Throws:
SystemException

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Specified by:
dynamicQuery in interface RatingsStatsLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface RatingsStatsLocalService
Throws:
SystemException

getRatingsStats

public RatingsStats getRatingsStats(long statsId)
                             throws PortalException,
                                    SystemException
Specified by:
getRatingsStats in interface RatingsStatsLocalService
Throws:
PortalException
SystemException

getRatingsStatses

public List<RatingsStats> getRatingsStatses(int start,
                                            int end)
                                     throws SystemException
Specified by:
getRatingsStatses in interface RatingsStatsLocalService
Throws:
SystemException

getRatingsStatsesCount

public int getRatingsStatsesCount()
                           throws SystemException
Specified by:
getRatingsStatsesCount in interface RatingsStatsLocalService
Throws:
SystemException

updateRatingsStats

public RatingsStats updateRatingsStats(RatingsStats ratingsStats)
                                throws SystemException
Specified by:
updateRatingsStats in interface RatingsStatsLocalService
Throws:
SystemException

updateRatingsStats

public RatingsStats updateRatingsStats(RatingsStats ratingsStats,
                                       boolean merge)
                                throws SystemException
Specified by:
updateRatingsStats in interface RatingsStatsLocalService
Throws:
SystemException

getRatingsEntryLocalService

public RatingsEntryLocalService getRatingsEntryLocalService()

setRatingsEntryLocalService

public void setRatingsEntryLocalService(RatingsEntryLocalService ratingsEntryLocalService)

getRatingsEntryService

public RatingsEntryService getRatingsEntryService()

setRatingsEntryService

public void setRatingsEntryService(RatingsEntryService ratingsEntryService)

getRatingsEntryPersistence

public RatingsEntryPersistence getRatingsEntryPersistence()

setRatingsEntryPersistence

public void setRatingsEntryPersistence(RatingsEntryPersistence ratingsEntryPersistence)

getRatingsEntryFinder

public RatingsEntryFinder getRatingsEntryFinder()

setRatingsEntryFinder

public void setRatingsEntryFinder(RatingsEntryFinder ratingsEntryFinder)

getRatingsStatsLocalService

public RatingsStatsLocalService getRatingsStatsLocalService()

setRatingsStatsLocalService

public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)

getRatingsStatsPersistence

public RatingsStatsPersistence getRatingsStatsPersistence()

setRatingsStatsPersistence

public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)

getRatingsStatsFinder

public RatingsStatsFinder getRatingsStatsFinder()

setRatingsStatsFinder

public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)

getCounterLocalService

public CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)

getResourceLocalService

public ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)

getResourceService

public ResourceService getResourceService()

setResourceService

public void setResourceService(ResourceService resourceService)

getResourcePersistence

public ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)

getResourceFinder

public ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)

getUserLocalService

public UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)

getUserService

public UserService getUserService()

setUserService

public void setUserService(UserService userService)

getUserPersistence

public UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public UserFinder getUserFinder()

setUserFinder

public void setUserFinder(UserFinder userFinder)

runSQL

protected void runSQL(String sql)
               throws SystemException
Throws:
SystemException

Liferay 6.0.4