public class AssetTagPropertyLocalServiceImpl extends AssetTagPropertyLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
AssetTagPropertyLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addAssetTagProperty, afterPropertiesSet, createAssetTagProperty, deleteAssetTagProperty, deleteAssetTagProperty, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetTagProperty, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagProperties, getAssetTagPropertiesCount, getAssetTagProperty, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetTagPropertypublic 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 refercom.liferay.portal.kernel.exception.PortalException - if a user with the primary key could not be
found, or if the key or value were invalidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
tagId - the primary key of the tagcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void deleteTagProperty(com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
throws com.liferay.portal.kernel.exception.SystemException
tagProperty - the asset tag property instancecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 instancecom.liferay.portal.kernel.exception.PortalException - if an asset tag property with the primary key
could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 occurredpublic 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 tagcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 propertycom.liferay.portal.kernel.exception.PortalException - if an asset tag property with the primary key
could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 valuecom.liferay.portal.kernel.exception.PortalException - if an asset tag property with the tag ID and key
could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.lang.String[] getTagPropertyKeys(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
groupId - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 valuecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic 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 refercom.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 invalidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException