com.liferay.portlet.ratings.service.impl
Class RatingsEntryServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl
All Implemented Interfaces:
com.liferay.portlet.ratings.service.RatingsEntryService

public class RatingsEntryServiceImpl
extends PrincipalBean
implements com.liferay.portlet.ratings.service.RatingsEntryService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
RatingsEntryServiceImpl()
           
 
Method Summary
 com.liferay.portlet.ratings.model.RatingsEntry updateEntry(java.lang.String className, long classPK, double score)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntryServiceImpl

public RatingsEntryServiceImpl()
Method Detail

updateEntry

public com.liferay.portlet.ratings.model.RatingsEntry updateEntry(java.lang.String className,
                                                                  long classPK,
                                                                  double score)
                                                           throws com.liferay.portal.PortalException,
                                                                  com.liferay.portal.SystemException
Specified by:
updateEntry in interface com.liferay.portlet.ratings.service.RatingsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException