@ProviderType public class AssetTagServiceWrapper extends java.lang.Object implements AssetTagService, ServiceWrapper<AssetTagService>
AssetTagService.AssetTagService| Constructor and Description |
|---|
AssetTagServiceWrapper(AssetTagService assetTagService) |
| Modifier and Type | Method and Description |
|---|---|
AssetTag |
addTag(long groupId,
java.lang.String name,
ServiceContext serviceContext) |
void |
deleteTag(long tagId) |
void |
deleteTags(long[] tagIds) |
java.util.List<AssetTag> |
getGroupsTags(long[] groupIds) |
java.util.List<AssetTag> |
getGroupTags(long groupId) |
java.util.List<AssetTag> |
getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc) |
int |
getGroupTagsCount(long groupId) |
AssetTagDisplay |
getGroupTagsDisplay(long groupId,
java.lang.String name,
int start,
int end) |
JSONObject |
getJSONGroupTags(long groupId,
java.lang.String name,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
getGroupTagsDisplay(long,
String, int, int) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetTag |
getTag(long tagId) |
java.util.List<AssetTag> |
getTags(long[] groupIds,
java.lang.String name,
int start,
int end) |
java.util.List<AssetTag> |
getTags(long[] groupIds,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
java.util.List<AssetTag> |
getTags(long groupId,
long classNameId,
java.lang.String name) |
java.util.List<AssetTag> |
getTags(long groupId,
long classNameId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
java.util.List<AssetTag> |
getTags(long groupId,
java.lang.String name,
int start,
int end) |
java.util.List<AssetTag> |
getTags(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
java.util.List<AssetTag> |
getTags(java.lang.String className,
long classPK) |
int |
getTagsCount(long groupId,
java.lang.String name) |
int |
getVisibleAssetsTagsCount(long groupId,
long classNameId,
java.lang.String name) |
int |
getVisibleAssetsTagsCount(long groupId,
java.lang.String name) |
AssetTagService |
getWrappedAssetTagService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetTagService |
getWrappedService() |
void |
mergeTags(long[] fromTagIds,
long toTagId) |
void |
mergeTags(long fromTagId,
long toTagId) |
JSONArray |
search(long[] groupIds,
java.lang.String name,
int start,
int end) |
JSONArray |
search(long groupId,
java.lang.String name,
int start,
int end) |
void |
setWrappedAssetTagService(AssetTagService assetTagService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetTagService) |
void |
setWrappedService(AssetTagService assetTagService) |
AssetTag |
updateTag(long tagId,
java.lang.String name,
ServiceContext serviceContext) |
public AssetTagServiceWrapper(AssetTagService assetTagService)
public AssetTag addTag(long groupId, java.lang.String name, ServiceContext serviceContext) throws PortalException
addTag in interface AssetTagServicePortalExceptionpublic void deleteTag(long tagId)
throws PortalException
deleteTag in interface AssetTagServicePortalExceptionpublic void deleteTags(long[] tagIds)
throws PortalException
deleteTags in interface AssetTagServicePortalExceptionpublic java.util.List<AssetTag> getGroupTags(long groupId)
getGroupTags in interface AssetTagServicepublic java.util.List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> obc)
getGroupTags in interface AssetTagServicepublic int getGroupTagsCount(long groupId)
getGroupTagsCount in interface AssetTagServicepublic AssetTagDisplay getGroupTagsDisplay(long groupId, java.lang.String name, int start, int end)
getGroupTagsDisplay in interface AssetTagServicepublic java.util.List<AssetTag> getGroupsTags(long[] groupIds)
getGroupsTags in interface AssetTagService@Deprecated public JSONObject getJSONGroupTags(long groupId, java.lang.String name, int start, int end) throws PortalException
getGroupTagsDisplay(long,
String, int, int)getJSONGroupTags in interface AssetTagServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetTagServicepublic AssetTag getTag(long tagId) throws PortalException
getTag in interface AssetTagServicePortalExceptionpublic java.util.List<AssetTag> getTags(java.lang.String className, long classPK)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long groupId, java.lang.String name, int start, int end)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long[] groupIds, java.lang.String name, int start, int end)
getTags in interface AssetTagServicepublic java.util.List<AssetTag> getTags(long[] groupIds, java.lang.String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags in interface AssetTagServicepublic int getTagsCount(long groupId,
java.lang.String name)
getTagsCount in interface AssetTagServicepublic int getVisibleAssetsTagsCount(long groupId,
long classNameId,
java.lang.String name)
getVisibleAssetsTagsCount in interface AssetTagServicepublic int getVisibleAssetsTagsCount(long groupId,
java.lang.String name)
getVisibleAssetsTagsCount in interface AssetTagServicepublic void mergeTags(long fromTagId,
long toTagId)
throws PortalException
mergeTags in interface AssetTagServicePortalExceptionpublic void mergeTags(long[] fromTagIds,
long toTagId)
throws PortalException
mergeTags in interface AssetTagServicePortalExceptionpublic JSONArray search(long groupId, java.lang.String name, int start, int end)
search in interface AssetTagServicepublic JSONArray search(long[] groupIds, java.lang.String name, int start, int end)
search in interface AssetTagServicepublic AssetTag updateTag(long tagId, java.lang.String name, ServiceContext serviceContext) throws PortalException
updateTag in interface AssetTagServicePortalException@Deprecated public AssetTagService getWrappedAssetTagService()
getWrappedService()@Deprecated public void setWrappedAssetTagService(AssetTagService assetTagService)
setWrappedService(com.liferay.portlet.asset.service.AssetTagService)public AssetTagService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetTagService>public void setWrappedService(AssetTagService assetTagService)
setWrappedService in interface ServiceWrapper<AssetTagService>