|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetTagPropertyLocalServiceImpl
public class AssetTagPropertyLocalServiceImpl
The implementation of the asset tag property local service.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AssetTagPropertyLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
com.liferay.portlet.asset.model.AssetTagProperty |
addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.String value)
Adds an asset tag property. |
void |
deleteTagProperties(long tagId)
Deletes the asset tag property with the specified tag ID. |
void |
deleteTagProperty(com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
Deletes the asset tag property instance. |
void |
deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagProperties()
Returns all the asset tag property instances. |
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
com.liferay.portlet.asset.model.AssetTagProperty |
getTagProperty(long tagPropertyId)
Returns the asset tag property with the specified ID. |
com.liferay.portlet.asset.model.AssetTagProperty |
getTagProperty(long tagId,
java.lang.String key)
Returns the asset tag property with the specified tag ID and key. |
java.lang.String[] |
getTagPropertyKeys(long groupId)
Returns asset tag property keys with the specified group |
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagPropertyValues(long groupId,
java.lang.String key)
Returns asset tag properties with the specified group and key. |
com.liferay.portlet.asset.model.AssetTagProperty |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
Updates the asset tag property. |
protected void |
validate(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 |
|---|
public AssetTagPropertyLocalServiceImpl()
| Method Detail |
|---|
public com.liferay.portlet.asset.model.AssetTagProperty addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
userId - the primary key of the usertagId - the primary key of the tagkey - the key to be associated to the valuevalue - the value to which the key will refer
com.liferay.portal.kernel.exception.PortalException - if a user with the primary key could not be
found, or if the key or value were invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteTagProperty(com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
throws com.liferay.portal.kernel.exception.SystemException
tagProperty - the asset tag property instance
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void deleteTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
tagPropertyId - the primary key of the asset tag property instance
com.liferay.portal.kernel.exception.PortalException - if an asset tag property with the primary key
could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTagProperty getTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
tagPropertyId - the primary key of the asset tag property
com.liferay.portal.kernel.exception.PortalException - if an asset tag property with the primary key
could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTagProperty getTagProperty(long tagId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagkey - the key that refers to some value
com.liferay.portal.kernel.exception.PortalException - if an asset tag property with the tag ID and key
could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.lang.String[] getTagPropertyKeys(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
groupId - the primary key of the group
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
groupId - the primary key of the groupkey - the key that refers to some value
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.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
tagPropertyId - 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
com.liferay.portal.kernel.exception.PortalException - if an asset tag property with the primary key
could not be found, or if the key or value were invalid
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||