Uses of Class
com.liferay.portal.kernel.exception.NoSuchCountryException
Packages that use NoSuchCountryException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchCountryException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchCountryExceptionModifier and TypeMethodDescriptionCountryPersistence.findByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static Country
CountryUtil.findByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.CountryPersistence.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static Country
CountryUtil.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.Country[]
CountryPersistence.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.static Country[]
CountryUtil.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.CountryPersistence.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.Country[]
CountryPersistence.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country[]
CountryUtil.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.Country[]
CountryPersistence.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country[]
CountryUtil.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A2
(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_A2
(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByC_A3
(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_A3
(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.findByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.Country[]
CountryPersistence.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.static Country[]
CountryUtil.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Name
(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_Name
(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByC_Number
(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_Number
(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.Country[]
CountryPersistence.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.static Country[]
CountryUtil.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.CountryPersistence.findByPrimaryKey
(long countryId) Returns the country with the primary key or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByPrimaryKey
(long countryId) Returns the country with the primary key or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.Country[]
CountryPersistence.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.static Country[]
CountryUtil.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.Country[]
CountryPersistence.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.static Country[]
CountryUtil.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.CountryPersistence.remove
(long countryId) Removes the country with the primary key from the database.static Country
CountryUtil.remove
(long countryId) Removes the country with the primary key from the database.CountryPersistence.removeByC_A2
(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.static Country
CountryUtil.removeByC_A2
(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.CountryPersistence.removeByC_A3
(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.static Country
CountryUtil.removeByC_A3
(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.CountryPersistence.removeByC_Name
(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.static Country
CountryUtil.removeByC_Name
(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.CountryPersistence.removeByC_Number
(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.static Country
CountryUtil.removeByC_Number
(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.