com.liferay.portlet.asset.service
Class AssetTagPropertyServiceWrapper
java.lang.Object
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- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyServiceWrapper
public AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
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()