Liferay 7.0-ce-m6

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

Packages that use ShardLocalService
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 ShardLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ShardLocalService
 class ShardLocalServiceWrapper
          Provides a wrapper for ShardLocalService.
 

Methods in com.liferay.portal.service that return ShardLocalService
static ShardLocalService ShardLocalServiceUtil.getService()
           
 ShardLocalService ShardLocalServiceWrapper.getWrappedService()
           
 ShardLocalService ShardLocalServiceWrapper.getWrappedShardLocalService()
          Deprecated. As of 6.1.0, replaced by ShardLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type ShardLocalService
 void ShardLocalServiceUtil.setService(ShardLocalService service)
          Deprecated. As of 6.2.0
 void ShardLocalServiceWrapper.setWrappedService(ShardLocalService shardLocalService)
           
 void ShardLocalServiceWrapper.setWrappedShardLocalService(ShardLocalService shardLocalService)
          Deprecated. As of 6.1.0, replaced by ShardLocalServiceWrapper.setWrappedService(com.liferay.portal.service.ShardLocalService)
 

Constructors in com.liferay.portal.service with parameters of type ShardLocalService
ShardLocalServiceWrapper(ShardLocalService shardLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement ShardLocalService
 class ShardLocalServiceBaseImpl
          Provides the base implementation for the shard local service.
 

Fields in com.liferay.portal.service.base declared as ShardLocalService
protected  ShardLocalService RoleLocalServiceBaseImpl.shardLocalService
           
protected  ShardLocalService RoleServiceBaseImpl.shardLocalService
           
protected  ShardLocalService CompanyServiceBaseImpl.shardLocalService
           
protected  ShardLocalService CompanyLocalServiceBaseImpl.shardLocalService
           
protected  ShardLocalService ShardLocalServiceBaseImpl.shardLocalService
           
 

Methods in com.liferay.portal.service.base that return ShardLocalService
 ShardLocalService RoleLocalServiceBaseImpl.getShardLocalService()
          Returns the shard local service.
 ShardLocalService RoleServiceBaseImpl.getShardLocalService()
          Returns the shard local service.
 ShardLocalService CompanyServiceBaseImpl.getShardLocalService()
          Returns the shard local service.
 ShardLocalService CompanyLocalServiceBaseImpl.getShardLocalService()
          Returns the shard local service.
 ShardLocalService ShardLocalServiceBaseImpl.getShardLocalService()
          Returns the shard local service.
 

Methods in com.liferay.portal.service.base with parameters of type ShardLocalService
 void RoleLocalServiceBaseImpl.setShardLocalService(ShardLocalService shardLocalService)
          Sets the shard local service.
 void RoleServiceBaseImpl.setShardLocalService(ShardLocalService shardLocalService)
          Sets the shard local service.
 void CompanyServiceBaseImpl.setShardLocalService(ShardLocalService shardLocalService)
          Sets the shard local service.
 void CompanyLocalServiceBaseImpl.setShardLocalService(ShardLocalService shardLocalService)
          Sets the shard local service.
 void ShardLocalServiceBaseImpl.setShardLocalService(ShardLocalService shardLocalService)
          Sets the shard local service.
 

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

Classes in com.liferay.portal.service.impl that implement ShardLocalService
 class ShardLocalServiceImpl
           
 


Liferay 7.0-ce-m6