com.liferay.portlet.asset.service.impl
Class AssetTagPropertyLocalServiceImpl
java.lang.Object
com.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetTagPropertyLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.asset.service.AssetTagPropertyLocalService
public class AssetTagPropertyLocalServiceImpl
- extends AssetTagPropertyLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl |
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
com.liferay.portlet.asset.model.AssetTagProperty |
addTagProperty(long userId,
long tagId,
java.lang.String key,
java.lang.String value)
|
void |
deleteTagProperties(long tagId)
|
void |
deleteTagProperty(com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
|
void |
deleteTagProperty(long tagPropertyId)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagProperties()
|
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagProperties(long tagId)
|
com.liferay.portlet.asset.model.AssetTagProperty |
getTagProperty(long tagPropertyId)
|
com.liferay.portlet.asset.model.AssetTagProperty |
getTagProperty(long tagId,
java.lang.String key)
|
java.lang.String[] |
getTagPropertyKeys(long groupId)
|
java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> |
getTagPropertyValues(long groupId,
java.lang.String key)
|
com.liferay.portlet.asset.model.AssetTagProperty |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
|
protected void |
validate(java.lang.String key,
java.lang.String value)
|
Methods inherited from class com.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl |
addAssetTagProperty, createAssetTagProperty, deleteAssetTagProperty, deleteAssetTagProperty, dynamicQuery, dynamicQuery, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagProperties, getAssetTagPropertiesCount, getAssetTagProperty, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetTagProperty, updateAssetTagProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyLocalServiceImpl
public AssetTagPropertyLocalServiceImpl()
addTagProperty
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTagProperties
public void deleteTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTagProperty
public void deleteTagProperty(com.liferay.portlet.asset.model.AssetTagProperty tagProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagProperties
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperties
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagProperties(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagProperty
public com.liferay.portlet.asset.model.AssetTagProperty getTagProperty(long tagPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagProperty
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTagPropertyKeys
public java.lang.String[] getTagPropertyKeys(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTagPropertyValues
public java.util.List<com.liferay.portlet.asset.model.AssetTagProperty> getTagPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTagProperty
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
validate
protected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException