Uses of Class
com.liferay.asset.kernel.exception.NoSuchTagException
Packages that use NoSuchTagException
-
Uses of NoSuchTagException in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that throw NoSuchTagExceptionModifier and TypeMethodDescriptionAssetTagPersistence.findByERC_G(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or throws aNoSuchTagExceptionif it could not be found.static AssetTagAssetTagUtil.findByERC_G(String externalReferenceCode, long groupId) Returns the asset tag where externalReferenceCode = ? and groupId = ? or throws aNoSuchTagExceptionif it could not be found.AssetTagPersistence.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTagAssetTagUtil.findByG_LikeN_First(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTagAssetTagUtil.findByG_LikeN_Last(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTag[]AssetTagPersistence.findByG_LikeN_PrevAndNext(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag[]AssetTagUtil.findByG_LikeN_PrevAndNext(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTagAssetTagUtil.findByGroupId_First(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByGroupId_Last(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTagAssetTagUtil.findByGroupId_Last(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetTag[]AssetTagPersistence.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.static AssetTag[]AssetTagUtil.findByGroupId_PrevAndNext(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.AssetTagPersistence.findByName_First(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTagAssetTagUtil.findByName_First(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.findByName_Last(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTagAssetTagUtil.findByName_Last(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTag[]AssetTagPersistence.findByName_PrevAndNext(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.static AssetTag[]AssetTagUtil.findByName_PrevAndNext(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.AssetTagPersistence.findByPrimaryKey(long tagId) Returns the asset tag with the primary key or throws aNoSuchTagExceptionif it could not be found.static AssetTagAssetTagUtil.findByPrimaryKey(long tagId) Returns the asset tag with the primary key or throws aNoSuchTagExceptionif it could not be found.AssetTagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTagAssetTagUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTagAssetTagUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetTag[]AssetTagPersistence.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag[]AssetTagUtil.findByUuid_C_PrevAndNext(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTagAssetTagUtil.findByUuid_First(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetTagPersistence.findByUUID_G(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or throws aNoSuchTagExceptionif it could not be found.static AssetTagAssetTagUtil.findByUUID_G(String uuid, long groupId) Returns the asset tag where uuid = ? and groupId = ? or throws aNoSuchTagExceptionif it could not be found.AssetTagPersistence.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTagAssetTagUtil.findByUuid_Last(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetTag[]AssetTagPersistence.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.static AssetTag[]AssetTagUtil.findByUuid_PrevAndNext(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.AssetTagPersistence.remove(long tagId) Removes the asset tag with the primary key from the database.static AssetTagAssetTagUtil.remove(long tagId) Removes the asset tag with the primary key from the database.AssetTagPersistence.removeByERC_G(String externalReferenceCode, long groupId) Removes the asset tag where externalReferenceCode = ? and groupId = ? from the database.static AssetTagAssetTagUtil.removeByERC_G(String externalReferenceCode, long groupId) Removes the asset tag where externalReferenceCode = ? and groupId = ? from the database.AssetTagPersistence.removeByUUID_G(String uuid, long groupId) Removes the asset tag where uuid = ? and groupId = ? from the database.static AssetTagAssetTagUtil.removeByUUID_G(String uuid, long groupId) Removes the asset tag where uuid = ? and groupId = ? from the database.