Class RatingsEntryServiceUtil
Object
com.liferay.ratings.kernel.service.RatingsEntryServiceUtil
Provides the remote service utility for RatingsEntry. This utility wraps
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteEntry
(String className, long classPK) static String
Returns the OSGi service identifier.static RatingsEntryService
static void
setService
(RatingsEntryService service) static RatingsEntry
updateEntry
(String className, long classPK, double score)
-
Constructor Details
-
RatingsEntryServiceUtil
public RatingsEntryServiceUtil()
-
-
Method Details
-
deleteEntry
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateEntry
public static RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException - Throws:
PortalException
-
getService
-
setService
-