com.liferay.portlet.asset.service
Class AssetTagPropertyServiceWrapper
java.lang.Object
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:
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,
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()