@ProviderType public class ScreensAssetEntryServiceWrapper extends java.lang.Object implements ScreensAssetEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ScreensAssetEntryService>
ScreensAssetEntryService.ScreensAssetEntryService| Constructor and Description |
|---|
ScreensAssetEntryServiceWrapper(ScreensAssetEntryService screensAssetEntryService) |
| 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.
|
ScreensAssetEntryService |
getWrappedService() |
void |
setWrappedService(ScreensAssetEntryService screensAssetEntryService) |
public ScreensAssetEntryServiceWrapper(ScreensAssetEntryService screensAssetEntryService)
public 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
getAssetEntries in interface ScreensAssetEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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
getAssetEntries in interface ScreensAssetEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ScreensAssetEntryServicepublic ScreensAssetEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensAssetEntryService>public void setWrappedService(ScreensAssetEntryService screensAssetEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensAssetEntryService>