@ProviderType
public class RatingsEntryServiceUtil
extends java.lang.Object
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl and is the
primary 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.RatingsEntryService,
com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl,
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl| Constructor and Description |
|---|
RatingsEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteEntry(java.lang.String className,
long classPK) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static RatingsEntryService |
getService() |
static RatingsEntry |
updateEntry(java.lang.String className,
long classPK,
double score) |
public static void deleteEntry(java.lang.String className,
long classPK)
throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static RatingsEntry updateEntry(java.lang.String className, long classPK, double score) throws PortalException
PortalExceptionpublic static RatingsEntryService getService()