Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.asset.service.base.AssetTagPropertyServiceBaseImpl
          extended by com.liferay.portlet.asset.service.impl.AssetTagPropertyServiceImpl
All Implemented Interfaces:
AssetTagPropertyService

public class AssetTagPropertyServiceImpl
extends AssetTagPropertyServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetTagPropertyServiceBaseImpl
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
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
AssetTagPropertyServiceImpl()
           
 
Method Summary
 AssetTagProperty addTagProperty(long tagId, String key, String value)
           
 void deleteTagProperty(long tagPropertyId)
           
 List<AssetTagProperty> getTagProperties(long tagId)
           
 List<AssetTagProperty> getTagPropertyValues(long companyId, String key)
           
 AssetTagProperty updateTagProperty(long tagPropertyId, String key, String value)
           
 
Methods inherited from class com.liferay.portlet.asset.service.base.AssetTagPropertyServiceBaseImpl
getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, 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
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyServiceImpl

public AssetTagPropertyServiceImpl()
Method Detail

addTagProperty

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

deleteTagProperty

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

getTagProperties

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

getTagPropertyValues

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

updateTagProperty

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

Liferay 6.0.5