|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetTagPropertyServiceWrapper
public class AssetTagPropertyServiceWrapper
This class is a wrapper for AssetTagPropertyService.
AssetTagPropertyService| Constructor Summary | |
|---|---|
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
|
|
| Method Summary | |
|---|---|
AssetTagProperty |
addTagProperty(long tagId,
String key,
String value)
Adds an asset tag property. |
void |
deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<AssetTagProperty> |
getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
List<AssetTagProperty> |
getTagPropertyValues(long companyId,
String key)
Returns asset tag properties with the specified group and key. |
AssetTagPropertyService |
getWrappedAssetTagPropertyService()
Deprecated. Renamed to getWrappedService() |
AssetTagPropertyService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetTagPropertyService) |
void |
setWrappedService(AssetTagPropertyService assetTagPropertyService)
|
AssetTagProperty |
updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface AssetTagPropertyServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AssetTagPropertyServicebeanIdentifier - the Spring bean ID for this bean
public AssetTagProperty addTagProperty(long tagId,
String key,
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 refer
PortalException - if the user did not have permission to update the
asset tag, or if the key or value were invalid
SystemException - if a system exception occurred
public void deleteTagProperty(long tagPropertyId)
throws PortalException,
SystemException
deleteTagProperty in interface AssetTagPropertyServicetagPropertyId - the primary key of the asset tag property instance
PortalException - 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 property
SystemException - if a system exception occurred
public List<AssetTagProperty> getTagProperties(long tagId)
throws SystemException
getTagProperties in interface AssetTagPropertyServicetagId - the primary key of the tag
SystemException - if a system exception occurred
public List<AssetTagProperty> getTagPropertyValues(long companyId,
String key)
throws SystemException
getTagPropertyValues in interface AssetTagPropertyServicecompanyId - the primary key of the companykey - the key that refers to some value
SystemException - if a system exception occurred
public AssetTagProperty updateTagProperty(long tagPropertyId,
String key,
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 refer
PortalException - 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 invalid
SystemException - 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>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||