com.liferay.portlet.ratings.service
Class RatingsEntryServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsEntryServiceWrapper
public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
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()