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 TypeMethodDescriptionvoiddeleteEntry(String className, long classPK) Returns the OSGi service identifier.voidsetWrappedService(RatingsEntryService ratingsEntryService) updateEntry(String className, long classPK, double score)
-
Constructor Details
-
RatingsEntryServiceWrapper
public RatingsEntryServiceWrapper() -
RatingsEntryServiceWrapper
-
-
Method Details
-
deleteEntry
- Specified by:
deleteEntryin interfaceRatingsEntryService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceRatingsEntryService- Returns:
- the OSGi service identifier
-
updateEntry
public RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException - Specified by:
updateEntryin interfaceRatingsEntryService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<RatingsEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<RatingsEntryService>
-