com.liferay.portlet.ratings.service
Class RatingsEntryServiceWrapper
java.lang.Object
com.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
- All Implemented Interfaces:
- RatingsEntryService
public class RatingsEntryServiceWrapper
- extends Object
- implements RatingsEntryService
This class is a wrapper for RatingsEntryService.
- See Also:
RatingsEntryService
| 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(String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface RatingsEntryService
- Throws:
PortalException
SystemException
updateEntry
public RatingsEntry updateEntry(String className,
long classPK,
double score)
throws PortalException,
SystemException
- Specified by:
updateEntry in interface RatingsEntryService
- Throws:
PortalException
SystemException
getWrappedRatingsEntryService
public RatingsEntryService getWrappedRatingsEntryService()
setWrappedRatingsEntryService
public void setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)