Liferay 6.2-ce-ga5

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
 AssetVocabulary[] AssetVocabularyPersistence.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
 AssetVocabulary[] AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
 AssetVocabulary AssetVocabularyPersistence.findByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.findByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.
 AssetVocabulary AssetVocabularyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
 AssetVocabulary[] AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
 AssetVocabulary AssetVocabularyPersistence.remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
static AssetVocabulary AssetVocabularyUtil.remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
 AssetVocabulary AssetVocabularyPersistence.removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
static AssetVocabulary AssetVocabularyUtil.removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
 AssetVocabulary AssetVocabularyPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
static AssetVocabulary AssetVocabularyUtil.removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5