@ProviderType
public class ScreensRatingsEntryServiceUtil
extends java.lang.Object
com.liferay.screens.service.impl.ScreensRatingsEntryServiceImpl
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.ScreensRatingsEntryService
,
com.liferay.screens.service.base.ScreensRatingsEntryServiceBaseImpl
,
com.liferay.screens.service.impl.ScreensRatingsEntryServiceImpl
Constructor and Description |
---|
ScreensRatingsEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static com.liferay.portal.kernel.json.JSONObject |
deleteRatingsEntry(long classPK,
java.lang.String className,
int ratingsLength) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static com.liferay.portal.kernel.json.JSONObject |
getRatingsEntries(long assetEntryId,
int ratingsLength) |
static com.liferay.portal.kernel.json.JSONObject |
getRatingsEntries(long classPK,
java.lang.String className,
int ratingsLength) |
static ScreensRatingsEntryService |
getService() |
static com.liferay.portal.kernel.json.JSONObject |
updateRatingsEntry(long classPK,
java.lang.String className,
double score,
int ratingsLength) |
public static com.liferay.portal.kernel.json.JSONObject deleteRatingsEntry(long classPK, java.lang.String className, int ratingsLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONObject getRatingsEntries(long assetEntryId, int ratingsLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONObject getRatingsEntries(long classPK, java.lang.String className, int ratingsLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONObject updateRatingsEntry(long classPK, java.lang.String className, double score, int ratingsLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ScreensRatingsEntryService getService()