Liferay 6.0-ee-sp2

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

Packages that use ShardLocalService
com.liferay.portal.service   
 

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.getWrappedShardLocalService()
           
 

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

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


Liferay 6.0-ee-sp2