Liferay 6.0.4

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

Packages that use AssetCategoryService
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.wiki.service.base   
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryService
static AssetCategoryService AssetCategoryServiceUtil.getService()
           
 AssetCategoryService AssetCategoryServiceWrapper.getWrappedAssetCategoryService()
           
 

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

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryService
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryService
 class AssetCategoryServiceBaseImpl
           
 

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

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

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

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryService
 class AssetCategoryServiceImpl
           
 

Uses of AssetCategoryService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetCategoryService
protected  AssetCategoryService DLFileEntryServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService DLFileEntryLocalServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryService
 AssetCategoryService DLFileEntryServiceBaseImpl.getAssetCategoryService()
           
 AssetCategoryService DLFileEntryLocalServiceBaseImpl.getAssetCategoryService()
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetCategoryService
 void DLFileEntryServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 void DLFileEntryLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 

Uses of AssetCategoryService in com.liferay.portlet.imagegallery.service.base
 

Fields in com.liferay.portlet.imagegallery.service.base declared as AssetCategoryService
protected  AssetCategoryService IGImageServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService IGImageLocalServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return AssetCategoryService
 AssetCategoryService IGImageServiceBaseImpl.getAssetCategoryService()
           
 AssetCategoryService IGImageLocalServiceBaseImpl.getAssetCategoryService()
           
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type AssetCategoryService
 void IGImageServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 void IGImageLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 

Uses of AssetCategoryService in com.liferay.portlet.journal.service.base
 

Fields in com.liferay.portlet.journal.service.base declared as AssetCategoryService
protected  AssetCategoryService JournalArticleServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService JournalArticleLocalServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetCategoryService
 AssetCategoryService JournalArticleServiceBaseImpl.getAssetCategoryService()
           
 AssetCategoryService JournalArticleLocalServiceBaseImpl.getAssetCategoryService()
           
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetCategoryService
 void JournalArticleServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 void JournalArticleLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 

Uses of AssetCategoryService in com.liferay.portlet.wiki.service.base
 

Fields in com.liferay.portlet.wiki.service.base declared as AssetCategoryService
protected  AssetCategoryService WikiPageServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService WikiPageLocalServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetCategoryService
 AssetCategoryService WikiPageServiceBaseImpl.getAssetCategoryService()
           
 AssetCategoryService WikiPageLocalServiceBaseImpl.getAssetCategoryService()
           
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetCategoryService
 void WikiPageServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 void WikiPageLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
           
 


Liferay 6.0.4