Liferay 7.0-ce-b8 portal-service

Uses of Interface
com.liferay.portal.kernel.service.RepositoryLocalService

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

Uses of RepositoryLocalService in com.liferay.portal.kernel.service
 

Classes in com.liferay.portal.kernel.service that implement RepositoryLocalService
 class RepositoryLocalServiceWrapper
          Provides a wrapper for RepositoryLocalService.
 

Methods in com.liferay.portal.kernel.service that return RepositoryLocalService
static RepositoryLocalService RepositoryLocalServiceUtil.getService()
           
 RepositoryLocalService RepositoryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.kernel.service with parameters of type RepositoryLocalService
 void RepositoryLocalServiceWrapper.setWrappedService(RepositoryLocalService repositoryLocalService)
           
 

Constructors in com.liferay.portal.kernel.service with parameters of type RepositoryLocalService
RepositoryLocalServiceWrapper(RepositoryLocalService repositoryLocalService)
           
 


Liferay 7.0-ce-b8 portal-service