Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
CountryLocalizationWrapper
This class is a wrapper for
CountryLocalization . |
Modifier and Type | Field and Description |
---|---|
static Accessor<CountryLocalization,Long> |
CountryLocalization.COUNTRY_LOCALIZATION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
CountryLocalizationModel.cloneWithOriginalValues() |
CountryLocalization |
CountryLocalizationWrapper.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
protected CountryLocalizationWrapper |
CountryLocalizationWrapper.wrap(CountryLocalization countryLocalization) |
Constructor and Description |
---|
CountryLocalizationWrapper(CountryLocalization countryLocalization) |
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
CountryLocalService.fetchCountryLocalization(long countryId,
String languageId) |
CountryLocalization |
CountryLocalServiceWrapper.fetchCountryLocalization(long countryId,
String languageId) |
static CountryLocalization |
CountryLocalServiceUtil.fetchCountryLocalization(long countryId,
String languageId) |
CountryLocalization |
CountryLocalService.getCountryLocalization(long countryId,
String languageId) |
CountryLocalization |
CountryLocalServiceWrapper.getCountryLocalization(long countryId,
String languageId) |
static CountryLocalization |
CountryLocalServiceUtil.getCountryLocalization(long countryId,
String languageId) |
CountryLocalization |
CountryLocalService.updateCountryLocalization(Country country,
String languageId,
String title) |
CountryLocalization |
CountryLocalServiceWrapper.updateCountryLocalization(Country country,
String languageId,
String title) |
static CountryLocalization |
CountryLocalServiceUtil.updateCountryLocalization(Country country,
String languageId,
String title) |
Modifier and Type | Method and Description |
---|---|
List<CountryLocalization> |
CountryLocalService.getCountryLocalizations(long countryId) |
List<CountryLocalization> |
CountryLocalServiceWrapper.getCountryLocalizations(long countryId) |
static List<CountryLocalization> |
CountryLocalServiceUtil.getCountryLocalizations(long countryId) |
List<CountryLocalization> |
CountryLocalService.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
List<CountryLocalization> |
CountryLocalServiceWrapper.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
static List<CountryLocalization> |
CountryLocalServiceUtil.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
Modifier and Type | Method and Description |
---|---|
CountryLocalization |
CountryLocalizationPersistence.create(long countryLocalizationId)
Creates a new country localization with the primary key.
|
static CountryLocalization |
CountryLocalizationUtil.create(long countryLocalizationId)
Creates a new country localization with the primary key.
|
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_LanguageId(long countryId,
String languageId)
Returns the country localization where countryId = ? and languageId = ? or returns
null if it could not be found. |
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_LanguageId(long countryId,
String languageId)
Returns the country localization where countryId = ? and languageId = ? or returns
null if it could not be found. |
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_LanguageId(long countryId,
String languageId,
boolean useFinderCache)
Returns the country localization where countryId = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_LanguageId(long countryId,
String languageId,
boolean useFinderCache)
Returns the country localization where countryId = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
CountryLocalization |
CountryLocalizationPersistence.fetchByPrimaryKey(long countryLocalizationId)
Returns the country localization with the primary key or returns
null if it could not be found. |
static CountryLocalization |
CountryLocalizationUtil.fetchByPrimaryKey(long countryLocalizationId)
Returns the country localization with the primary key or returns
null if it could not be found. |
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.
|
static CountryLocalization |
CountryLocalizationUtil.update(CountryLocalization countryLocalization) |
static CountryLocalization |
CountryLocalizationUtil.update(CountryLocalization countryLocalization,
ServiceContext serviceContext) |
CountryLocalization |
CountryLocalizationPersistence.updateImpl(CountryLocalization countryLocalization) |
static CountryLocalization |
CountryLocalizationUtil.updateImpl(CountryLocalization countryLocalization) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,CountryLocalization> |
CountryLocalizationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<CountryLocalization> |
CountryLocalizationPersistence.findAll()
Returns all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll()
Returns all the country localizations.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findAll(int start,
int end)
Returns a range of all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll(int start,
int end)
Returns a range of all the country localizations.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId)
Returns all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId)
Returns all the country localizations where countryId = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the country localizations where countryId = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations where countryId = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<CountryLocalization> |
CountryLocalizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<CountryLocalization> |
CountryLocalizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
CountryLocalizationPersistence.cacheResult(CountryLocalization countryLocalization)
Caches the country localization in the entity cache if it is enabled.
|
static void |
CountryLocalizationUtil.cacheResult(CountryLocalization countryLocalization)
Caches the country localization in the entity cache if it is enabled.
|
static void |
CountryLocalizationUtil.clearCache(CountryLocalization countryLocalization) |
static CountryLocalization |
CountryLocalizationUtil.update(CountryLocalization countryLocalization) |
static CountryLocalization |
CountryLocalizationUtil.update(CountryLocalization countryLocalization,
ServiceContext serviceContext) |
CountryLocalization |
CountryLocalizationPersistence.updateImpl(CountryLocalization countryLocalization) |
static CountryLocalization |
CountryLocalizationUtil.updateImpl(CountryLocalization countryLocalization) |
Modifier and Type | Method and Description |
---|---|
void |
CountryLocalizationPersistence.cacheResult(List<CountryLocalization> countryLocalizations)
Caches the country localizations in the entity cache if it is enabled.
|
static void |
CountryLocalizationUtil.cacheResult(List<CountryLocalization> countryLocalizations)
Caches the country localizations in the entity cache if it is enabled.
|
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_First(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the first country localization in the ordered set where countryId = ?.
|
CountryLocalization |
CountryLocalizationPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
static CountryLocalization |
CountryLocalizationUtil.fetchByCountryId_Last(long countryId,
OrderByComparator<CountryLocalization> orderByComparator)
Returns the last country localization in the ordered set where countryId = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findAll(int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations.
|
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_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 = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator)
Returns an ordered range of all the country localizations where countryId = ?.
|
List<CountryLocalization> |
CountryLocalizationPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the country localizations where countryId = ?.
|
static List<CountryLocalization> |
CountryLocalizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<CountryLocalization> orderByComparator) |