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 RepositoryEntryLocalServiceBaseRepositoryImpl.repositoryEntryLocalServiceMethods in com.liferay.portal.kernel.repository with parameters of type RepositoryEntryLocalServiceModifier and TypeMethodDescriptionvoidBaseRepository.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService) voidBaseRepositoryImpl.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 TypeMethodDescriptionvoidBaseRepositoryProxyBean.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 RepositoryEntryLocalServiceRepositoryEntryLocalServiceUtil.getService()RepositoryEntryLocalServiceWrapper.getWrappedService()Methods in com.liferay.portal.kernel.service with parameters of type RepositoryEntryLocalServiceModifier and TypeMethodDescriptionstatic voidRepositoryEntryLocalServiceUtil.setService(RepositoryEntryLocalService service) voidRepositoryEntryLocalServiceWrapper.setWrappedService(RepositoryEntryLocalService repositoryEntryLocalService) Constructors in com.liferay.portal.kernel.service with parameters of type RepositoryEntryLocalServiceModifierConstructorDescriptionRepositoryEntryLocalServiceWrapper(RepositoryEntryLocalService repositoryEntryLocalService)