@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static RatingsEntryService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(RatingsEntryService service)
Deprecated.
As of 6.2.0
|
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 getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static RatingsEntry updateEntry(java.lang.String className, long classPK, double score) throws PortalException
PortalExceptionpublic static RatingsEntryService getService()
@Deprecated public void setService(RatingsEntryService service)