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