Uses of Interface
com.liferay.portal.kernel.model.Region
Packages that use Region
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Region in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RegionFields in com.liferay.portal.kernel.model with type parameters of type RegionMethods in com.liferay.portal.kernel.model that return RegionModifier and TypeMethodDescriptionRegionModel.cloneWithOriginalValues()
RegionWrapper.cloneWithOriginalValues()
Address.getRegion()
AddressWrapper.getRegion()
Methods in com.liferay.portal.kernel.model that return types with arguments of type RegionModifier and TypeMethodDescriptionRegionWrapper.getAttributeGetterFunctions()
RegionWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type RegionConstructors in com.liferay.portal.kernel.model with parameters of type Region -
Uses of Region in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RegionModifier and TypeMethodDescriptionRegionLocalService.addRegion
(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) Adds the region to the database.static Region
RegionLocalServiceUtil.addRegion
(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) static Region
Adds the region to the database.RegionLocalServiceWrapper.addRegion
(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) Adds the region to the database.RegionService.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) RegionServiceWrapper.addRegion
(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) 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.RegionLocalServiceWrapper.createRegion
(long regionId) Creates a new region with the primary key.RegionLocalService.deleteRegion
(long regionId) Deletes the region with the primary key from the database.RegionLocalService.deleteRegion
(Region region) Deletes the region from the database.static Region
RegionLocalServiceUtil.deleteRegion
(long regionId) Deletes the region with the primary key from the database.static Region
RegionLocalServiceUtil.deleteRegion
(Region region) Deletes the region from the database.RegionLocalServiceWrapper.deleteRegion
(long regionId) Deletes the region with the primary key from the database.RegionLocalServiceWrapper.deleteRegion
(Region region) Deletes the region from the database.RegionLocalService.fetchRegion
(long regionId) RegionLocalService.fetchRegion
(long countryId, String regionCode) static Region
RegionLocalServiceUtil.fetchRegion
(long regionId) static Region
RegionLocalServiceUtil.fetchRegion
(long countryId, String regionCode) RegionLocalServiceWrapper.fetchRegion
(long regionId) RegionLocalServiceWrapper.fetchRegion
(long countryId, String regionCode) RegionService.fetchRegion
(long regionId) RegionService.fetchRegion
(long countryId, String regionCode) static Region
RegionServiceUtil.fetchRegion
(long regionId) static Region
RegionServiceUtil.fetchRegion
(long countryId, String regionCode) RegionServiceWrapper.fetchRegion
(long regionId) RegionServiceWrapper.fetchRegion
(long countryId, String regionCode) 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.RegionLocalServiceWrapper.fetchRegionByUuidAndCompanyId
(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalService.getRegion
(long regionId) Returns the region with the primary key.static Region
RegionLocalServiceUtil.getRegion
(long regionId) Returns the region with the primary key.static Region
RegionLocalServiceWrapper.getRegion
(long regionId) Returns the region with the primary key.RegionService.getRegion
(long regionId) static Region
RegionServiceUtil.getRegion
(long regionId) static Region
RegionServiceWrapper.getRegion
(long regionId) 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.RegionLocalServiceWrapper.getRegionByUuidAndCompanyId
(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalService.updateActive
(long regionId, boolean active) static Region
RegionLocalServiceUtil.updateActive
(long regionId, boolean active) RegionLocalServiceWrapper.updateActive
(long regionId, boolean active) RegionService.updateActive
(long regionId, boolean active) static Region
RegionServiceUtil.updateActive
(long regionId, boolean active) RegionServiceWrapper.updateActive
(long regionId, boolean active) RegionLocalService.updateRegion
(long regionId, boolean active, String name, double position, String regionCode) RegionLocalService.updateRegion
(Region region) Updates the region in the database or adds it if it does not yet exist.static Region
RegionLocalServiceUtil.updateRegion
(long regionId, boolean active, String name, double position, String regionCode) static Region
RegionLocalServiceUtil.updateRegion
(Region region) Updates the region in the database or adds it if it does not yet exist.RegionLocalServiceWrapper.updateRegion
(long regionId, boolean active, String name, double position, String regionCode) RegionLocalServiceWrapper.updateRegion
(Region region) Updates the region in the database or adds it if it does not yet exist.RegionService.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) RegionServiceWrapper.updateRegion
(long regionId, boolean active, String name, double position, String regionCode) Methods in com.liferay.portal.kernel.service that return types with arguments of type RegionModifier and TypeMethodDescriptionRegionLocalService.getCTPersistence()
RegionLocalServiceWrapper.getCTPersistence()
RegionLocalService.getModelClass()
RegionLocalServiceWrapper.getModelClass()
RegionLocalService.getRegions
(int start, int end) Returns a range of all the regions.RegionLocalService.getRegions
(long countryId, boolean active) RegionLocalService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long companyId, String a2, boolean active) RegionLocalServiceUtil.getRegions
(int start, int end) Returns a range of all the regions.RegionLocalServiceUtil.getRegions
(long countryId, boolean active) RegionLocalServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long companyId, String a2, boolean active) RegionLocalServiceWrapper.getRegions
(int start, int end) Returns a range of all the regions.RegionLocalServiceWrapper.getRegions
(long countryId, boolean active) RegionLocalServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long companyId, String a2, boolean active) RegionService.getRegions()
RegionService.getRegions
(boolean active) RegionService.getRegions
(long countryId) RegionService.getRegions
(long countryId, boolean active) RegionService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long companyId, String a2, boolean active) RegionServiceUtil.getRegions()
RegionServiceUtil.getRegions
(boolean active) RegionServiceUtil.getRegions
(long countryId) RegionServiceUtil.getRegions
(long countryId, boolean active) RegionServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long companyId, String a2, boolean active) RegionServiceWrapper.getRegions()
RegionServiceWrapper.getRegions
(boolean active) RegionServiceWrapper.getRegions
(long countryId) RegionServiceWrapper.getRegions
(long countryId, boolean active) RegionServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long companyId, String a2, boolean active) RegionLocalService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionLocalServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type RegionModifier and TypeMethodDescriptionAdds the region to the database.static Region
Adds the region to the database.Adds the region to the database.RegionLocalService.deleteRegion
(Region region) Deletes the region from the database.static Region
RegionLocalServiceUtil.deleteRegion
(Region region) Deletes the region from the database.RegionLocalServiceWrapper.deleteRegion
(Region region) Deletes the region from the database.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.RegionLocalServiceWrapper.updateRegion
(Region region) Updates the region in the database or adds it if it does not yet exist.RegionLocalService.updateRegionLocalization
(Region region, String languageId, String title) static RegionLocalization
RegionLocalServiceUtil.updateRegionLocalization
(Region region, String languageId, String title) RegionLocalServiceWrapper.updateRegionLocalization
(Region region, String languageId, String title) RegionLocalService.updateRegionLocalizations
(Region region, Map<String, String> titleMap) static List<RegionLocalization>
RegionLocalServiceUtil.updateRegionLocalizations
(Region region, Map<String, String> titleMap) RegionLocalServiceWrapper.updateRegionLocalizations
(Region region, Map<String, String> titleMap) Method parameters in com.liferay.portal.kernel.service with type arguments of type RegionModifier and TypeMethodDescriptionRegionLocalService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionLocalServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) <R,
E extends Throwable>
RRegionLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Region>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRegionLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Region>, R, E> updateUnsafeFunction) -
Uses of Region in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RegionModifier and TypeMethodDescriptionRegionPersistence.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.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 = ?.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 = ?.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 = ?.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 = ?.RegionPersistence.fetchByC_R
(long countryId, String regionCode) Returns the region where countryId = ? and regionCode = ? or returnsnull
if it could not be found.RegionPersistence.fetchByC_R
(long countryId, String regionCode, boolean useFinderCache) Returns the region where countryId = ? and regionCode = ? or returnsnull
if it could not be found, optionally using the finder cache.static Region
RegionUtil.fetchByC_R
(long countryId, String regionCode) Returns the region where countryId = ? and regionCode = ? or returnsnull
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 returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.RegionPersistence.fetchByPrimaryKey
(long regionId) Returns the region with the primary key or returnsnull
if it could not be found.static Region
RegionUtil.fetchByPrimaryKey
(long regionId) Returns the region with the primary key or returnsnull
if it could not be found.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_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.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_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.RegionPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RegionPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last 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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.Returns the region where countryId = ? and regionCode = ? or throws aNoSuchRegionException
if it could not be found.static Region
Returns the region where countryId = ? and regionCode = ? or throws aNoSuchRegionException
if it could not be found.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 = ?.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 = ?.RegionPersistence.findByPrimaryKey
(long regionId) Returns the region with the primary key or throws aNoSuchRegionException
if it could not be found.static Region
RegionUtil.findByPrimaryKey
(long regionId) Returns the region with the primary key or throws aNoSuchRegionException
if it could not be found.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_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.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_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last 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_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 = ?.RegionPersistence.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RegionPersistence.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last 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_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.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.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.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
static Region
RegionUtil.update
(Region region, ServiceContext serviceContext) RegionPersistence.updateImpl
(Region region) static Region
RegionUtil.updateImpl
(Region region) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RegionModifier and TypeMethodDescriptionstatic Map<Serializable,
Region> RegionUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RegionPersistence.findAll()
Returns all the regions.RegionPersistence.findAll
(int start, int end) Returns a range of all the regions.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.RegionUtil.findAll()
Returns all the regions.RegionUtil.findAll
(int start, int end) Returns a range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.RegionPersistence.findByActive
(boolean active) Returns all the regions where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end) Returns a range of all the regions where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active) Returns all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end) Returns a range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.RegionPersistence.findByC_A
(long countryId, boolean active) Returns all the regions where countryId = ? and active = ?.RegionPersistence.findByC_A
(long countryId, boolean active, int start, int end) Returns a range of all the regions where countryId = ? and active = ?.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 = ?.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 = ?.RegionUtil.findByC_A
(long countryId, boolean active) Returns all the regions where countryId = ? and active = ?.RegionUtil.findByC_A
(long countryId, boolean active, int start, int end) Returns a range of all the regions where countryId = ? and active = ?.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 = ?.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 = ?.RegionPersistence.findByCountryId
(long countryId) Returns all the regions where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end) Returns a range of all the regions where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId) Returns all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end) Returns a range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.RegionPersistence.findByUuid
(String uuid) Returns all the regions where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the regions where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid) Returns all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.RegionPersistence.findByUuid_C
(String uuid, long companyId) Returns all the regions where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the regions where uuid = ? and companyId = ?.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 = ?.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 = ?.RegionUtil.findByUuid_C
(String uuid, long companyId) Returns all the regions where uuid = ? and companyId = ?.RegionUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the regions where uuid = ? and companyId = ?.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 = ?.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 = ?.RegionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) RegionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) RegionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Region> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type RegionModifier and TypeMethodDescriptionvoid
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
static Region
RegionUtil.update
(Region region, ServiceContext serviceContext) RegionPersistence.updateImpl
(Region region) static Region
RegionUtil.updateImpl
(Region region) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RegionModifier and TypeMethodDescriptionvoid
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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.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_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.RegionPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RegionPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last 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 = ?.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.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 = ?.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 = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.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 = ?.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 = ?.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 = ?.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 = ?.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_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.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_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last 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_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 = ?.RegionPersistence.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RegionPersistence.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last 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_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.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.RegionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Region> orderByComparator)