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) void
deleteTag
(long tagId) void
deleteTags
(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) int
getGroupTagsCount
(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) int
getTagsCount
(long[] groupIds, String name) int
getTagsCount
(long groupId, String name) int
getVisibleAssetsTagsCount
(long groupId, long classNameId, String name) void
mergeTags
(long[] fromTagIds, long toTagId) void
mergeTags
(long fromTagId, long toTagId) void
setWrappedService
(AssetTagService assetTagService) void
subscribeTag
(long userId, long groupId, long tagId) void
unsubscribeTag
(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:
addTag
in interfaceAssetTagService
- Throws:
PortalException
-
deleteTag
- Specified by:
deleteTag
in interfaceAssetTagService
- Throws:
PortalException
-
deleteTags
- Specified by:
deleteTags
in interfaceAssetTagService
- Throws:
PortalException
-
fetchAssetTagByExternalReferenceCode
- Specified by:
fetchAssetTagByExternalReferenceCode
in interfaceAssetTagService
-
getAssetTagByExternalReferenceCode
public AssetTag getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getAssetTagByExternalReferenceCode
in interfaceAssetTagService
- Throws:
PortalException
-
getGroupsTags
- Specified by:
getGroupsTags
in interfaceAssetTagService
-
getGroupTags
- Specified by:
getGroupTags
in interfaceAssetTagService
-
getGroupTags
public List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getGroupTags
in interfaceAssetTagService
-
getGroupTagsCount
public int getGroupTagsCount(long groupId) - Specified by:
getGroupTagsCount
in interfaceAssetTagService
-
getGroupTagsDisplay
- Specified by:
getGroupTagsDisplay
in interfaceAssetTagService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAssetTagService
- Returns:
- the OSGi service identifier
-
getTag
- Specified by:
getTag
in interfaceAssetTagService
- Throws:
PortalException
-
getTags
- Specified by:
getTags
in interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTags
in interfaceAssetTagService
-
getTags
- Specified by:
getTags
in interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTags
in interfaceAssetTagService
-
getTags
- Specified by:
getTags
in interfaceAssetTagService
-
getTags
public List<AssetTag> getTags(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) - Specified by:
getTags
in interfaceAssetTagService
-
getTags
- Specified by:
getTags
in interfaceAssetTagService
-
getTagsCount
- Specified by:
getTagsCount
in interfaceAssetTagService
-
getTagsCount
- Specified by:
getTagsCount
in interfaceAssetTagService
-
getVisibleAssetsTagsCount
- Specified by:
getVisibleAssetsTagsCount
in interfaceAssetTagService
-
mergeTags
- Specified by:
mergeTags
in interfaceAssetTagService
- Throws:
PortalException
-
mergeTags
- Specified by:
mergeTags
in interfaceAssetTagService
- Throws:
PortalException
-
search
- Specified by:
search
in interfaceAssetTagService
-
search
- Specified by:
search
in interfaceAssetTagService
-
subscribeTag
- Specified by:
subscribeTag
in interfaceAssetTagService
- Throws:
PortalException
-
unsubscribeTag
- Specified by:
unsubscribeTag
in interfaceAssetTagService
- Throws:
PortalException
-
updateTag
public AssetTag updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) throws PortalException - Specified by:
updateTag
in interfaceAssetTagService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<AssetTagService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<AssetTagService>
-