Uses of Interface
com.liferay.asset.kernel.service.AssetEntryLocalService
Packages that use AssetEntryLocalService
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal repository proxy beans.
-
Uses of AssetEntryLocalService in com.liferay.asset.kernel.service
Classes in com.liferay.asset.kernel.service that implement AssetEntryLocalServiceMethods in com.liferay.asset.kernel.service that return AssetEntryLocalServiceModifier and TypeMethodDescriptionstatic AssetEntryLocalService
AssetEntryLocalServiceUtil.getService()
AssetEntryLocalServiceWrapper.getWrappedService()
Methods in com.liferay.asset.kernel.service with parameters of type AssetEntryLocalServiceModifier and TypeMethodDescriptionstatic void
AssetEntryLocalServiceUtil.setService
(AssetEntryLocalService service) void
AssetEntryLocalServiceWrapper.setWrappedService
(AssetEntryLocalService assetEntryLocalService) Constructors in com.liferay.asset.kernel.service with parameters of type AssetEntryLocalServiceModifierConstructorDescriptionAssetEntryLocalServiceWrapper
(AssetEntryLocalService assetEntryLocalService) -
Uses of AssetEntryLocalService in com.liferay.portal.kernel.repository
Fields in com.liferay.portal.kernel.repository declared as AssetEntryLocalServiceModifier and TypeFieldDescriptionprotected AssetEntryLocalService
BaseRepositoryImpl.assetEntryLocalService
Methods in com.liferay.portal.kernel.repository with parameters of type AssetEntryLocalServiceModifier and TypeMethodDescriptionvoid
BaseRepository.setAssetEntryLocalService
(AssetEntryLocalService assetEntryLocalService) void
BaseRepositoryImpl.setAssetEntryLocalService
(AssetEntryLocalService assetEntryLocalService) -
Uses of AssetEntryLocalService in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy with parameters of type AssetEntryLocalServiceModifier and TypeMethodDescriptionvoid
BaseRepositoryProxyBean.setAssetEntryLocalService
(AssetEntryLocalService assetEntryLocalService)