com.liferay.portlet.ratings.service.impl
Class RatingsEntryLocalServiceImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl
com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.ratings.service.RatingsEntryLocalService
- public class RatingsEntryLocalServiceImpl
- extends RatingsEntryLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.ratings.model.RatingsEntry |
getEntry(long userId,
java.lang.String className,
long classPK)
|
com.liferay.portlet.ratings.model.RatingsEntry |
updateEntry(long userId,
java.lang.String className,
long classPK,
double score)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsEntryLocalServiceImpl
public RatingsEntryLocalServiceImpl()
getEntry
public com.liferay.portlet.ratings.model.RatingsEntry getEntry(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntry
public com.liferay.portlet.ratings.model.RatingsEntry updateEntry(long userId,
java.lang.String className,
long classPK,
double score)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException