Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.asset.service.AssetTagService

Packages that use AssetTagService
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of AssetTagService in com.liferay.portlet.asset.service
 

Classes in com.liferay.portlet.asset.service that implement AssetTagService
 class AssetTagServiceWrapper
           This class is a wrapper for AssetTagService.
 

Methods in com.liferay.portlet.asset.service that return AssetTagService
static AssetTagService AssetTagServiceUtil.getService()
           
 AssetTagService AssetTagServiceWrapper.getWrappedAssetTagService()
          Deprecated. Renamed to AssetTagServiceWrapper.getWrappedService()
 AssetTagService AssetTagServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagService
 void AssetTagServiceUtil.setService(AssetTagService service)
          Deprecated.  
 void AssetTagServiceWrapper.setWrappedAssetTagService(AssetTagService assetTagService)
          Deprecated. Renamed to AssetTagServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetTagService)
 void AssetTagServiceWrapper.setWrappedService(AssetTagService assetTagService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetTagService
AssetTagServiceWrapper(AssetTagService assetTagService)
           
 


Liferay 6.1.2-ce-ga3