Liferay 7.0-ce-b4

com.liferay.portlet.ratings.service
Class RatingsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<RatingsEntryService>, RatingsEntryService

@ProviderType
public class RatingsEntryServiceWrapper
extends Object
implements RatingsEntryService, ServiceWrapper<RatingsEntryService>

Provides a wrapper for RatingsEntryService.

See Also:
RatingsEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntryServiceWrapper

public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
Method Detail

deleteEntry

public void deleteEntry(String className,
                        long classPK)
                 throws PortalException
Specified by:
deleteEntry in interface RatingsEntryService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface RatingsEntryService
Returns:
the OSGi service identifier

updateEntry

public RatingsEntry updateEntry(String className,
                                long classPK,
                                double score)
                         throws PortalException
Specified by:
updateEntry in interface RatingsEntryService
Throws:
PortalException

getWrappedService

public RatingsEntryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<RatingsEntryService>

setWrappedService

public void setWrappedService(RatingsEntryService ratingsEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<RatingsEntryService>

Liferay 7.0-ce-b4