Liferay 7.0-ce-m3

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. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetTagPropertyService
static AssetTagPropertyService AssetTagPropertyServiceUtil.getService()
           
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedAssetTagPropertyService()
          Deprecated. As of 6.1.0, replaced by AssetTagPropertyServiceWrapper.getWrappedService()
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagPropertyService
 void AssetTagPropertyServiceUtil.setService(AssetTagPropertyService service)
          Deprecated. As of 6.2.0
 void AssetTagPropertyServiceWrapper.setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Deprecated. As of 6.1.0, replaced by 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)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetTagPropertyService
 class AssetTagPropertyServiceBaseImpl
          Provides the base implementation for the asset tag property remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetTagPropertyService
protected  AssetTagPropertyService AssetTagLocalServiceBaseImpl.assetTagPropertyService
           
protected  AssetTagPropertyService AssetTagPropertyServiceBaseImpl.assetTagPropertyService
           
protected  AssetTagPropertyService AssetTagServiceBaseImpl.assetTagPropertyService
           
protected  AssetTagPropertyService AssetTagPropertyLocalServiceBaseImpl.assetTagPropertyService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyService
 AssetTagPropertyService AssetTagLocalServiceBaseImpl.getAssetTagPropertyService()
          Returns the asset tag property remote service.
 AssetTagPropertyService AssetTagPropertyServiceBaseImpl.getAssetTagPropertyService()
          Returns the asset tag property remote service.
 AssetTagPropertyService AssetTagServiceBaseImpl.getAssetTagPropertyService()
          Returns the asset tag property remote service.
 AssetTagPropertyService AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyService()
          Returns the asset tag property remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyService
 void AssetTagLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetTagPropertyService
 class AssetTagPropertyServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating asset tag properties.
 


Liferay 7.0-ce-m3