@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
RatingsEntryService |
getWrappedRatingsEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
RatingsEntryService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 getBeanIdentifier()
getBeanIdentifier in interface RatingsEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface RatingsEntryServicebeanIdentifier - the Spring bean ID for this beanpublic 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>