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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.ratings.service.RatingsEntryService
Direct Known Subclasses:
RatingsEntryServiceImpl

public abstract class RatingsEntryServiceBaseImpl
extends com.liferay.portal.service.base.PrincipalBean
implements com.liferay.portlet.ratings.service.RatingsEntryService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
           
protected  com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
           
protected  com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
           
protected  com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
           
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.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
RatingsEntryServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
           
 com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
           
 com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()
           
 com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()
           
 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.service.RatingsStatsLocalService getRatingsStatsLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
           
 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()
           
 void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
           
 void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)
           
 void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
           
 void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)
           
 void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
           
 void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)
           
 void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 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 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)
           
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
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.RatingsEntryService
deleteEntry, updateEntry
 

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

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder

blogsEntryLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryLocalService.impl")
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService

blogsEntryService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryService.impl")
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService

blogsEntryPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence

blogsEntryFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder

blogsStatsUserLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsStatsUserLocalService.impl")
protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService

blogsStatsUserPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence

blogsStatsUserFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder.impl")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
Constructor Detail

RatingsEntryServiceBaseImpl

public RatingsEntryServiceBaseImpl()
Method Detail

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)

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)

getBlogsEntryLocalService

public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()

setBlogsEntryLocalService

public void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)

getBlogsEntryService

public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()

setBlogsEntryService

public void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)

getBlogsEntryPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()

setBlogsEntryPersistence

public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)

getBlogsEntryFinder

public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()

setBlogsEntryFinder

public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)

getBlogsStatsUserLocalService

public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()

setBlogsStatsUserLocalService

public void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)

getBlogsStatsUserPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()

setBlogsStatsUserPersistence

public void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)

getBlogsStatsUserFinder

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()

setBlogsStatsUserFinder

public void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)