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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
RatingsEntryServiceUtil
to access the ratings entry remote service. Add custom service methods to com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.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>