Liferay 6.0.4

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

java.lang.Object
  extended by com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
All Implemented Interfaces:
RatingsEntryLocalService
Direct Known Subclasses:
RatingsEntryLocalServiceImpl

public abstract class RatingsEntryLocalServiceBaseImpl
extends Object
implements RatingsEntryLocalService


Field Summary
protected  BlogsEntryFinder blogsEntryFinder
           
protected  BlogsEntryLocalService blogsEntryLocalService
           
protected  BlogsEntryPersistence blogsEntryPersistence
           
protected  BlogsEntryService blogsEntryService
           
protected  BlogsStatsUserFinder blogsStatsUserFinder
           
protected  BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  BlogsStatsUserPersistence blogsStatsUserPersistence
           
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  SocialEquityLogLocalService socialEquityLogLocalService
           
protected  SocialEquityLogPersistence socialEquityLogPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
RatingsEntryLocalServiceBaseImpl()
           
 
Method Summary
 RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry createRatingsEntry(long entryId)
           
 void deleteRatingsEntry(long entryId)
           
 void deleteRatingsEntry(RatingsEntry ratingsEntry)
           
 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)
           
 BlogsEntryFinder getBlogsEntryFinder()
           
 BlogsEntryLocalService getBlogsEntryLocalService()
           
 BlogsEntryPersistence getBlogsEntryPersistence()
           
 BlogsEntryService getBlogsEntryService()
           
 BlogsStatsUserFinder getBlogsStatsUserFinder()
           
 BlogsStatsUserLocalService getBlogsStatsUserLocalService()
           
 BlogsStatsUserPersistence getBlogsStatsUserPersistence()
           
 CounterLocalService getCounterLocalService()
           
 List<RatingsEntry> getRatingsEntries(int start, int end)
           
 int getRatingsEntriesCount()
           
 RatingsEntry getRatingsEntry(long entryId)
           
 RatingsEntryFinder getRatingsEntryFinder()
           
 RatingsEntryLocalService getRatingsEntryLocalService()
           
 RatingsEntryPersistence getRatingsEntryPersistence()
           
 RatingsEntryService getRatingsEntryService()
           
 RatingsStatsFinder getRatingsStatsFinder()
           
 RatingsStatsLocalService getRatingsStatsLocalService()
           
 RatingsStatsPersistence getRatingsStatsPersistence()
           
 ResourceFinder getResourceFinder()
           
 ResourceLocalService getResourceLocalService()
           
 ResourcePersistence getResourcePersistence()
           
 ResourceService getResourceService()
           
 SocialEquityLogLocalService getSocialEquityLogLocalService()
           
 SocialEquityLogPersistence getSocialEquityLogPersistence()
           
 UserFinder getUserFinder()
           
 UserLocalService getUserLocalService()
           
 UserPersistence getUserPersistence()
           
 UserService getUserService()
           
protected  void runSQL(String sql)
           
 void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)
           
 void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)
           
 void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)
           
 void setBlogsEntryService(BlogsEntryService blogsEntryService)
           
 void setBlogsStatsUserFinder(BlogsStatsUserFinder blogsStatsUserFinder)
           
 void setBlogsStatsUserLocalService(BlogsStatsUserLocalService blogsStatsUserLocalService)
           
 void setBlogsStatsUserPersistence(BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 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 setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
           
 void setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserLocalService(UserLocalService userLocalService)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 void setUserService(UserService userService)
           
 RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry, 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.RatingsEntryLocalService
deleteEntry, getEntries, getEntries, getEntry, updateEntry
 

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

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

RatingsEntryLocalServiceBaseImpl

public RatingsEntryLocalServiceBaseImpl()
Method Detail

addRatingsEntry

public RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
                             throws SystemException
Specified by:
addRatingsEntry in interface RatingsEntryLocalService
Throws:
SystemException

createRatingsEntry

public RatingsEntry createRatingsEntry(long entryId)
Specified by:
createRatingsEntry in interface RatingsEntryLocalService

deleteRatingsEntry

public void deleteRatingsEntry(long entryId)
                        throws PortalException,
                               SystemException
Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
Throws:
PortalException
SystemException

deleteRatingsEntry

public void deleteRatingsEntry(RatingsEntry ratingsEntry)
                        throws SystemException
Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
Throws:
SystemException

dynamicQuery

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

dynamicQuery

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

dynamicQuery

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

dynamicQueryCount

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

getRatingsEntry

public RatingsEntry getRatingsEntry(long entryId)
                             throws PortalException,
                                    SystemException
Specified by:
getRatingsEntry in interface RatingsEntryLocalService
Throws:
PortalException
SystemException

getRatingsEntries

public List<RatingsEntry> getRatingsEntries(int start,
                                            int end)
                                     throws SystemException
Specified by:
getRatingsEntries in interface RatingsEntryLocalService
Throws:
SystemException

getRatingsEntriesCount

public int getRatingsEntriesCount()
                           throws SystemException
Specified by:
getRatingsEntriesCount in interface RatingsEntryLocalService
Throws:
SystemException

updateRatingsEntry

public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
                                throws SystemException
Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
Throws:
SystemException

updateRatingsEntry

public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry,
                                       boolean merge)
                                throws SystemException
Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
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)

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

Liferay 6.0.4