Liferay 6.2-ce-ga5

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

Packages that use AssetCategoryService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.wiki.service.base   
 

Uses of AssetCategoryService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetCategoryService
protected  AssetCategoryService GroupServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService OrganizationLocalServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService GroupLocalServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService OrganizationServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portal.service.base that return AssetCategoryService
 AssetCategoryService GroupServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService OrganizationLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService GroupLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService OrganizationServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetCategoryService
 void GroupServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void OrganizationLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void GroupLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void OrganizationServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryService
static AssetCategoryService AssetCategoryServiceUtil.getService()
           
 AssetCategoryService AssetCategoryServiceWrapper.getWrappedAssetCategoryService()
          Deprecated. As of 6.1.0, replaced by AssetCategoryServiceWrapper.getWrappedService()
 AssetCategoryService AssetCategoryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryService
 void AssetCategoryServiceUtil.setService(AssetCategoryService service)
          Deprecated. As of 6.2.0
 void AssetCategoryServiceWrapper.setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
          Deprecated. As of 6.1.0, replaced by AssetCategoryServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService)
 void AssetCategoryServiceWrapper.setWrappedService(AssetCategoryService assetCategoryService)
           
 

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
          Provides the base implementation for the asset category remote service.
 

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

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

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

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryService
 class AssetCategoryServiceImpl
          Provides the remote service for accessing, adding, deleting, moving, and updating asset categories.
 

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 DLAppHelperLocalServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService DLFileEntryLocalServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryService
 AssetCategoryService DLFileEntryServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService DLAppHelperLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService DLFileEntryLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetCategoryService
 void DLFileEntryServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void DLAppHelperLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void DLFileEntryLocalServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 

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()
          Returns the asset category remote service.
 AssetCategoryService JournalArticleLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

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

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()
          Returns the asset category remote service.
 AssetCategoryService WikiPageLocalServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

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


Liferay 6.2-ce-ga5