com.liferay.client.soap.portlet.asset.service.http
Interface AssetTagServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Asset_AssetTagServiceSoapBindingImpl, Portlet_Asset_AssetTagServiceSoapBindingStub
public interface AssetTagServiceSoap
- extends java.rmi.Remote
|
Method Summary |
AssetTagSoap |
addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
void |
deleteTag(long tagId)
|
void |
deleteTags(long[] tagIds)
|
AssetTagSoap[] |
getGroupsTags(long[] groupIds)
|
AssetTagSoap[] |
getGroupTags(long groupId)
|
AssetTagSoap[] |
getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
int |
getGroupTagsCount(long groupId)
|
java.lang.String |
getJSONGroupTags(long groupId,
java.lang.String name,
int start,
int end)
|
AssetTagSoap |
getTag(long tagId)
|
AssetTagSoap[] |
getTags(long groupId,
long classNameId,
java.lang.String name)
|
AssetTagSoap[] |
getTags(long groupId,
long classNameId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
AssetTagSoap[] |
getTags(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTagSoap[] |
getTags(java.lang.String className,
long classPK)
|
int |
getTagsCount(long groupId,
long classNameId,
java.lang.String name)
|
int |
getTagsCount(long groupId,
java.lang.String name)
|
int |
getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
|
void |
mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
void |
mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
java.lang.String |
search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTagSoap |
updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
addTag
AssetTagSoap addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteTag
void deleteTag(long tagId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteTags
void deleteTags(long[] tagIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupTagsCount
int getGroupTagsCount(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupTags
AssetTagSoap[] getGroupTags(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupTags
AssetTagSoap[] getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupsTags
AssetTagSoap[] getGroupsTags(long[] groupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getJSONGroupTags
java.lang.String getJSONGroupTags(long groupId,
java.lang.String name,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTag
AssetTagSoap getTag(long tagId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTagsCount
int getTagsCount(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTagsCount
int getTagsCount(long groupId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTagsCount
int getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTags
AssetTagSoap[] getTags(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTags
AssetTagSoap[] getTags(long groupId,
long classNameId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTags
AssetTagSoap[] getTags(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTags
AssetTagSoap[] getTags(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
mergeTags
void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
mergeTags
void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
java.lang.String search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateTag
AssetTagSoap updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException