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 |
---|---|
RegionLocalization |
RegionLocalizationPersistence.findByPrimaryKey(long regionLocalizationId)
Returns the region localization with the primary key or throws a
NoSuchRegionLocalizationException if it could not be found. |
static RegionLocalization |
RegionLocalizationUtil.findByPrimaryKey(long regionLocalizationId)
Returns the region localization with the primary key or throws a
NoSuchRegionLocalizationException if it could not be found. |
RegionLocalization |
RegionLocalizationPersistence.findByRegionId_First(long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the first region localization in the ordered set where regionId = ?.
|
static RegionLocalization |
RegionLocalizationUtil.findByRegionId_First(long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the first region localization in the ordered set where regionId = ?.
|
RegionLocalization |
RegionLocalizationPersistence.findByRegionId_LanguageId(long regionId,
String languageId)
Returns the region localization where regionId = ? and languageId = ? or throws a
NoSuchRegionLocalizationException if it could not be found. |
static RegionLocalization |
RegionLocalizationUtil.findByRegionId_LanguageId(long regionId,
String languageId)
Returns the region localization where regionId = ? and languageId = ? or throws a
NoSuchRegionLocalizationException if it could not be found. |
RegionLocalization |
RegionLocalizationPersistence.findByRegionId_Last(long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the last region localization in the ordered set where regionId = ?.
|
static RegionLocalization |
RegionLocalizationUtil.findByRegionId_Last(long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the last region localization in the ordered set where regionId = ?.
|
RegionLocalization[] |
RegionLocalizationPersistence.findByRegionId_PrevAndNext(long regionLocalizationId,
long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.
|
static RegionLocalization[] |
RegionLocalizationUtil.findByRegionId_PrevAndNext(long regionLocalizationId,
long regionId,
OrderByComparator<RegionLocalization> orderByComparator)
Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.
|
RegionLocalization |
RegionLocalizationPersistence.remove(long regionLocalizationId)
Removes the region localization with the primary key from the database.
|
static RegionLocalization |
RegionLocalizationUtil.remove(long regionLocalizationId)
Removes the region localization with the primary key from the database.
|
RegionLocalization |
RegionLocalizationPersistence.removeByRegionId_LanguageId(long regionId,
String languageId)
Removes the region localization where regionId = ? and languageId = ? from the database.
|
static RegionLocalization |
RegionLocalizationUtil.removeByRegionId_LanguageId(long regionId,
String languageId)
Removes the region localization where regionId = ? and languageId = ? from the database.
|