Package com.liferay.asset.kernel.service
Class AssetTagServiceWrapper
Object
com.liferay.asset.kernel.service.AssetTagServiceWrapper
- All Implemented Interfaces:
AssetTagService,BaseService,ServiceWrapper<AssetTagService>
public class AssetTagServiceWrapper
extends Object
implements AssetTagService, ServiceWrapper<AssetTagService>
Provides a wrapper for
AssetTagService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTag(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) voiddeleteTag(long tagId) voiddeleteTags(long[] tagIds) fetchAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) getGroupsTags(long[] groupIds) getGroupTags(long groupId) getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) intgetGroupTagsCount(long groupId) getGroupTagsDisplay(long groupId, String name, int start, int end) Returns the OSGi service identifier.getTag(long tagId) getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) intgetTagsCount(long[] groupIds, String name) intgetTagsCount(long groupId, String name) intgetVisibleAssetsTagsCount(long groupId, long classNameId, String name) voidmergeTags(long[] fromTagIds, long toTagId) voidmergeTags(long fromTagId, long toTagId) voidsetWrappedService(AssetTagService assetTagService) voidsubscribeTag(long userId, long groupId, long tagId) voidunsubscribeTag(long userId, long tagId) updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext)
-
Constructor Details
-
AssetTagServiceWrapper
public AssetTagServiceWrapper() -
AssetTagServiceWrapper
-
-
Method Details
-
addTag
public AssetTag addTag(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) throws PortalException - Specified by:
addTagin interfaceAssetTagService- Throws:
PortalException
-
deleteTag
- Specified by:
deleteTagin interfaceAssetTagService- Throws:
PortalException
-
deleteTags
- Specified by:
deleteTagsin interfaceAssetTagService- Throws:
PortalException
-
fetchAssetTagByExternalReferenceCode
- Specified by:
fetchAssetTagByExternalReferenceCodein interfaceAssetTagService
-
getAssetTagByExternalReferenceCode
public AssetTag getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getAssetTagByExternalReferenceCodein interfaceAssetTagService- Throws:
PortalException
-
getGroupsTags
- Specified by:
getGroupsTagsin interfaceAssetTagService
-
getGroupTags
- Specified by:
getGroupTagsin interfaceAssetTagService
-
getGroupTags
public List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getGroupTagsin interfaceAssetTagService
-
getGroupTagsCount
public int getGroupTagsCount(long groupId) - Specified by:
getGroupTagsCountin interfaceAssetTagService
-
getGroupTagsDisplay
- Specified by:
getGroupTagsDisplayin interfaceAssetTagService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetTagService- Returns:
- the OSGi service identifier
-
getTag
- Specified by:
getTagin interfaceAssetTagService- Throws:
PortalException
-
getTags
- Specified by:
getTagsin interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTagsin interfaceAssetTagService
-
getTags
- Specified by:
getTagsin interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTagsin interfaceAssetTagService
-
getTags
- Specified by:
getTagsin interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTagsin interfaceAssetTagService
-
getTags
- Specified by:
getTagsin interfaceAssetTagService
-
getTagsCount
- Specified by:
getTagsCountin interfaceAssetTagService
-
getTagsCount
- Specified by:
getTagsCountin interfaceAssetTagService
-
getVisibleAssetsTagsCount
- Specified by:
getVisibleAssetsTagsCountin interfaceAssetTagService
-
mergeTags
- Specified by:
mergeTagsin interfaceAssetTagService- Throws:
PortalException
-
mergeTags
- Specified by:
mergeTagsin interfaceAssetTagService- Throws:
PortalException
-
search
- Specified by:
searchin interfaceAssetTagService
-
search
- Specified by:
searchin interfaceAssetTagService
-
subscribeTag
- Specified by:
subscribeTagin interfaceAssetTagService- Throws:
PortalException
-
unsubscribeTag
- Specified by:
unsubscribeTagin interfaceAssetTagService- Throws:
PortalException
-
updateTag
public AssetTag updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) throws PortalException - Specified by:
updateTagin interfaceAssetTagService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<AssetTagService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<AssetTagService>
-