Liferay 6.0.3

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

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

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

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchVocabularyException
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetVocabulary[] AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistenceImpl.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.findByG_N(long groupId, String name)
           
 AssetVocabulary AssetVocabularyPersistence.findByG_N(long groupId, String name)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByG_N(long groupId, String name)
           
static AssetVocabulary AssetVocabularyUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static AssetVocabulary[] AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistenceImpl.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.findByPrimaryKey(long vocabularyId)
           
 AssetVocabulary AssetVocabularyPersistence.findByPrimaryKey(long vocabularyId)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByPrimaryKey(long vocabularyId)
           
static AssetVocabulary AssetVocabularyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.findByUUID_G(String uuid, long groupId)
           
 AssetVocabulary AssetVocabularyPersistence.findByUUID_G(String uuid, long groupId)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static AssetVocabulary AssetVocabularyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
           
 AssetVocabulary[] AssetVocabularyPersistenceImpl.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
           
static AssetVocabulary AssetVocabularyUtil.remove(long vocabularyId)
           
 AssetVocabulary AssetVocabularyPersistence.remove(long vocabularyId)
           
 AssetVocabulary AssetVocabularyPersistenceImpl.remove(long vocabularyId)
           
static void AssetVocabularyUtil.removeByG_N(long groupId, String name)
           
 void AssetVocabularyPersistence.removeByG_N(long groupId, String name)
           
 void AssetVocabularyPersistenceImpl.removeByG_N(long groupId, String name)
           
static void AssetVocabularyUtil.removeByUUID_G(String uuid, long groupId)
           
 void AssetVocabularyPersistence.removeByUUID_G(String uuid, long groupId)
           
 void AssetVocabularyPersistenceImpl.removeByUUID_G(String uuid, long groupId)
           
 


Liferay 6.0.3