|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchVocabularyException | |
|---|---|
| com.liferay.portlet.asset.service.persistence | |
| com.liferay.portlet.asset.service.persistence.impl | |
| 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> 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<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> 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<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator<AssetVocabulary> 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<AssetVocabulary> 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. |
| Uses of NoSuchVocabularyException in com.liferay.portlet.asset.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.asset.service.persistence.impl that throw NoSuchVocabularyException | |
|---|---|
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.filterFindByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> 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[] |
AssetVocabularyPersistenceImpl.filterFindByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> 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 |
AssetVocabularyPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.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 |
AssetVocabularyPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the asset vocabulary with the primary key or throws a NoSuchModelException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByUuid_C_PrevAndNext(long vocabularyId,
String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.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 |
AssetVocabularyPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistenceImpl.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.remove(Serializable primaryKey)
Removes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
AssetVocabulary |
AssetVocabularyPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||