com.liferay.portlet.ratings.service.base
Class RatingsEntryServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
- All Implemented Interfaces:
- RatingsEntryService
- Direct Known Subclasses:
- RatingsEntryServiceImpl
public abstract class RatingsEntryServiceBaseImpl
- extends PrincipalBean
- implements RatingsEntryService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
blogsEntryLocalService
@BeanReference(type=BlogsEntryLocalService.class)
protected BlogsEntryLocalService blogsEntryLocalService
blogsEntryService
@BeanReference(type=BlogsEntryService.class)
protected BlogsEntryService blogsEntryService
blogsEntryPersistence
@BeanReference(type=BlogsEntryPersistence.class)
protected BlogsEntryPersistence blogsEntryPersistence
blogsEntryFinder
@BeanReference(type=BlogsEntryFinder.class)
protected BlogsEntryFinder blogsEntryFinder
blogsStatsUserLocalService
@BeanReference(type=BlogsStatsUserLocalService.class)
protected BlogsStatsUserLocalService blogsStatsUserLocalService
blogsStatsUserPersistence
@BeanReference(type=BlogsStatsUserPersistence.class)
protected BlogsStatsUserPersistence blogsStatsUserPersistence
blogsStatsUserFinder
@BeanReference(type=BlogsStatsUserFinder.class)
protected BlogsStatsUserFinder blogsStatsUserFinder
socialEquityLogLocalService
@BeanReference(type=SocialEquityLogLocalService.class)
protected SocialEquityLogLocalService socialEquityLogLocalService
socialEquityLogPersistence
@BeanReference(type=SocialEquityLogPersistence.class)
protected SocialEquityLogPersistence socialEquityLogPersistence
RatingsEntryServiceBaseImpl
public RatingsEntryServiceBaseImpl()
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)
getBlogsEntryLocalService
public BlogsEntryLocalService getBlogsEntryLocalService()
setBlogsEntryLocalService
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
getBlogsEntryService
public BlogsEntryService getBlogsEntryService()
setBlogsEntryService
public void setBlogsEntryService(BlogsEntryService blogsEntryService)
getBlogsEntryPersistence
public BlogsEntryPersistence getBlogsEntryPersistence()
setBlogsEntryPersistence
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
getBlogsEntryFinder
public BlogsEntryFinder getBlogsEntryFinder()
setBlogsEntryFinder
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
getBlogsStatsUserLocalService
public BlogsStatsUserLocalService getBlogsStatsUserLocalService()
setBlogsStatsUserLocalService
public void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
getBlogsStatsUserPersistence
public BlogsStatsUserPersistence getBlogsStatsUserPersistence()
setBlogsStatsUserPersistence
public void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
getBlogsStatsUserFinder
public BlogsStatsUserFinder getBlogsStatsUserFinder()
setBlogsStatsUserFinder
public void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
getSocialEquityLogLocalService
public SocialEquityLogLocalService getSocialEquityLogLocalService()
setSocialEquityLogLocalService
public void setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
getSocialEquityLogPersistence
public SocialEquityLogPersistence getSocialEquityLogPersistence()
setSocialEquityLogPersistence
public void setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
runSQL
protected void runSQL(String sql)
throws SystemException
- Throws:
SystemException