public class RatingsEntryServiceUtil
extends Object
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.RatingsEntryService
Constructor and Description |
---|
RatingsEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteEntry(String className,
long classPK) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static RatingsEntryService |
getService() |
static void |
setService(RatingsEntryService service) |
static RatingsEntry |
updateEntry(String className,
long classPK,
double score) |
public static void deleteEntry(String className, long classPK) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
PortalException
public static RatingsEntryService getService()
public static void setService(RatingsEntryService service)