public class RatingsEntryServiceWrapper extends Object implements RatingsEntryService, ServiceWrapper<RatingsEntryService>
RatingsEntryService.RatingsEntryService| Constructor and Description |
|---|
RatingsEntryServiceWrapper() |
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(String className,
long classPK) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
RatingsEntryService |
getWrappedService() |
void |
setWrappedService(RatingsEntryService ratingsEntryService) |
RatingsEntry |
updateEntry(String className,
long classPK,
double score) |
public RatingsEntryServiceWrapper()
public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
public void deleteEntry(String className,
long classPK)
throws PortalException
deleteEntry in interface RatingsEntryServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RatingsEntryServicepublic RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
updateEntry in interface RatingsEntryServicePortalExceptionpublic RatingsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<RatingsEntryService>public void setWrappedService(RatingsEntryService ratingsEntryService)
setWrappedService in interface ServiceWrapper<RatingsEntryService>