|
Liferay 6.0.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getGroupTags(long groupId)
|
static AssetTagSoap |
AssetTagServiceSoap.getTag(long tagId)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getTags(long groupId,
long classNameId,
String name)
|
static AssetTagSoap[] |
AssetTagServiceSoap.getTags(String className,
long classPK)
|
static AssetTagSoap |
AssetTagServiceSoap.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
|
Liferay 6.0.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||