Liferay 6.0.4

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

Packages that use AssetCategoryPropertyLocalService
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryPropertyLocalService
static AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceUtil.getService()
           
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceWrapper.getWrappedAssetCategoryPropertyLocalService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyLocalServiceUtil.setService(AssetCategoryPropertyLocalService service)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryPropertyLocalService
 class AssetCategoryPropertyLocalServiceBaseImpl
           
 

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPropertyLocalService
protected  AssetCategoryPropertyLocalService AssetVocabularyServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetVocabularyLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetTagStatsLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetTagServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetTagPropertyServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetTagPropertyLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetTagLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetLinkLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetEntryServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetEntryLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryPropertyServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
protected  AssetCategoryPropertyLocalService AssetCategoryLocalServiceBaseImpl.assetCategoryPropertyLocalService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyLocalService
 AssetCategoryPropertyLocalService AssetVocabularyServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetTagServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetTagPropertyServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetTagLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetLinkLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetEntryServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetEntryLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetCategoryServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 AssetCategoryPropertyLocalService AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyLocalService()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyLocalService
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetTagServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetEntryServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryPropertyLocalService
 class AssetCategoryPropertyLocalServiceImpl
           
 


Liferay 6.0.4