@ProviderType public class RatingsEntryServiceWrapper extends java.lang.Object implements RatingsEntryService, ServiceWrapper<RatingsEntryService>
RatingsEntryService.RatingsEntryService| Constructor and Description |
|---|
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
RatingsEntryService |
getWrappedRatingsEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
RatingsEntryService |
getWrappedService() |
void |
setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService) |
void |
setWrappedService(RatingsEntryService ratingsEntryService) |
RatingsEntry |
updateEntry(java.lang.String className,
long classPK,
double score) |
public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
public void deleteEntry(java.lang.String className,
long classPK)
throws PortalException
deleteEntry in interface RatingsEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RatingsEntryServicepublic RatingsEntry updateEntry(java.lang.String className, long classPK, double score) throws PortalException
updateEntry in interface RatingsEntryServicePortalException@Deprecated public RatingsEntryService getWrappedRatingsEntryService()
getWrappedService()@Deprecated public void setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService)public RatingsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<RatingsEntryService>public void setWrappedService(RatingsEntryService ratingsEntryService)
setWrappedService in interface ServiceWrapper<RatingsEntryService>