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

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

public abstract class RatingsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.ratings.service.RatingsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
RatingsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.ratings.model.RatingsEntry addRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
           
 
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
getEntry, updateEntry
 

Constructor Detail

RatingsEntryLocalServiceBaseImpl

public RatingsEntryLocalServiceBaseImpl()
Method Detail

addRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry addRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
                                                               throws com.liferay.portal.SystemException
Specified by:
addRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateRatingsEntry

public com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateRatingsEntry in interface com.liferay.portlet.ratings.service.RatingsEntryLocalService
Throws:
com.liferay.portal.SystemException