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 com.liferay.portal.kernel.json.JSONArray |
getAssetEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery assetEntryQuery,
java.util.Locale locale) |
static com.liferay.portal.kernel.json.JSONArray |
getAssetEntries(long companyId,
long groupId,
java.lang.String portletItemName,
java.util.Locale locale,
int max) |
static com.liferay.portal.kernel.json.JSONObject |
getAssetEntry(long entryId,
java.util.Locale locale) |
static com.liferay.portal.kernel.json.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 com.liferay.portal.kernel.json.JSONArray getAssetEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery assetEntryQuery, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONArray getAssetEntries(long companyId, long groupId, java.lang.String portletItemName, java.util.Locale locale, int max) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONObject getAssetEntry(long entryId, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.json.JSONObject getAssetEntry(java.lang.String className, long classPK, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ScreensAssetEntryService getService()