@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(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext) |
void |
deleteTag(long tagId) |
void |
deleteTags(long[] tagIds) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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 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) |
AssetTag |
getTag(long tagId) |
java.util.List<AssetTag> |
getTags(long[] groupIds,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end) |
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 obc) |
java.util.List<AssetTag> |
getTags(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end) |
java.util.List<AssetTag> |
getTags(java.lang.String className,
long classPK) |
int |
getTagsCount(long groupId,
long classNameId,
java.lang.String name) |
int |
getTagsCount(long groupId,
java.lang.String name) |
int |
getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties) |
AssetTagService |
getWrappedAssetTagService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetTagService |
getWrappedService() |
void |
mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties) |
void |
mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties) |
JSONArray |
search(long[] groupIds,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end) |
JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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,
java.lang.String[] tagProperties,
ServiceContext serviceContext) |
public AssetTagServiceWrapper(AssetTagService assetTagService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetTagServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetTagServicebeanIdentifier - the Spring bean ID for this beanpublic AssetTag addTag(java.lang.String name, java.lang.String[] tagProperties, ServiceContext serviceContext) throws PortalException, SystemException
addTag in interface AssetTagServicePortalExceptionSystemExceptionpublic void deleteTag(long tagId)
throws PortalException,
SystemException
deleteTag in interface AssetTagServicePortalExceptionSystemExceptionpublic void deleteTags(long[] tagIds)
throws PortalException,
SystemException
deleteTags in interface AssetTagServicePortalExceptionSystemExceptionpublic java.util.List<AssetTag> getGroupsTags(long[] groupIds) throws SystemException
getGroupsTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getGroupTags(long groupId) throws SystemException
getGroupTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator obc) throws SystemException
getGroupTags in interface AssetTagServiceSystemExceptionpublic int getGroupTagsCount(long groupId)
throws SystemException
getGroupTagsCount in interface AssetTagServiceSystemExceptionpublic AssetTagDisplay getGroupTagsDisplay(long groupId, java.lang.String name, int start, int end) throws SystemException
getGroupTagsDisplay in interface AssetTagServiceSystemExceptionpublic JSONObject getJSONGroupTags(long groupId, java.lang.String name, int start, int end) throws PortalException, SystemException
getGroupTagsDisplay(long,
String, int, int)getJSONGroupTags in interface AssetTagServicePortalExceptionSystemExceptionpublic AssetTag getTag(long tagId) throws PortalException, SystemException
getTag in interface AssetTagServicePortalExceptionSystemExceptionpublic java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name) throws SystemException
getTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name, int start, int end, OrderByComparator obc) throws SystemException
getTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getTags(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end) throws SystemException
getTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getTags(long[] groupIds, java.lang.String name, java.lang.String[] tagProperties, int start, int end) throws SystemException
getTags in interface AssetTagServiceSystemExceptionpublic java.util.List<AssetTag> getTags(java.lang.String className, long classPK) throws PortalException, SystemException
getTags in interface AssetTagServicePortalExceptionSystemExceptionpublic int getTagsCount(long groupId,
long classNameId,
java.lang.String name)
throws SystemException
getTagsCount in interface AssetTagServiceSystemExceptionpublic int getTagsCount(long groupId,
java.lang.String name)
throws SystemException
getTagsCount in interface AssetTagServiceSystemExceptionpublic int getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
throws SystemException
getTagsCount in interface AssetTagServiceSystemExceptionpublic void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
mergeTags in interface AssetTagServicePortalExceptionSystemExceptionpublic void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
mergeTags in interface AssetTagServicePortalExceptionSystemExceptionpublic JSONArray search(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end) throws SystemException
search in interface AssetTagServiceSystemExceptionpublic JSONArray search(long[] groupIds, java.lang.String name, java.lang.String[] tagProperties, int start, int end) throws SystemException
search in interface AssetTagServiceSystemExceptionpublic AssetTag updateTag(long tagId, java.lang.String name, java.lang.String[] tagProperties, ServiceContext serviceContext) throws PortalException, SystemException
updateTag in interface AssetTagServicePortalExceptionSystemExceptionpublic AssetTagService getWrappedAssetTagService()
getWrappedService()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>