@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 AssetTagService
PortalException
public void deleteTag(long tagId) throws PortalException
deleteTag
in interface AssetTagService
PortalException
public void deleteTags(long[] tagIds) throws PortalException
deleteTags
in interface AssetTagService
PortalException
public List<AssetTag> getGroupsTags(long[] groupIds)
getGroupsTags
in interface AssetTagService
public List<AssetTag> getGroupTags(long groupId)
getGroupTags
in interface AssetTagService
public List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> obc)
getGroupTags
in interface AssetTagService
public int getGroupTagsCount(long groupId)
getGroupTagsCount
in interface AssetTagService
public AssetTagDisplay getGroupTagsDisplay(long groupId, String name, int start, int end)
getGroupTagsDisplay
in interface AssetTagService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetTagService
public AssetTag getTag(long tagId) throws PortalException
getTag
in interface AssetTagService
PortalException
public List<AssetTag> getTags(long groupId, long classNameId, String name)
getTags
in interface AssetTagService
public List<AssetTag> getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags
in interface AssetTagService
public List<AssetTag> getTags(long groupId, String name, int start, int end)
getTags
in interface AssetTagService
public List<AssetTag> getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags
in interface AssetTagService
public List<AssetTag> getTags(long[] groupIds, String name, int start, int end)
getTags
in interface AssetTagService
public List<AssetTag> getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> obc)
getTags
in interface AssetTagService
public List<AssetTag> getTags(String className, long classPK)
getTags
in interface AssetTagService
public int getTagsCount(long groupId, String name)
getTagsCount
in interface AssetTagService
public int getVisibleAssetsTagsCount(long groupId, long classNameId, String name)
getVisibleAssetsTagsCount
in interface AssetTagService
public int getVisibleAssetsTagsCount(long groupId, String name)
getVisibleAssetsTagsCount
in interface AssetTagService
public void mergeTags(long fromTagId, long toTagId) throws PortalException
mergeTags
in interface AssetTagService
PortalException
public void mergeTags(long[] fromTagIds, long toTagId) throws PortalException
mergeTags
in interface AssetTagService
PortalException
public JSONArray search(long groupId, String name, int start, int end)
search
in interface AssetTagService
public JSONArray search(long[] groupIds, String name, int start, int end)
search
in interface AssetTagService
public AssetTag updateTag(long tagId, String name, ServiceContext serviceContext) throws PortalException
updateTag
in interface AssetTagService
PortalException
public AssetTagService getWrappedService()
getWrappedService
in interface ServiceWrapper<AssetTagService>
public void setWrappedService(AssetTagService assetTagService)
setWrappedService
in interface ServiceWrapper<AssetTagService>