com.liferay.portlet.ratings.service
Class RatingsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
All Implemented Interfaces:
RatingsEntryService

public class RatingsEntryServiceWrapper
extends java.lang.Object
implements RatingsEntryService

View Source

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

This class is a wrapper for RatingsEntryService.

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

Constructor Summary
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
           
 
Method Summary
 void deleteEntry(java.lang.String className, long classPK)
           
 RatingsEntryService getWrappedRatingsEntryService()
           
 RatingsEntry updateEntry(java.lang.String className, long classPK, double score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntryServiceWrapper

public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
Method Detail

deleteEntry

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

updateEntry

public RatingsEntry updateEntry(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 RatingsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedRatingsEntryService

public RatingsEntryService getWrappedRatingsEntryService()