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 java.lang.Object
implements AssetTagPropertyService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AssetTagPropertyService.

Author:
Brian Wing Shun Chan
See Also:
AssetTagPropertyService
Generated:

Constructor Summary
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
           
 
Method Summary
 AssetTagProperty addTagProperty(long tagId, java.lang.String key, java.lang.String value)
           
 void deleteTagProperty(long tagPropertyId)
           
 java.util.List<AssetTagProperty> getTagProperties(long tagId)
           
 java.util.List<AssetTagProperty> getTagPropertyValues(long companyId, java.lang.String key)
           
 AssetTagPropertyService getWrappedAssetTagPropertyService()
           
 AssetTagProperty updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.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,
                                       java.lang.String key,
                                       java.lang.String value)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
addTagProperty in interface AssetTagPropertyService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTagProperty

public void deleteTagProperty(long tagPropertyId)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTagProperty in interface AssetTagPropertyService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagProperties

public java.util.List<AssetTagProperty> getTagProperties(long tagId)
                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagProperties in interface AssetTagPropertyService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagPropertyValues

public java.util.List<AssetTagProperty> getTagPropertyValues(long companyId,
                                                             java.lang.String key)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagPropertyValues in interface AssetTagPropertyService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTagProperty

public AssetTagProperty updateTagProperty(long tagPropertyId,
                                          java.lang.String key,
                                          java.lang.String value)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTagProperty in interface AssetTagPropertyService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAssetTagPropertyService

public AssetTagPropertyService getWrappedAssetTagPropertyService()