Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
CountryLocalizationPersistence.findByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.findByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
CountryLocalization |
CountryLocalizationPersistence.findByCountryId_LanguageId(long countryId,
String languageId)
Returns the country localization where countryId = ? and languageId = ? or throws a
NoSuchCountryLocalizationException if it could not be found. |
static CountryLocalization |
CountryLocalizationUtil.findByCountryId_LanguageId(long countryId,
String languageId)
Returns the country localization where countryId = ? and languageId = ? or throws a
NoSuchCountryLocalizationException if it could not be found. |
CountryLocalization |
CountryLocalizationPersistence.findByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.findByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
CountryLocalization[] |
CountryLocalizationPersistence.findByCountryId_PrevAndNext(long countryLocalizationId,
long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.
|
static CountryLocalization[] |
CountryLocalizationUtil.findByCountryId_PrevAndNext(long countryLocalizationId,
long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.
|
CountryLocalization |
CountryLocalizationPersistence.findByPrimaryKey(long countryLocalizationId)
Returns the country localization with the primary key or throws a
NoSuchCountryLocalizationException if it could not be found. |
static CountryLocalization |
CountryLocalizationUtil.findByPrimaryKey(long countryLocalizationId)
Returns the country localization with the primary key or throws a
NoSuchCountryLocalizationException if it could not be found. |
CountryLocalization |
CountryLocalizationPersistence.remove(long countryLocalizationId)
Removes the country localization with the primary key from the database.
|
static CountryLocalization |
CountryLocalizationUtil.remove(long countryLocalizationId)
Removes the country localization with the primary key from the database.
|
CountryLocalization |
CountryLocalizationPersistence.removeByCountryId_LanguageId(long countryId,
String languageId)
Removes the country localization where countryId = ? and languageId = ? from the database.
|
static CountryLocalization |
CountryLocalizationUtil.removeByCountryId_LanguageId(long countryId,
String languageId)
Removes the country localization where countryId = ? and languageId = ? from the database.
|