Liferay 6.2-ce-ga5

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. 
 

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)
           
 


Liferay 6.2-ce-ga5