Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.asset.model.AssetTagModel

Packages that use AssetTagModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
 

Uses of AssetTagModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type AssetTagModel
 List<AssetTagModel> DataFactory.getAssetTagModels()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type AssetTagModel
 List<ResourcePermissionModel> DataFactory.newResourcePermissionModels(AssetTagModel assetTagModel)
           
 

Method parameters in com.liferay.portal.tools.samplesqlbuilder with type arguments of type AssetTagModel
protected  String[] DataFactory.getAssetPublisherAssetTagsQueryValues(List<AssetTagModel> assetTagModels, int index)
           
 

Uses of AssetTagModel in com.liferay.portlet.asset.model
 

Subinterfaces of AssetTagModel in com.liferay.portlet.asset.model
 interface AssetTag
          The extended model interface for the AssetTag service.
 

Classes in com.liferay.portlet.asset.model that implement AssetTagModel
 class AssetTagWrapper
           This class is a wrapper for AssetTag.
 

Uses of AssetTagModel in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetTagModel
 class AssetTagBaseImpl
          The extended model base implementation for the AssetTag service.
 class AssetTagImpl
           
 class AssetTagModelImpl
          The base model implementation for the AssetTag service.
 


Liferay 6.2-ce-ga5