com.liferay.portlet.ratings.service
Class RatingsEntryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.service.RatingsEntryLocalServiceWrapper
All Implemented Interfaces:
RatingsEntryLocalService

public class RatingsEntryLocalServiceWrapper
extends java.lang.Object
implements RatingsEntryLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for RatingsEntryLocalService.

Author:
Brian Wing Shun Chan
See Also:
RatingsEntryLocalService
Generated:

Constructor Summary
RatingsEntryLocalServiceWrapper(RatingsEntryLocalService ratingsEntryLocalService)
           
 
Method Summary
 RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
           
 RatingsEntry createRatingsEntry(long entryId)
           
 void deleteEntry(long userId, java.lang.String className, long classPK)
           
 void deleteRatingsEntry(long entryId)
           
 void deleteRatingsEntry(RatingsEntry ratingsEntry)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<RatingsEntry> getEntries(java.lang.String className, long classPK)
           
 RatingsEntry getEntry(long userId, java.lang.String className, long classPK)
           
 java.util.List<RatingsEntry> getRatingsEntries(int start, int end)
           
 int getRatingsEntriesCount()
           
 RatingsEntry getRatingsEntry(long entryId)
           
 RatingsEntryLocalService getWrappedRatingsEntryLocalService()
           
 RatingsEntry updateEntry(long userId, java.lang.String className, long classPK, double score)
           
 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
 

Constructor Detail

RatingsEntryLocalServiceWrapper

public RatingsEntryLocalServiceWrapper(RatingsEntryLocalService ratingsEntryLocalService)
Method Detail

addRatingsEntry

public RatingsEntry addRatingsEntry(RatingsEntry ratingsEntry)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createRatingsEntry

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

deleteRatingsEntry

public void deleteRatingsEntry(long entryId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteRatingsEntry

public void deleteRatingsEntry(RatingsEntry ratingsEntry)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRatingsEntry

public RatingsEntry getRatingsEntry(long entryId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRatingsEntries

public java.util.List<RatingsEntry> getRatingsEntries(int start,
                                                      int end)
                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsEntries in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getRatingsEntriesCount

public int getRatingsEntriesCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getRatingsEntriesCount in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRatingsEntry

public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateRatingsEntry

public RatingsEntry updateRatingsEntry(RatingsEntry ratingsEntry,
                                       boolean merge)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateRatingsEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteEntry

public void deleteEntry(long userId,
                        java.lang.String className,
                        long classPK)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEntries

public java.util.List<RatingsEntry> getEntries(java.lang.String className,
                                               long classPK)
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntries in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getEntry

public RatingsEntry getEntry(long userId,
                             java.lang.String className,
                             long classPK)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateEntry

public RatingsEntry updateEntry(long userId,
                                java.lang.String className,
                                long classPK,
                                double score)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
updateEntry in interface RatingsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedRatingsEntryLocalService

public RatingsEntryLocalService getWrappedRatingsEntryLocalService()