Liferay 6.2-ce-ga5

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

Packages that use AssetEntryService
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
 

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.getWrappedAssetEntryService()
          Deprecated. As of 6.1.0, replaced by AssetEntryServiceWrapper.getWrappedService()
 AssetEntryService AssetEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryService
 void AssetEntryServiceUtil.setService(AssetEntryService service)
          Deprecated. As of 6.2.0
 void AssetEntryServiceWrapper.setWrappedAssetEntryService(AssetEntryService assetEntryService)
          Deprecated. As of 6.1.0, replaced by AssetEntryServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)
 void AssetEntryServiceWrapper.setWrappedService(AssetEntryService assetEntryService)
           
 

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


Liferay 6.2-ce-ga5