Liferay 6.0-ee

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

Packages that use AssetCategoryLocalService
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 AssetCategoryLocalService in com.liferay.portlet.asset.service
 

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryLocalService
static AssetCategoryLocalService AssetCategoryLocalServiceUtil.getService()
           
 AssetCategoryLocalService AssetCategoryLocalServiceWrapper.getWrappedAssetCategoryLocalService()
           
 

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

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryLocalService
AssetCategoryLocalServiceWrapper(AssetCategoryLocalService assetCategoryLocalService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryLocalService
 class AssetCategoryLocalServiceBaseImpl
          The base implementation of the asset category local service.
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryLocalService
 AssetCategoryLocalService AssetVocabularyServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetVocabularyLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetTagStatsLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetTagServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetTagPropertyServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetTagLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetLinkLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetEntryServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetEntryLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetCategoryServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService AssetCategoryLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryLocalService
 void AssetVocabularyServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetTagServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetTagLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetEntryServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetCategoryServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryLocalService
 class AssetCategoryLocalServiceImpl
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetCategoryLocalService
protected  AssetCategoryLocalService DLFileEntryServiceBaseImpl.assetCategoryLocalService
           
protected  AssetCategoryLocalService DLFileEntryLocalServiceBaseImpl.assetCategoryLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryLocalService
 AssetCategoryLocalService DLFileEntryServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService DLFileEntryLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetCategoryLocalService
 void DLFileEntryServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void DLFileEntryLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 

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

Fields in com.liferay.portlet.imagegallery.service.base declared as AssetCategoryLocalService
protected  AssetCategoryLocalService IGImageServiceBaseImpl.assetCategoryLocalService
           
protected  AssetCategoryLocalService IGImageLocalServiceBaseImpl.assetCategoryLocalService
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return AssetCategoryLocalService
 AssetCategoryLocalService IGImageServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService IGImageLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type AssetCategoryLocalService
 void IGImageServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void IGImageLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetCategoryLocalService
protected  AssetCategoryLocalService JournalArticleServiceBaseImpl.assetCategoryLocalService
           
protected  AssetCategoryLocalService JournalArticleLocalServiceBaseImpl.assetCategoryLocalService
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetCategoryLocalService
 AssetCategoryLocalService JournalArticleServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService JournalArticleLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetCategoryLocalService
 void JournalArticleServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void JournalArticleLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetCategoryLocalService
protected  AssetCategoryLocalService WikiPageServiceBaseImpl.assetCategoryLocalService
           
protected  AssetCategoryLocalService WikiPageLocalServiceBaseImpl.assetCategoryLocalService
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetCategoryLocalService
 AssetCategoryLocalService WikiPageServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryLocalService WikiPageLocalServiceBaseImpl.getAssetCategoryLocalService()
          Gets the asset category local service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetCategoryLocalService
 void WikiPageServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void WikiPageLocalServiceBaseImpl.setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 


Liferay 6.0-ee