Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
      extended by com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
All Implemented Interfaces:
AssetCategoryPropertyLocalService

public class AssetCategoryPropertyLocalServiceImpl
extends AssetCategoryPropertyLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
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
AssetCategoryPropertyLocalServiceImpl()
           
 
Method Summary
 AssetCategoryProperty addCategoryProperty(long userId, long categoryId, String key, String value)
           
 void deleteCategoryProperties(long entryId)
           
 void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 List<AssetCategoryProperty> getCategoryProperties()
           
 List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
 AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty getCategoryProperty(long categoryId, String key)
           
 List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, String key)
           
 AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value)
           
protected  void validate(String key, String value)
           
 
Methods inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
addAssetCategoryProperty, createAssetCategoryProperty, deleteAssetCategoryProperty, deleteAssetCategoryProperty, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryProperties, getAssetCategoryPropertiesCount, getAssetCategoryProperty, 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, updateAssetCategoryProperty, updateAssetCategoryProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetCategoryPropertyLocalServiceImpl

public AssetCategoryPropertyLocalServiceImpl()
Method Detail

addCategoryProperty

public AssetCategoryProperty addCategoryProperty(long userId,
                                                 long categoryId,
                                                 String key,
                                                 String value)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

deleteCategoryProperties

public void deleteCategoryProperties(long entryId)
                              throws SystemException
Throws:
SystemException

deleteCategoryProperty

public void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                            throws SystemException
Throws:
SystemException

deleteCategoryProperty

public void deleteCategoryProperty(long categoryPropertyId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getCategoryProperties

public List<AssetCategoryProperty> getCategoryProperties()
                                                  throws SystemException
Throws:
SystemException

getCategoryProperties

public List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                  throws SystemException
Throws:
SystemException

getCategoryProperty

public AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getCategoryProperty

public AssetCategoryProperty getCategoryProperty(long categoryId,
                                                 String key)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getCategoryPropertyValues

public List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
                                                             String key)
                                                      throws SystemException
Throws:
SystemException

updateCategoryProperty

public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                    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