Liferay 6.0.5

com.liferay.portlet.asset.service
Class AssetTagServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagServiceWrapper
All Implemented Interfaces:
AssetTagService

public class AssetTagServiceWrapper
extends Object
implements AssetTagService

This class is a wrapper for AssetTagService.

See Also:
AssetTagService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetTagServiceWrapper(AssetTagService assetTagService)
           
 
Method Summary
 AssetTag addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 void deleteTag(long tagId)
           
 List<AssetTag> getGroupTags(long groupId)
           
 AssetTag getTag(long tagId)
           
 List<AssetTag> getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> getTags(String className, long classPK)
           
 AssetTagService getWrappedAssetTagService()
           
 void mergeTags(long fromTagId, long toTagId)
           
 JSONArray search(long groupId, String name, String[] tagProperties, int start, int end)
           
 AssetTag updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagServiceWrapper

public AssetTagServiceWrapper(AssetTagService assetTagService)
Method Detail

addTag

public AssetTag addTag(String name,
                       String[] tagProperties,
                       ServiceContext serviceContext)
                throws PortalException,
                       SystemException
Specified by:
addTag in interface AssetTagService
Throws:
PortalException
SystemException

deleteTag

public void deleteTag(long tagId)
               throws PortalException,
                      SystemException
Specified by:
deleteTag in interface AssetTagService
Throws:
PortalException
SystemException

getGroupTags

public List<AssetTag> getGroupTags(long groupId)
                            throws PortalException,
                                   SystemException
Specified by:
getGroupTags in interface AssetTagService
Throws:
PortalException
SystemException

getTag

public AssetTag getTag(long tagId)
                throws PortalException,
                       SystemException
Specified by:
getTag in interface AssetTagService
Throws:
PortalException
SystemException

getTags

public List<AssetTag> getTags(long groupId,
                              long classNameId,
                              String name)
                       throws PortalException,
                              SystemException
Specified by:
getTags in interface AssetTagService
Throws:
PortalException
SystemException

getTags

public List<AssetTag> getTags(String className,
                              long classPK)
                       throws PortalException,
                              SystemException
Specified by:
getTags in interface AssetTagService
Throws:
PortalException
SystemException

mergeTags

public void mergeTags(long fromTagId,
                      long toTagId)
               throws PortalException,
                      SystemException
Specified by:
mergeTags in interface AssetTagService
Throws:
PortalException
SystemException

search

public JSONArray search(long groupId,
                        String name,
                        String[] tagProperties,
                        int start,
                        int end)
                 throws SystemException
Specified by:
search in interface AssetTagService
Throws:
SystemException

updateTag

public AssetTag updateTag(long tagId,
                          String name,
                          String[] tagProperties,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Specified by:
updateTag in interface AssetTagService
Throws:
PortalException
SystemException

getWrappedAssetTagService

public AssetTagService getWrappedAssetTagService()

Liferay 6.0.5