@ProviderType public class RatingsEntryServiceWrapper extends Object implements RatingsEntryService, ServiceWrapper<RatingsEntryService>
RatingsEntryService
.RatingsEntryService
Constructor and Description |
---|
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(RatingsEntryService ratingsEntryService)
public void deleteEntry(String className, long classPK) throws PortalException
deleteEntry
in interface RatingsEntryService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface RatingsEntryService
public RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
updateEntry
in interface RatingsEntryService
PortalException
public RatingsEntryService getWrappedService()
getWrappedService
in interface ServiceWrapper<RatingsEntryService>
public void setWrappedService(RatingsEntryService ratingsEntryService)
setWrappedService
in interface ServiceWrapper<RatingsEntryService>