com.liferay.portlet.asset.service
Class AssetTagServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetTagServiceWrapper
- All Implemented Interfaces:
- AssetTagService
public class AssetTagServiceWrapper
- extends java.lang.Object
- implements AssetTagService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetTagService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetTagService
- Generated:
Method Summary |
AssetTag |
addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
void |
deleteTag(long tagId)
|
java.util.List<AssetTag> |
getGroupTags(long groupId)
|
AssetTag |
getTag(long tagId)
|
java.util.List<AssetTag> |
getTags(long groupId,
long classNameId,
java.lang.String name)
|
java.util.List<AssetTag> |
getTags(java.lang.String className,
long classPK)
|
AssetTagService |
getWrappedAssetTagService()
|
void |
mergeTags(long fromTagId,
long toTagId)
|
com.liferay.portal.kernel.json.JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTag |
updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagServiceWrapper
public AssetTagServiceWrapper(AssetTagService assetTagService)
addTag
public AssetTag addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addTag
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTag
public void deleteTag(long tagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteTag
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getGroupTags
public java.util.List<AssetTag> getGroupTags(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupTags
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTag
public AssetTag getTag(long tagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTag
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTags
public java.util.List<AssetTag> getTags(long groupId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTags
public java.util.List<AssetTag> getTags(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
mergeTags
public void mergeTags(long fromTagId,
long toTagId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
mergeTags
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
search
public com.liferay.portal.kernel.json.JSONArray search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTag
public AssetTag updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateTag
in interface AssetTagService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetTagService
public AssetTagService getWrappedAssetTagService()