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 |
RegionWrapper
This class is a wrapper for
Region . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Region,Long> |
Region.REGION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Region |
RegionModel.cloneWithOriginalValues() |
Region |
RegionWrapper.cloneWithOriginalValues() |
Region |
Address.getRegion() |
Region |
AddressWrapper.getRegion() |
Modifier and Type | Method and Description |
---|---|
static RegionSoap |
RegionSoap.toSoapModel(Region model)
Deprecated.
|
static RegionSoap[] |
RegionSoap.toSoapModels(Region[] models)
Deprecated.
|
static RegionSoap[][] |
RegionSoap.toSoapModels(Region[][] models)
Deprecated.
|
protected RegionWrapper |
RegionWrapper.wrap(Region region) |
Modifier and Type | Method and Description |
---|---|
static RegionSoap[] |
RegionSoap.toSoapModels(List<Region> models)
Deprecated.
|
Constructor and Description |
---|
RegionWrapper(Region region) |
Modifier and Type | Method and Description |
---|---|
Region |
RegionService.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
Region |
RegionLocalService.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
static Region |
RegionLocalServiceUtil.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
Region |
RegionServiceWrapper.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
static Region |
RegionServiceUtil.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
Region |
RegionLocalServiceWrapper.addRegion(long countryId,
boolean active,
String name,
double position,
String regionCode,
ServiceContext serviceContext) |
Region |
RegionService.addRegion(long countryId,
String regionCode,
String name,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
Region |
RegionServiceWrapper.addRegion(long countryId,
String regionCode,
String name,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
static Region |
RegionServiceUtil.addRegion(long countryId,
String regionCode,
String name,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
Region |
RegionLocalService.addRegion(Region region)
Adds the region to the database.
|
static Region |
RegionLocalServiceUtil.addRegion(Region region)
Adds the region to the database.
|
Region |
RegionLocalServiceWrapper.addRegion(Region region)
Adds the region to the database.
|
Region |
RegionLocalService.createRegion(long regionId)
Creates a new region with the primary key.
|
static Region |
RegionLocalServiceUtil.createRegion(long regionId)
Creates a new region with the primary key.
|
Region |
RegionLocalServiceWrapper.createRegion(long regionId)
Creates a new region with the primary key.
|
Region |
RegionLocalService.deleteRegion(long regionId)
Deletes the region with the primary key from the database.
|
static Region |
RegionLocalServiceUtil.deleteRegion(long regionId)
Deletes the region with the primary key from the database.
|
Region |
RegionLocalServiceWrapper.deleteRegion(long regionId)
Deletes the region with the primary key from the database.
|
Region |
RegionLocalService.deleteRegion(Region region)
Deletes the region from the database.
|
static Region |
RegionLocalServiceUtil.deleteRegion(Region region)
Deletes the region from the database.
|
Region |
RegionLocalServiceWrapper.deleteRegion(Region region)
Deletes the region from the database.
|
Region |
RegionService.fetchRegion(long regionId) |
Region |
RegionLocalService.fetchRegion(long regionId) |
static Region |
RegionLocalServiceUtil.fetchRegion(long regionId) |
Region |
RegionServiceWrapper.fetchRegion(long regionId) |
static Region |
RegionServiceUtil.fetchRegion(long regionId) |
Region |
RegionLocalServiceWrapper.fetchRegion(long regionId) |
Region |
RegionService.fetchRegion(long countryId,
String regionCode) |
Region |
RegionLocalService.fetchRegion(long countryId,
String regionCode) |
static Region |
RegionLocalServiceUtil.fetchRegion(long countryId,
String regionCode) |
Region |
RegionServiceWrapper.fetchRegion(long countryId,
String regionCode) |
static Region |
RegionServiceUtil.fetchRegion(long countryId,
String regionCode) |
Region |
RegionLocalServiceWrapper.fetchRegion(long countryId,
String regionCode) |
Region |
RegionLocalService.fetchRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
static Region |
RegionLocalServiceUtil.fetchRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
Region |
RegionLocalServiceWrapper.fetchRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
Region |
RegionService.getRegion(long regionId) |
Region |
RegionLocalService.getRegion(long regionId)
Returns the region with the primary key.
|
static Region |
RegionLocalServiceUtil.getRegion(long regionId)
Returns the region with the primary key.
|
Region |
RegionServiceWrapper.getRegion(long regionId) |
static Region |
RegionServiceUtil.getRegion(long regionId) |
Region |
RegionLocalServiceWrapper.getRegion(long regionId)
Returns the region with the primary key.
|
Region |
RegionService.getRegion(long countryId,
String regionCode) |
Region |
RegionLocalService.getRegion(long countryId,
String regionCode) |
static Region |
RegionLocalServiceUtil.getRegion(long countryId,
String regionCode) |
Region |
RegionServiceWrapper.getRegion(long countryId,
String regionCode) |
static Region |
RegionServiceUtil.getRegion(long countryId,
String regionCode) |
Region |
RegionLocalServiceWrapper.getRegion(long countryId,
String regionCode) |
Region |
RegionLocalService.getRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
static Region |
RegionLocalServiceUtil.getRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
Region |
RegionLocalServiceWrapper.getRegionByUuidAndCompanyId(String uuid,
long companyId)
Returns the region with the matching UUID and company.
|
Region |
RegionService.updateActive(long regionId,
boolean active) |
Region |
RegionLocalService.updateActive(long regionId,
boolean active) |
static Region |
RegionLocalServiceUtil.updateActive(long regionId,
boolean active) |
Region |
RegionServiceWrapper.updateActive(long regionId,
boolean active) |
static Region |
RegionServiceUtil.updateActive(long regionId,
boolean active) |
Region |
RegionLocalServiceWrapper.updateActive(long regionId,
boolean active) |
Region |
RegionService.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
Region |
RegionLocalService.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
static Region |
RegionLocalServiceUtil.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
Region |
RegionServiceWrapper.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
static Region |
RegionServiceUtil.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
Region |
RegionLocalServiceWrapper.updateRegion(long regionId,
boolean active,
String name,
double position,
String regionCode) |
Region |
RegionLocalService.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
static Region |
RegionLocalServiceUtil.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
Region |
RegionLocalServiceWrapper.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<Region> |
RegionService.getRegions() |
List<Region> |
RegionServiceWrapper.getRegions() |
static List<Region> |
RegionServiceUtil.getRegions() |
List<Region> |
RegionService.getRegions(boolean active) |
List<Region> |
RegionServiceWrapper.getRegions(boolean active) |
static List<Region> |
RegionServiceUtil.getRegions(boolean active) |
List<Region> |
RegionLocalService.getRegions(int start,
int end)
Returns a range of all the regions.
|
static List<Region> |
RegionLocalServiceUtil.getRegions(int start,
int end)
Returns a range of all the regions.
|
List<Region> |
RegionLocalServiceWrapper.getRegions(int start,
int end)
Returns a range of all the regions.
|
List<Region> |
RegionService.getRegions(long countryId) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId) |
List<Region> |
RegionService.getRegions(long countryId,
boolean active) |
List<Region> |
RegionLocalService.getRegions(long countryId,
boolean active) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long countryId,
boolean active) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
boolean active) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
boolean active) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long countryId,
boolean active) |
List<Region> |
RegionService.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalService.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionService.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalService.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionService.getRegions(long companyId,
String a2,
boolean active) |
List<Region> |
RegionLocalService.getRegions(long companyId,
String a2,
boolean active) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long companyId,
String a2,
boolean active) |
List<Region> |
RegionServiceWrapper.getRegions(long companyId,
String a2,
boolean active) |
static List<Region> |
RegionServiceUtil.getRegions(long companyId,
String a2,
boolean active) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long companyId,
String a2,
boolean active) |
Modifier and Type | Method and Description |
---|---|
Region |
RegionLocalService.addRegion(Region region)
Adds the region to the database.
|
static Region |
RegionLocalServiceUtil.addRegion(Region region)
Adds the region to the database.
|
Region |
RegionLocalServiceWrapper.addRegion(Region region)
Adds the region to the database.
|
Region |
RegionLocalService.deleteRegion(Region region)
Deletes the region from the database.
|
static Region |
RegionLocalServiceUtil.deleteRegion(Region region)
Deletes the region from the database.
|
Region |
RegionLocalServiceWrapper.deleteRegion(Region region)
Deletes the region from the database.
|
Region |
RegionLocalService.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
static Region |
RegionLocalServiceUtil.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
Region |
RegionLocalServiceWrapper.updateRegion(Region region)
Updates the region in the database or adds it if it does not yet exist.
|
RegionLocalization |
RegionLocalService.updateRegionLocalization(Region region,
String languageId,
String title) |
static RegionLocalization |
RegionLocalServiceUtil.updateRegionLocalization(Region region,
String languageId,
String title) |
RegionLocalization |
RegionLocalServiceWrapper.updateRegionLocalization(Region region,
String languageId,
String title) |
List<RegionLocalization> |
RegionLocalService.updateRegionLocalizations(Region region,
Map<String,String> titleMap) |
static List<RegionLocalization> |
RegionLocalServiceUtil.updateRegionLocalizations(Region region,
Map<String,String> titleMap) |
List<RegionLocalization> |
RegionLocalServiceWrapper.updateRegionLocalizations(Region region,
Map<String,String> titleMap) |
Modifier and Type | Method and Description |
---|---|
List<Region> |
RegionService.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalService.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionService.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalService.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionLocalServiceUtil.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
List<Region> |
RegionLocalServiceWrapper.getRegions(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static Region |
RegionUtil.create(long regionId)
Creates a new region with the primary key.
|
Region |
RegionPersistence.create(long regionId)
Creates a new region with the primary key.
|
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
Region |
RegionPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.fetchByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found. |
Region |
RegionPersistence.fetchByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found. |
static Region |
RegionUtil.fetchByC_R(long countryId,
String regionCode,
boolean useFinderCache)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found, optionally using the finder cache. |
Region |
RegionPersistence.fetchByC_R(long countryId,
String regionCode,
boolean useFinderCache)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found, optionally using the finder cache. |
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns
null if it could not be found. |
Region |
RegionPersistence.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns
null if it could not be found. |
static Region |
RegionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.fetchByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
Region |
RegionPersistence.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
static Region[] |
RegionUtil.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?.
|
Region[] |
RegionPersistence.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?.
|
static Region |
RegionUtil.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
static Region[] |
RegionUtil.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
|
Region[] |
RegionPersistence.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.findByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or throws a
NoSuchRegionException if it could not be found. |
Region |
RegionPersistence.findByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or throws a
NoSuchRegionException if it could not be found. |
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
static Region[] |
RegionUtil.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?.
|
Region[] |
RegionPersistence.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a
NoSuchRegionException if it could not be found. |
Region |
RegionPersistence.findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a
NoSuchRegionException if it could not be found. |
static Region |
RegionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
static Region[] |
RegionUtil.findByUuid_C_PrevAndNext(long regionId,
String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.
|
Region[] |
RegionPersistence.findByUuid_C_PrevAndNext(long regionId,
String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.findByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.findByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.findByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.findByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
static Region[] |
RegionUtil.findByUuid_PrevAndNext(long regionId,
String uuid,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ?.
|
Region[] |
RegionPersistence.findByUuid_PrevAndNext(long regionId,
String uuid,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.remove(long regionId)
Removes the region with the primary key from the database.
|
Region |
RegionPersistence.remove(long regionId)
Removes the region with the primary key from the database.
|
static Region |
RegionUtil.removeByC_R(long countryId,
String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database.
|
Region |
RegionPersistence.removeByC_R(long countryId,
String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database.
|
static Region |
RegionUtil.update(Region region) |
static Region |
RegionUtil.update(Region region,
ServiceContext serviceContext) |
static Region |
RegionUtil.updateImpl(Region region) |
Region |
RegionPersistence.updateImpl(Region region) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Region> |
RegionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Region> |
RegionUtil.findAll()
Returns all the regions.
|
List<Region> |
RegionPersistence.findAll()
Returns all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end)
Returns a range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end)
Returns a range of all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions.
|
static List<Region> |
RegionUtil.findByActive(boolean active)
Returns all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active)
Returns all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active)
Returns all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active)
Returns all the regions where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end)
Returns a range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end)
Returns a range of all the regions where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId)
Returns all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId)
Returns all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId)
Returns all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the regions where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the regions where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid)
Returns all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid)
Returns all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Region> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
RegionUtil.cacheResult(Region region)
Caches the region in the entity cache if it is enabled.
|
void |
RegionPersistence.cacheResult(Region region)
Caches the region in the entity cache if it is enabled.
|
static void |
RegionUtil.clearCache(Region region) |
static Region |
RegionUtil.update(Region region) |
static Region |
RegionUtil.update(Region region,
ServiceContext serviceContext) |
static Region |
RegionUtil.updateImpl(Region region) |
Region |
RegionPersistence.updateImpl(Region region) |
Modifier and Type | Method and Description |
---|---|
static void |
RegionUtil.cacheResult(List<Region> regions)
Caches the regions in the entity cache if it is enabled.
|
void |
RegionPersistence.cacheResult(List<Region> regions)
Caches the regions in the entity cache if it is enabled.
|
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
Region |
RegionPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.fetchByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions.
|
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
Region |
RegionPersistence.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?.
|
static Region[] |
RegionUtil.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?.
|
Region[] |
RegionPersistence.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where active = ?.
|
static Region |
RegionUtil.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
static Region |
RegionUtil.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
static Region[] |
RegionUtil.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
|
Region[] |
RegionPersistence.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
static Region[] |
RegionUtil.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?.
|
Region[] |
RegionPersistence.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where countryId = ?.
|
static Region |
RegionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
Region |
RegionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ? and companyId = ?.
|
static Region[] |
RegionUtil.findByUuid_C_PrevAndNext(long regionId,
String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.
|
Region[] |
RegionPersistence.findByUuid_C_PrevAndNext(long regionId,
String uuid,
long companyId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
static List<Region> |
RegionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
List<Region> |
RegionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ? and companyId = ?.
|
static Region |
RegionUtil.findByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.findByUuid_First(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where uuid = ?.
|
static Region |
RegionUtil.findByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
Region |
RegionPersistence.findByUuid_Last(String uuid,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where uuid = ?.
|
static Region[] |
RegionUtil.findByUuid_PrevAndNext(long regionId,
String uuid,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ?.
|
Region[] |
RegionPersistence.findByUuid_PrevAndNext(long regionId,
String uuid,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where uuid = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ?.
|
List<Region> |
RegionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the regions where uuid = ?.
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Region> orderByComparator) |