@ProviderType public class AssetTagPropertyServiceWrapper extends java.lang.Object implements AssetTagPropertyService, ServiceWrapper<AssetTagPropertyService>
AssetTagPropertyService.AssetTagPropertyService| Constructor and Description |
|---|
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService) |
| Modifier and Type | Method and Description |
|---|---|
AssetTagProperty |
addTagProperty(long tagId,
java.lang.String key,
java.lang.String value)
Adds an asset tag property.
|
void |
deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetTagProperty> |
getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID.
|
java.util.List<AssetTagProperty> |
getTagPropertyValues(long companyId,
java.lang.String key)
Returns asset tag properties with the specified group and key.
|
AssetTagPropertyService |
getWrappedAssetTagPropertyService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetTagPropertyService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetTagPropertyService) |
void |
setWrappedService(AssetTagPropertyService assetTagPropertyService) |
AssetTagProperty |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
Updates the asset tag property.
|
public AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetTagPropertyServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetTagPropertyServicebeanIdentifier - the Spring bean ID for this beanpublic AssetTagProperty addTagProperty(long tagId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
addTagProperty in interface AssetTagPropertyServicetagId - the primary key of the tagkey - the key to be associated to the valuevalue - the value to which the key will referPortalException - if the user did not have permission to update the
asset tag, or if the key or value were invalidSystemException - if a system exception occurredpublic void deleteTagProperty(long tagPropertyId)
throws PortalException,
SystemException
deleteTagProperty in interface AssetTagPropertyServicetagPropertyId - the primary key of the asset tag property instancePortalException - if an asset tag property with the primary key
could not be found or if the user did not have permission to
update the asset tag propertySystemException - if a system exception occurredpublic java.util.List<AssetTagProperty> getTagProperties(long tagId) throws SystemException
getTagProperties in interface AssetTagPropertyServicetagId - the primary key of the tagSystemException - if a system exception occurredpublic java.util.List<AssetTagProperty> getTagPropertyValues(long companyId, java.lang.String key) throws SystemException
getTagPropertyValues in interface AssetTagPropertyServicecompanyId - the primary key of the companykey - the key that refers to some valueSystemException - if a system exception occurredpublic AssetTagProperty updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.String value) throws PortalException, SystemException
updateTagProperty in interface AssetTagPropertyServicetagPropertyId - the primary key of the asset tag propertykey - the new key to be associated to the valuevalue - the new value to which the key will referPortalException - if an asset tag property with the primary key
could not be found, if the user did not have permission to update
the asset tag, or if the key or value were invalidSystemException - if a system exception occurredpublic AssetTagPropertyService getWrappedAssetTagPropertyService()
getWrappedService()public void setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
setWrappedService(com.liferay.portlet.asset.service.AssetTagPropertyService)public AssetTagPropertyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetTagPropertyService>public void setWrappedService(AssetTagPropertyService assetTagPropertyService)
setWrappedService in interface ServiceWrapper<AssetTagPropertyService>