@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ScreensAssetEntryService
extends com.liferay.portal.kernel.service.BaseService
ScreensAssetEntryServiceUtil
,
com.liferay.screens.service.base.ScreensAssetEntryServiceBaseImpl
,
com.liferay.screens.service.impl.ScreensAssetEntryServiceImpl
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.json.JSONArray |
getAssetEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery assetEntryQuery,
java.util.Locale locale) |
com.liferay.portal.kernel.json.JSONArray |
getAssetEntries(long companyId,
long groupId,
java.lang.String portletItemName,
java.util.Locale locale,
int max) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) 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
java.lang.String getOSGiServiceIdentifier()