Liferay 7.0-ce-b4

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

Packages that use AssetEntryService
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.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.social.service.base   
 

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

Fields in com.liferay.portal.service.base declared as AssetEntryService
protected  AssetEntryService GroupServiceBaseImpl.assetEntryService
           
protected  AssetEntryService LayoutServiceBaseImpl.assetEntryService
           
protected  AssetEntryService UserServiceBaseImpl.assetEntryService
           
protected  AssetEntryService RepositoryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService OrganizationServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portal.service.base that return AssetEntryService
 AssetEntryService GroupServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService LayoutServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService UserServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService RepositoryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService OrganizationServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetEntryService
 void GroupServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void LayoutServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void UserServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void RepositoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void OrganizationServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Classes in com.liferay.portlet.asset.service that implement AssetEntryService
 class AssetEntryServiceWrapper
          Provides a wrapper for AssetEntryService.
 

Methods in com.liferay.portlet.asset.service that return AssetEntryService
static AssetEntryService AssetEntryServiceUtil.getService()
           
 AssetEntryService AssetEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryService
 void AssetEntryServiceWrapper.setWrappedService(AssetEntryService assetEntryService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetEntryService
AssetEntryServiceWrapper(AssetEntryService assetEntryService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetEntryService
 class AssetEntryServiceBaseImpl
          Provides the base implementation for the asset entry remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetEntryService
protected  AssetEntryService AssetEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService AssetCategoryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService AssetTagServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetEntryService
 AssetEntryService AssetEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService AssetCategoryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService AssetTagServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntryService
 void AssetEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void AssetCategoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void AssetTagServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetEntryService
 class AssetEntryServiceImpl
          Provides the remote service for accessing and updating asset entries.
 

Uses of AssetEntryService in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as AssetEntryService
protected  AssetEntryService BlogsEntryServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetEntryService
 AssetEntryService BlogsEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetEntryService
 void BlogsEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetEntryService
protected  AssetEntryService DLFileShortcutServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFolderServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetEntryService
 AssetEntryService DLFileShortcutServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFileEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFolderServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryService
 void DLFileShortcutServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFileEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFolderServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

Uses of AssetEntryService in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as AssetEntryService
protected  AssetEntryService MBThreadServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBCategoryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBMessageServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetEntryService
 AssetEntryService MBThreadServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBCategoryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBMessageServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryService
 void MBThreadServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBCategoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBMessageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

Uses of AssetEntryService in com.liferay.portlet.ratings.service.base
 

Fields in com.liferay.portlet.ratings.service.base declared as AssetEntryService
protected  AssetEntryService RatingsEntryServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.ratings.service.base that return AssetEntryService
 AssetEntryService RatingsEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type AssetEntryService
 void RatingsEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

Uses of AssetEntryService in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as AssetEntryService
protected  AssetEntryService SocialActivityServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryService
 AssetEntryService SocialActivityServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryService
 void SocialActivityServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 


Liferay 7.0-ce-b4