Class RatingsEntryServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.ratings.kernel.service.RatingsEntryService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
counterLocalService, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteEntry
(String className, long classPK) com.liferay.ratings.kernel.model.RatingsEntry
updateEntry
(String className, long classPK, double score) Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, runSQL, setCounterLocalService, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
RatingsEntryServiceImpl
public RatingsEntryServiceImpl()
-
-
Method Details
-
deleteEntry
public void deleteEntry(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateEntry
public com.liferay.ratings.kernel.model.RatingsEntry updateEntry(String className, long classPK, double score) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-