Liferay 6.1.2-ce-ga3

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

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

This class is a wrapper for RatingsEntryService.

See Also:
RatingsEntryService

Constructor Summary
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
           
 
Method Summary
 void deleteEntry(String className, long classPK)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 RatingsEntryService getWrappedRatingsEntryService()
          Deprecated. Renamed to getWrappedService()
 RatingsEntryService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService)
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface RatingsEntryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface RatingsEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

deleteEntry

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

updateEntry

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

getWrappedRatingsEntryService

public RatingsEntryService getWrappedRatingsEntryService()
Deprecated. Renamed to getWrappedService()


setWrappedRatingsEntryService

public void setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService)


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 6.1.2-ce-ga3