Liferay 6.2-ce-ga5

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

Packages that use RepositoryService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of RepositoryService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement RepositoryService
 class RepositoryServiceWrapper
          Provides a wrapper for RepositoryService.
 

Methods in com.liferay.portal.service that return RepositoryService
static RepositoryService RepositoryServiceUtil.getService()
           
 RepositoryService RepositoryServiceWrapper.getWrappedRepositoryService()
          Deprecated. As of 6.1.0, replaced by RepositoryServiceWrapper.getWrappedService()
 RepositoryService RepositoryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RepositoryService
 void RepositoryServiceUtil.setService(RepositoryService service)
          Deprecated. As of 6.2.0
 void RepositoryServiceWrapper.setWrappedRepositoryService(RepositoryService repositoryService)
          Deprecated. As of 6.1.0, replaced by RepositoryServiceWrapper.setWrappedService(com.liferay.portal.service.RepositoryService)
 void RepositoryServiceWrapper.setWrappedService(RepositoryService repositoryService)
           
 

Constructors in com.liferay.portal.service with parameters of type RepositoryService
RepositoryServiceWrapper(RepositoryService repositoryService)
           
 


Liferay 6.2-ce-ga5