Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.asset.model.AssetTagSoap

Packages that use AssetTagSoap
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service.http   
 

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

Methods in com.liferay.portlet.asset.model that return AssetTagSoap
static AssetTagSoap AssetTagSoap.toSoapModel(AssetTag model)
           
static AssetTagSoap[] AssetTagSoap.toSoapModels(AssetTag[] models)
           
static AssetTagSoap[][] AssetTagSoap.toSoapModels(AssetTag[][] models)
           
static AssetTagSoap[] AssetTagSoap.toSoapModels(List<AssetTag> models)
           
 

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

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetTagSoap
static AssetTag AssetTagModelImpl.toModel(AssetTagSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<AssetTag> AssetTagModelImpl.toModels(AssetTagSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of AssetTagSoap in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetTagSoap
static AssetTagSoap AssetTagServiceSoap.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTagSoap[] AssetTagServiceSoap.getGroupsTags(long[] groupIds)
           
static AssetTagSoap[] AssetTagServiceSoap.getGroupTags(long groupId)
           
static AssetTagSoap[] AssetTagServiceSoap.getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static AssetTagSoap AssetTagServiceSoap.getTag(long tagId)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long groupId, long classNameId, String name)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(long groupId, String name, String[] tagProperties, int start, int end)
           
static AssetTagSoap[] AssetTagServiceSoap.getTags(String className, long classPK)
           
static AssetTagSoap AssetTagServiceSoap.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3