Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
          extended by com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetCategoryPropertyLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService

public class AssetCategoryPropertyLocalServiceImpl
extends AssetCategoryPropertyLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, counterLocalService, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence
 
Constructor Summary
AssetCategoryPropertyLocalServiceImpl()
           
 
Method Summary
 com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long userId, long categoryId, String key, String value)
           
 void deleteCategoryProperties(long entryId)
           
 void deleteCategoryProperty(com.liferay.asset.kernel.model.AssetCategoryProperty categoryProperty)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties()
           
 List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)
           
 com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
           
 com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryId, String key)
           
 List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long groupId, String key)
           
protected  boolean hasCategoryProperty(long categoryId, String key)
           
 com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long userId, long categoryPropertyId, String key, String value)
           
 com.liferay.asset.kernel.model.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, afterPropertiesSet, createAssetCategoryProperty, deleteAssetCategoryProperty, deleteAssetCategoryProperty, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetCategoryProperty, getActionableDynamicQuery, getAssetCategoryProperties, getAssetCategoryPropertiesCount, getAssetCategoryProperty, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateAssetCategoryProperty
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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 com.liferay.asset.kernel.model.AssetCategoryProperty addCategoryProperty(long userId,
                                                                                long categoryId,
                                                                                String key,
                                                                                String value)
                                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deleteCategoryProperties

public void deleteCategoryProperties(long entryId)

deleteCategoryProperty

public void deleteCategoryProperty(com.liferay.asset.kernel.model.AssetCategoryProperty categoryProperty)

deleteCategoryProperty

public void deleteCategoryProperty(long categoryPropertyId)
                            throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getCategoryProperties

public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties()

getCategoryProperties

public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryProperties(long entryId)

getCategoryProperty

public com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getCategoryProperty

public com.liferay.asset.kernel.model.AssetCategoryProperty getCategoryProperty(long categoryId,
                                                                                String key)
                                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getCategoryPropertyValues

public List<com.liferay.asset.kernel.model.AssetCategoryProperty> getCategoryPropertyValues(long groupId,
                                                                                            String key)

updateCategoryProperty

public com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long userId,
                                                                                   long categoryPropertyId,
                                                                                   String key,
                                                                                   String value)
                                                                            throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateCategoryProperty

public com.liferay.asset.kernel.model.AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                                                   String key,
                                                                                   String value)
                                                                            throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

hasCategoryProperty

protected boolean hasCategoryProperty(long categoryId,
                                      String key)

validate

protected void validate(String key,
                        String value)
                 throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b7 portal-impl