Class RatingsEntryServiceWrapper
Object
com.liferay.ratings.kernel.service.RatingsEntryServiceWrapper
- All Implemented Interfaces:
BaseService
,ServiceWrapper<RatingsEntryService>
,RatingsEntryService
public class RatingsEntryServiceWrapper
extends Object
implements RatingsEntryService, ServiceWrapper<RatingsEntryService>
Provides a wrapper for
RatingsEntryService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteEntry
(String className, long classPK) Returns the OSGi service identifier.void
setWrappedService
(RatingsEntryService ratingsEntryService) updateEntry
(String className, long classPK, double score)
-
Constructor Details
-
RatingsEntryServiceWrapper
public RatingsEntryServiceWrapper() -
RatingsEntryServiceWrapper
-
-
Method Details
-
deleteEntry
- Specified by:
deleteEntry
in interfaceRatingsEntryService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceRatingsEntryService
- Returns:
- the OSGi service identifier
-
updateEntry
public RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException - Specified by:
updateEntry
in interfaceRatingsEntryService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<RatingsEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<RatingsEntryService>
-