Liferay 7.0-ce-m3

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

Packages that use CMISRepositoryLocalService
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. 
 

Uses of CMISRepositoryLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement CMISRepositoryLocalService
 class CMISRepositoryLocalServiceWrapper
          Provides a wrapper for CMISRepositoryLocalService.
 

Methods in com.liferay.portal.service that return CMISRepositoryLocalService
static CMISRepositoryLocalService CMISRepositoryLocalServiceUtil.getService()
           
 CMISRepositoryLocalService CMISRepositoryLocalServiceWrapper.getWrappedCMISRepositoryLocalService()
          Deprecated. As of 6.1.0, replaced by CMISRepositoryLocalServiceWrapper.getWrappedService()
 CMISRepositoryLocalService CMISRepositoryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type CMISRepositoryLocalService
 void CMISRepositoryLocalServiceUtil.setService(CMISRepositoryLocalService service)
          Deprecated. As of 6.2.0
 void CMISRepositoryLocalServiceWrapper.setWrappedCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
          Deprecated. As of 6.1.0, replaced by CMISRepositoryLocalServiceWrapper.setWrappedService(com.liferay.portal.service.CMISRepositoryLocalService)
 void CMISRepositoryLocalServiceWrapper.setWrappedService(CMISRepositoryLocalService cmisRepositoryLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type CMISRepositoryLocalService
CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement CMISRepositoryLocalService
 class CMISRepositoryLocalServiceBaseImpl
          Provides the base implementation for the c m i s repository local service.
 

Fields in com.liferay.portal.service.base declared as CMISRepositoryLocalService
protected  CMISRepositoryLocalService CMISRepositoryLocalServiceBaseImpl.cmisRepositoryLocalService
           
 

Methods in com.liferay.portal.service.base that return CMISRepositoryLocalService
 CMISRepositoryLocalService CMISRepositoryLocalServiceBaseImpl.getCMISRepositoryLocalService()
          Returns the c m i s repository local service.
 

Methods in com.liferay.portal.service.base with parameters of type CMISRepositoryLocalService
 void CMISRepositoryLocalServiceBaseImpl.setCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
          Sets the c m i s repository local service.
 

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

Classes in com.liferay.portal.service.impl that implement CMISRepositoryLocalService
 class CMISRepositoryLocalServiceImpl
           
 


Liferay 7.0-ce-m3