Uses of Class
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
Packages that use NoSuchTagGroupRelException
-
Uses of NoSuchTagGroupRelException in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that throw NoSuchTagGroupRelExceptionModifier and TypeMethodDescriptionAssetTagGroupRelPersistence.findByG_T
(long groupId, long tagId) Returns the asset tag group rel where groupId = ? and tagId = ? or throws aNoSuchTagGroupRelException
if it could not be found.static AssetTagGroupRel
AssetTagGroupRelUtil.findByG_T
(long groupId, long tagId) Returns the asset tag group rel where groupId = ? and tagId = ? or throws aNoSuchTagGroupRelException
if it could not be found.AssetTagGroupRelPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where groupId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where groupId = ?.AssetTagGroupRelPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where groupId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where groupId = ?.AssetTagGroupRelPersistence.findByGroupId_PrevAndNext
(long assetTagGroupRelId, long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where groupId = ?.static AssetTagGroupRel[]
AssetTagGroupRelUtil.findByGroupId_PrevAndNext
(long assetTagGroupRelId, long groupId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where groupId = ?.AssetTagGroupRelPersistence.findByPrimaryKey
(long assetTagGroupRelId) Returns the asset tag group rel with the primary key or throws aNoSuchTagGroupRelException
if it could not be found.static AssetTagGroupRel
AssetTagGroupRelUtil.findByPrimaryKey
(long assetTagGroupRelId) Returns the asset tag group rel with the primary key or throws aNoSuchTagGroupRelException
if it could not be found.AssetTagGroupRelPersistence.findByTagId_First
(long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where tagId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByTagId_First
(long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where tagId = ?.AssetTagGroupRelPersistence.findByTagId_Last
(long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where tagId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByTagId_Last
(long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where tagId = ?.AssetTagGroupRelPersistence.findByTagId_PrevAndNext
(long assetTagGroupRelId, long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where tagId = ?.static AssetTagGroupRel[]
AssetTagGroupRelUtil.findByTagId_PrevAndNext
(long assetTagGroupRelId, long tagId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where tagId = ?.AssetTagGroupRelPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.AssetTagGroupRelPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.AssetTagGroupRelPersistence.findByUuid_C_PrevAndNext
(long assetTagGroupRelId, String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ? and companyId = ?.static AssetTagGroupRel[]
AssetTagGroupRelUtil.findByUuid_C_PrevAndNext
(long assetTagGroupRelId, String uuid, long companyId, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ? and companyId = ?.AssetTagGroupRelPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByUuid_First
(String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ?.AssetTagGroupRelPersistence.findByUUID_G
(String uuid, long groupId) Returns the asset tag group rel where uuid = ? and groupId = ? or throws aNoSuchTagGroupRelException
if it could not be found.static AssetTagGroupRel
AssetTagGroupRelUtil.findByUUID_G
(String uuid, long groupId) Returns the asset tag group rel where uuid = ? and groupId = ? or throws aNoSuchTagGroupRelException
if it could not be found.AssetTagGroupRelPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ?.static AssetTagGroupRel
AssetTagGroupRelUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ?.AssetTagGroupRelPersistence.findByUuid_PrevAndNext
(long assetTagGroupRelId, String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ?.static AssetTagGroupRel[]
AssetTagGroupRelUtil.findByUuid_PrevAndNext
(long assetTagGroupRelId, String uuid, OrderByComparator<AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ?.AssetTagGroupRelPersistence.remove
(long assetTagGroupRelId) Removes the asset tag group rel with the primary key from the database.static AssetTagGroupRel
AssetTagGroupRelUtil.remove
(long assetTagGroupRelId) Removes the asset tag group rel with the primary key from the database.AssetTagGroupRelPersistence.removeByG_T
(long groupId, long tagId) Removes the asset tag group rel where groupId = ? and tagId = ? from the database.static AssetTagGroupRel
AssetTagGroupRelUtil.removeByG_T
(long groupId, long tagId) Removes the asset tag group rel where groupId = ? and tagId = ? from the database.AssetTagGroupRelPersistence.removeByUUID_G
(String uuid, long groupId) Removes the asset tag group rel where uuid = ? and groupId = ? from the database.static AssetTagGroupRel
AssetTagGroupRelUtil.removeByUUID_G
(String uuid, long groupId) Removes the asset tag group rel where uuid = ? and groupId = ? from the database.