Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for AssetEntryService.
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryService
 void AssetEntryServiceUtil.setService(AssetEntryService service)
          Deprecated.  
 void AssetEntryServiceWrapper.setWrappedAssetEntryService(AssetEntryService assetEntryService)
          Deprecated. Renamed to 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.1.2-ce-ga3