Liferay 6.0.3

Uses of Class
com.liferay.portlet.asset.NoSuchCategoryPropertyException

Packages that use NoSuchCategoryPropertyException
com.liferay.portlet.asset.service.persistence   
 

Uses of NoSuchCategoryPropertyException in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchCategoryPropertyException
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_First(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByC_K_Last(long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByC_K_PrevAndNext(long categoryPropertyId, long companyId, String key, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCA_K(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCA_K(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_First(long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCategoryId_Last(long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCategoryId_PrevAndNext(long categoryPropertyId, long categoryId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty[] AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
 AssetCategoryProperty[] AssetCategoryPropertyPersistenceImpl.findByCompanyId_PrevAndNext(long categoryPropertyId, long companyId, OrderByComparator orderByComparator)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.findByPrimaryKey(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyUtil.remove(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistence.remove(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(long categoryPropertyId)
           
static void AssetCategoryPropertyUtil.removeByCA_K(long categoryId, String key)
           
 void AssetCategoryPropertyPersistence.removeByCA_K(long categoryId, String key)
           
 void AssetCategoryPropertyPersistenceImpl.removeByCA_K(long categoryId, String key)
           
 


Liferay 6.0.3