Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.RepositoryEntryLocalService

Packages that use RepositoryEntryLocalService
com.liferay.portal.kernel.repository   
com.liferay.portal.repository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.documentlibrary.service.base   
 

Uses of RepositoryEntryLocalService in com.liferay.portal.kernel.repository
 

Fields in com.liferay.portal.kernel.repository declared as RepositoryEntryLocalService
protected  RepositoryEntryLocalService BaseRepositoryImpl.repositoryEntryLocalService
           
 

Methods in com.liferay.portal.kernel.repository with parameters of type RepositoryEntryLocalService
 void BaseRepository.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
           
 void BaseRepositoryImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
           
 

Uses of RepositoryEntryLocalService in com.liferay.portal.repository
 

Fields in com.liferay.portal.repository declared as RepositoryEntryLocalService
protected  RepositoryEntryLocalService RepositoryProviderImpl.repositoryEntryLocalService
           
 

Uses of RepositoryEntryLocalService in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type RepositoryEntryLocalService
 void BaseRepositoryProxyBean.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
           
 

Uses of RepositoryEntryLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement RepositoryEntryLocalService
 class RepositoryEntryLocalServiceWrapper
          Provides a wrapper for RepositoryEntryLocalService.
 

Methods in com.liferay.portal.service that return RepositoryEntryLocalService
static RepositoryEntryLocalService RepositoryEntryLocalServiceUtil.getService()
           
 RepositoryEntryLocalService RepositoryEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RepositoryEntryLocalService
 void RepositoryEntryLocalServiceWrapper.setWrappedService(RepositoryEntryLocalService repositoryEntryLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type RepositoryEntryLocalService
RepositoryEntryLocalServiceWrapper(RepositoryEntryLocalService repositoryEntryLocalService)
           
 

Uses of RepositoryEntryLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement RepositoryEntryLocalService
 class RepositoryEntryLocalServiceBaseImpl
          Provides the base implementation for the repository entry local service.
 

Fields in com.liferay.portal.service.base declared as RepositoryEntryLocalService
protected  RepositoryEntryLocalService RepositoryLocalServiceBaseImpl.repositoryEntryLocalService
           
protected  RepositoryEntryLocalService RepositoryServiceBaseImpl.repositoryEntryLocalService
           
protected  RepositoryEntryLocalService RepositoryEntryLocalServiceBaseImpl.repositoryEntryLocalService
           
 

Methods in com.liferay.portal.service.base that return RepositoryEntryLocalService
 RepositoryEntryLocalService RepositoryLocalServiceBaseImpl.getRepositoryEntryLocalService()
          Returns the repository entry local service.
 RepositoryEntryLocalService RepositoryServiceBaseImpl.getRepositoryEntryLocalService()
          Returns the repository entry local service.
 RepositoryEntryLocalService RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryLocalService()
          Returns the repository entry local service.
 

Methods in com.liferay.portal.service.base with parameters of type RepositoryEntryLocalService
 void RepositoryLocalServiceBaseImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 void RepositoryServiceBaseImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 void RepositoryEntryLocalServiceBaseImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 

Uses of RepositoryEntryLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement RepositoryEntryLocalService
 class RepositoryEntryLocalServiceImpl
           
 

Uses of RepositoryEntryLocalService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as RepositoryEntryLocalService
protected  RepositoryEntryLocalService DLAppLocalServiceBaseImpl.repositoryEntryLocalService
           
protected  RepositoryEntryLocalService DLAppServiceBaseImpl.repositoryEntryLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return RepositoryEntryLocalService
 RepositoryEntryLocalService DLAppLocalServiceBaseImpl.getRepositoryEntryLocalService()
          Returns the repository entry local service.
 RepositoryEntryLocalService DLAppServiceBaseImpl.getRepositoryEntryLocalService()
          Returns the repository entry local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RepositoryEntryLocalService
 void DLAppLocalServiceBaseImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 void DLAppServiceBaseImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService)
          Sets the repository entry local service.
 


Liferay 7.0-ce-b4