Liferay 6.0.5

com.liferay.portlet.asset.service.impl
Class AssetTagPropertyLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl
      extended by com.liferay.portlet.asset.service.impl.AssetTagPropertyLocalServiceImpl
All Implemented Interfaces:
AssetTagPropertyLocalService

public class AssetTagPropertyLocalServiceImpl
extends AssetTagPropertyLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.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, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
AssetTagPropertyLocalServiceImpl()
           
 
Method Summary
 AssetTagProperty addTagProperty(long userId, long tagId, String key, String value)
           
 void deleteTagProperties(long tagId)
           
 void deleteTagProperty(AssetTagProperty tagProperty)
           
 void deleteTagProperty(long tagPropertyId)
           
 List<AssetTagProperty> getTagProperties()
           
 List<AssetTagProperty> getTagProperties(long tagId)
           
 AssetTagProperty getTagProperty(long tagPropertyId)
           
 AssetTagProperty getTagProperty(long tagId, String key)
           
 String[] getTagPropertyKeys(long groupId)
           
 List<AssetTagProperty> getTagPropertyValues(long groupId, String key)
           
 AssetTagProperty updateTagProperty(long tagPropertyId, String key, String value)
           
protected  void validate(String key, String value)
           
 
Methods inherited from class com.liferay.portlet.asset.service.base.AssetTagPropertyLocalServiceBaseImpl
addAssetTagProperty, createAssetTagProperty, deleteAssetTagProperty, deleteAssetTagProperty, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, 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, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, 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, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, 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
 

Constructor Detail

AssetTagPropertyLocalServiceImpl

public AssetTagPropertyLocalServiceImpl()
Method Detail

addTagProperty

public AssetTagProperty addTagProperty(long userId,
                                       long tagId,
                                       String key,
                                       String value)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteTagProperties

public void deleteTagProperties(long tagId)
                         throws SystemException
Throws:
SystemException

deleteTagProperty

public void deleteTagProperty(AssetTagProperty tagProperty)
                       throws SystemException
Throws:
SystemException

deleteTagProperty

public void deleteTagProperty(long tagPropertyId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getTagProperties

public List<AssetTagProperty> getTagProperties()
                                        throws SystemException
Throws:
SystemException

getTagProperties

public List<AssetTagProperty> getTagProperties(long tagId)
                                        throws SystemException
Throws:
SystemException

getTagProperty

public AssetTagProperty getTagProperty(long tagPropertyId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getTagProperty

public AssetTagProperty getTagProperty(long tagId,
                                       String key)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getTagPropertyKeys

public String[] getTagPropertyKeys(long groupId)
                            throws SystemException
Throws:
SystemException

getTagPropertyValues

public List<AssetTagProperty> getTagPropertyValues(long groupId,
                                                   String key)
                                            throws SystemException
Throws:
SystemException

updateTagProperty

public AssetTagProperty updateTagProperty(long tagPropertyId,
                                          String key,
                                          String value)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

validate

protected void validate(String key,
                        String value)
                 throws PortalException
Throws:
PortalException

Liferay 6.0.5