Uses of Interface
com.liferay.portal.kernel.service.RepositoryEntryLocalService
Packages that use RepositoryEntryLocalService
Package
Description
This package defines the portal repository proxy beans.
This package defines the portal service interfaces and classes.
-
Uses of RepositoryEntryLocalService in com.liferay.portal.kernel.repository
Fields in com.liferay.portal.kernel.repository declared as RepositoryEntryLocalServiceModifier and TypeFieldDescriptionprotected RepositoryEntryLocalService
BaseRepositoryImpl.repositoryEntryLocalService
Methods in com.liferay.portal.kernel.repository with parameters of type RepositoryEntryLocalServiceModifier and TypeMethodDescriptionvoid
BaseRepository.setRepositoryEntryLocalService
(RepositoryEntryLocalService repositoryEntryLocalService) void
BaseRepositoryImpl.setRepositoryEntryLocalService
(RepositoryEntryLocalService repositoryEntryLocalService) -
Uses of RepositoryEntryLocalService in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy with parameters of type RepositoryEntryLocalServiceModifier and TypeMethodDescriptionvoid
BaseRepositoryProxyBean.setRepositoryEntryLocalService
(RepositoryEntryLocalService repositoryEntryLocalService) -
Uses of RepositoryEntryLocalService in com.liferay.portal.kernel.service
Classes in com.liferay.portal.kernel.service that implement RepositoryEntryLocalServiceMethods in com.liferay.portal.kernel.service that return RepositoryEntryLocalServiceModifier and TypeMethodDescriptionstatic RepositoryEntryLocalService
RepositoryEntryLocalServiceUtil.getService()
RepositoryEntryLocalServiceWrapper.getWrappedService()
Methods in com.liferay.portal.kernel.service with parameters of type RepositoryEntryLocalServiceModifier and TypeMethodDescriptionstatic void
RepositoryEntryLocalServiceUtil.setService
(RepositoryEntryLocalService service) void
RepositoryEntryLocalServiceWrapper.setWrappedService
(RepositoryEntryLocalService repositoryEntryLocalService) Constructors in com.liferay.portal.kernel.service with parameters of type RepositoryEntryLocalServiceModifierConstructorDescriptionRepositoryEntryLocalServiceWrapper
(RepositoryEntryLocalService repositoryEntryLocalService)