Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for ShardLocalService.
 

Methods in com.liferay.portal.service that return ShardLocalService
static ShardLocalService ShardLocalServiceUtil.getService()
           
 ShardLocalService ShardLocalServiceWrapper.getWrappedService()
           
 ShardLocalService ShardLocalServiceWrapper.getWrappedShardLocalService()
          Deprecated. Renamed to ShardLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type ShardLocalService
 void ShardLocalServiceUtil.setService(ShardLocalService service)
          Deprecated.  
 void ShardLocalServiceWrapper.setWrappedService(ShardLocalService shardLocalService)
           
 void ShardLocalServiceWrapper.setWrappedShardLocalService(ShardLocalService shardLocalService)
          Deprecated. Renamed to ShardLocalServiceWrapper.setWrappedService(com.liferay.portal.service.ShardLocalService)
 

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


Liferay 6.1.2-ce-ga3