Liferay 6.1.0

com.liferay.portlet.asset.service
Class AssetTagPropertyServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagPropertyServiceWrapper
All Implemented Interfaces:
AssetTagPropertyService

public class AssetTagPropertyServiceWrapper
extends Object
implements AssetTagPropertyService

This class is a wrapper for AssetTagPropertyService.

See Also:
AssetTagPropertyService

Constructor Summary
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
           
 
Method Summary
 AssetTagProperty addTagProperty(long tagId, String key, String value)
           
 void deleteTagProperty(long tagPropertyId)
           
 List<AssetTagProperty> getTagProperties(long tagId)
           
 List<AssetTagProperty> getTagPropertyValues(long companyId, String key)
           
 AssetTagPropertyService getWrappedAssetTagPropertyService()
           
 void setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
           
 AssetTagProperty updateTagProperty(long tagPropertyId, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyServiceWrapper

public AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
Method Detail

addTagProperty

public AssetTagProperty addTagProperty(long tagId,
                                       String key,
                                       String value)
                                throws PortalException,
                                       SystemException
Specified by:
addTagProperty in interface AssetTagPropertyService
Throws:
PortalException
SystemException

deleteTagProperty

public void deleteTagProperty(long tagPropertyId)
                       throws PortalException,
                              SystemException
Specified by:
deleteTagProperty in interface AssetTagPropertyService
Throws:
PortalException
SystemException

getTagProperties

public List<AssetTagProperty> getTagProperties(long tagId)
                                        throws SystemException
Specified by:
getTagProperties in interface AssetTagPropertyService
Throws:
SystemException

getTagPropertyValues

public List<AssetTagProperty> getTagPropertyValues(long companyId,
                                                   String key)
                                            throws SystemException
Specified by:
getTagPropertyValues in interface AssetTagPropertyService
Throws:
SystemException

updateTagProperty

public AssetTagProperty updateTagProperty(long tagPropertyId,
                                          String key,
                                          String value)
                                   throws PortalException,
                                          SystemException
Specified by:
updateTagProperty in interface AssetTagPropertyService
Throws:
PortalException
SystemException

getWrappedAssetTagPropertyService

public AssetTagPropertyService getWrappedAssetTagPropertyService()

setWrappedAssetTagPropertyService

public void setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)

Liferay 6.1.0