|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where companyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByG_N(long groupId,
String name)
Finds the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByG_N(long groupId,
String name)
Finds the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByG_N(long groupId,
String name)
Finds the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where groupId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByPrimaryKey(long vocabularyId)
Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByPrimaryKey(long vocabularyId)
Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByPrimaryKey(long vocabularyId)
Finds the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first asset vocabulary in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUUID_G(String uuid,
long groupId)
Finds the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByUUID_G(String uuid,
long groupId)
Finds the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last asset vocabulary in the ordered set where uuid = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator orderByComparator)
Finds the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyPersistence.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
static void |
AssetVocabularyUtil.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
void |
AssetVocabularyPersistence.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
void |
AssetVocabularyPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
static void |
AssetVocabularyUtil.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
void |
AssetVocabularyPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
void |
AssetVocabularyPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |