Package | Description |
---|---|
com.liferay.asset.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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.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.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.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.findByC_ERC(long companyId,
String externalReferenceCode)
Returns the asset vocabulary where companyId = ? and externalReferenceCode = ? or throws a
NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByC_ERC(long companyId,
String externalReferenceCode)
Returns the asset vocabulary where companyId = ? and externalReferenceCode = ? or throws a
NoSuchVocabularyException if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last 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.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.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_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_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_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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last 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.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.findByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or throws a
NoSuchVocabularyException if it could not be found. |
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.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_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_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_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_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_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_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?.
|
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_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_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last 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.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.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.
|
static AssetVocabulary |
AssetVocabularyUtil.removeByC_ERC(long companyId,
String externalReferenceCode)
Removes the asset vocabulary where companyId = ? and externalReferenceCode = ? from the database.
|
AssetVocabulary |
AssetVocabularyPersistence.removeByC_ERC(long companyId,
String externalReferenceCode)
Removes the asset vocabulary where companyId = ? and externalReferenceCode = ? 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.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database.
|
static AssetVocabulary |
AssetVocabularyUtil.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
|
AssetVocabulary |
AssetVocabularyPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
|