Liferay 6.1.2-ce-ga3

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

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

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()
          Deprecated. Renamed to AssetTagPropertyServiceWrapper.getWrappedService()
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedService()
           
 

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

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


Liferay 6.1.2-ce-ga3