Liferay 6.0-ee-sp2

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

Packages that use AssetTagPropertyService
com.liferay.portlet.asset.service   
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetTagPropertyService
static AssetTagPropertyService AssetTagPropertyServiceUtil.getService()
           
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedAssetTagPropertyService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagPropertyService
 void AssetTagPropertyServiceUtil.setService(AssetTagPropertyService service)
           
 void AssetTagPropertyServiceWrapper.setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetTagPropertyService
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
           
 


Liferay 6.0-ee-sp2