public class ScreensAssetEntryServiceUtil
extends java.lang.Object
com.liferay.screens.service.impl.ScreensAssetEntryServiceImpl 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.ScreensAssetEntryService| Constructor and Description |
|---|
ScreensAssetEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JSONArray |
getAssetEntries(AssetEntryQuery assetEntryQuery,
java.util.Locale locale) |
static JSONArray |
getAssetEntries(long companyId,
long groupId,
java.lang.String portletItemName,
java.util.Locale locale,
int max) |
static JSONObject |
getAssetEntry(long entryId,
java.util.Locale locale) |
static JSONObject |
getAssetEntry(java.lang.String className,
long classPK,
java.util.Locale locale) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ScreensAssetEntryService |
getService() |
public static JSONArray getAssetEntries(AssetEntryQuery assetEntryQuery, java.util.Locale locale) throws PortalException
PortalExceptionpublic static JSONArray getAssetEntries(long companyId, long groupId, java.lang.String portletItemName, java.util.Locale locale, int max) throws PortalException
PortalExceptionpublic static JSONObject getAssetEntry(long entryId, java.util.Locale locale) throws PortalException
PortalExceptionpublic static JSONObject getAssetEntry(java.lang.String className, long classPK, java.util.Locale locale) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static ScreensAssetEntryService getService()