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 |
AddressWrapper.getRegion() |
Region |
Address.getRegion() |
Region |
RegionWrapper.getWrappedModel() |
Region |
RegionModel.toEscapedModel() |
Region |
RegionWrapper.toEscapedModel() |
Region |
RegionModel.toUnescapedModel() |
Region |
RegionWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Region> |
RegionModel.toCacheModel() |
CacheModel<Region> |
RegionWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
RegionModel.compareTo(Region region) |
int |
RegionWrapper.compareTo(Region region) |
static RegionSoap |
RegionSoap.toSoapModel(Region model) |
static RegionSoap[] |
RegionSoap.toSoapModels(Region[] models) |
static RegionSoap[][] |
RegionSoap.toSoapModels(Region[][] models) |
Modifier and Type | Method and Description |
---|---|
static RegionSoap[] |
RegionSoap.toSoapModels(List<Region> models) |
Constructor and Description |
---|
RegionWrapper(Region region) |
Modifier and Type | Method and Description |
---|---|
Region |
RegionServiceWrapper.addRegion(long countryId,
String regionCode,
String name,
boolean active) |
static Region |
RegionServiceUtil.addRegion(long countryId,
String regionCode,
String name,
boolean active) |
Region |
RegionService.addRegion(long countryId,
String regionCode,
String name,
boolean active) |
Region |
RegionServiceWrapper.fetchRegion(long regionId) |
static Region |
RegionServiceUtil.fetchRegion(long regionId) |
Region |
RegionService.fetchRegion(long regionId) |
Region |
RegionServiceWrapper.fetchRegion(long countryId,
String regionCode) |
static Region |
RegionServiceUtil.fetchRegion(long countryId,
String regionCode) |
Region |
RegionService.fetchRegion(long countryId,
String regionCode) |
Region |
RegionServiceWrapper.getRegion(long regionId) |
static Region |
RegionServiceUtil.getRegion(long regionId) |
Region |
RegionService.getRegion(long regionId) |
Region |
RegionServiceWrapper.getRegion(long countryId,
String regionCode) |
static Region |
RegionServiceUtil.getRegion(long countryId,
String regionCode) |
Region |
RegionService.getRegion(long countryId,
String regionCode) |
Modifier and Type | Method and Description |
---|---|
List<Region> |
RegionServiceWrapper.getRegions() |
static List<Region> |
RegionServiceUtil.getRegions() |
List<Region> |
RegionService.getRegions() |
List<Region> |
RegionServiceWrapper.getRegions(boolean active) |
static List<Region> |
RegionServiceUtil.getRegions(boolean active) |
List<Region> |
RegionService.getRegions(boolean active) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId) |
List<Region> |
RegionService.getRegions(long countryId) |
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
boolean active) |
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
boolean active) |
List<Region> |
RegionService.getRegions(long countryId,
boolean active) |
Modifier and Type | Method and Description |
---|---|
Region |
RegionPersistence.create(long regionId)
Creates a new region with the primary key.
|
static Region |
RegionUtil.create(long regionId)
Creates a new region with the primary key.
|
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where 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_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
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)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found. |
Region |
RegionPersistence.fetchByC_R(long countryId,
String regionCode,
boolean retrieveFromCache)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found, optionally using the finder cache. |
static Region |
RegionUtil.fetchByC_R(long countryId,
String regionCode,
boolean retrieveFromCache)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found, optionally using the finder cache. |
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first 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.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
Region |
RegionPersistence.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns
null if it could not be found. |
static Region |
RegionUtil.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns
null if it could not be found. |
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last 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.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.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_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last 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_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_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.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.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last 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.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.findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a
NoSuchRegionException if it could not be found. |
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.remove(long regionId)
Removes the region with the primary key from the database.
|
static Region |
RegionUtil.remove(long regionId)
Removes the region with the primary key from the database.
|
Region |
RegionPersistence.removeByC_R(long countryId,
String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database.
|
static Region |
RegionUtil.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) |
Region |
RegionPersistence.updateImpl(Region region) |
static Region |
RegionUtil.updateImpl(Region region) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Region> |
RegionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Region> |
RegionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Region> |
RegionPersistence.findAll()
Returns all the regions.
|
static List<Region> |
RegionUtil.findAll()
Returns 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)
Returns a 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)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findByActive(boolean active)
Returns all the regions where active = ?.
|
static List<Region> |
RegionUtil.findByActive(boolean active)
Returns 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)
Returns a 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)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where 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)
Returns 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)
Returns a 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)
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 retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId)
Returns all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findByCountryId(long countryId)
Returns 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)
Returns a 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)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where countryId = ?.
|
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 |
---|---|
void |
RegionPersistence.cacheResult(Region region)
Caches the region in the entity cache if it is enabled.
|
static void |
RegionUtil.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) |
Region |
RegionPersistence.updateImpl(Region region) |
static Region |
RegionUtil.updateImpl(Region region) |
Modifier and Type | Method and Description |
---|---|
void |
RegionPersistence.cacheResult(List<Region> regions)
Caches the regions in the entity cache if it is enabled.
|
static void |
RegionUtil.cacheResult(List<Region> regions)
Caches the regions in the entity cache if it is enabled.
|
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where 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_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first 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.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
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)
Returns an ordered range of all the regions.
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the regions.
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the regions.
|
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?.
|
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last 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.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set 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)
Returns an ordered range of all the regions where active = ?.
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where 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_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last 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_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 = ?.
|
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)
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 retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
Region |
RegionPersistence.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first 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_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last 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.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set 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)
Returns an ordered range of all the regions where countryId = ?.
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the regions where countryId = ?.
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Region> orderByComparator) |