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 RegionRegionLocalServiceUtil.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) static RegionAdds 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 RegionRegionServiceUtil.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 RegionRegionLocalServiceUtil.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 RegionRegionLocalServiceUtil.deleteRegion(long regionId) Deletes the region with the primary key from the database.static RegionRegionLocalServiceUtil.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 RegionRegionLocalServiceUtil.fetchRegion(long regionId) static RegionRegionLocalServiceUtil.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 RegionRegionServiceUtil.fetchRegion(long regionId) static RegionRegionServiceUtil.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 RegionRegionLocalServiceUtil.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 RegionRegionLocalServiceUtil.getRegion(long regionId) Returns the region with the primary key.static RegionRegionLocalServiceWrapper.getRegion(long regionId) Returns the region with the primary key.RegionService.getRegion(long regionId) static RegionRegionServiceUtil.getRegion(long regionId) static RegionRegionServiceWrapper.getRegion(long regionId) RegionLocalService.getRegionByUuidAndCompanyId(String uuid, long companyId) Returns the region with the matching UUID and company.static RegionRegionLocalServiceUtil.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 RegionRegionLocalServiceUtil.updateActive(long regionId, boolean active) RegionLocalServiceWrapper.updateActive(long regionId, boolean active) RegionService.updateActive(long regionId, boolean active) static RegionRegionServiceUtil.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 RegionRegionLocalServiceUtil.updateRegion(long regionId, boolean active, String name, double position, String regionCode) static RegionRegionLocalServiceUtil.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 RegionRegionServiceUtil.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 RegionAdds the region to the database.Adds the region to the database.RegionLocalService.deleteRegion(Region region) Deletes the region from the database.static RegionRegionLocalServiceUtil.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 RegionRegionLocalServiceUtil.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 RegionLocalizationRegionLocalServiceUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 returnsnullif it could not be found.RegionPersistence.fetchByC_R(long countryId, String regionCode, boolean useFinderCache) Returns the region where countryId = ? and regionCode = ? or returnsnullif it could not be found, optionally using the finder cache.static RegionRegionUtil.fetchByC_R(long countryId, String regionCode) Returns the region where countryId = ? and regionCode = ? or returnsnullif it could not be found.static RegionRegionUtil.fetchByC_R(long countryId, String regionCode, boolean useFinderCache) Returns the region where countryId = ? and regionCode = ? or returnsnullif 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 RegionRegionUtil.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 RegionRegionUtil.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 returnsnullif it could not be found.static RegionRegionUtil.fetchByPrimaryKey(long regionId) Returns the region with the primary key or returnsnullif 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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 aNoSuchRegionExceptionif it could not be found.static RegionReturns the region where countryId = ? and regionCode = ? or throws aNoSuchRegionExceptionif it could not be found.RegionPersistence.findByCountryId_First(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.static RegionRegionUtil.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 RegionRegionUtil.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 aNoSuchRegionExceptionif it could not be found.static RegionRegionUtil.findByPrimaryKey(long regionId) Returns the region with the primary key or throws aNoSuchRegionExceptionif 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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.removeByC_R(long countryId, String regionCode) Removes the region where countryId = ? and regionCode = ? from the database.static Regionstatic RegionRegionUtil.update(Region region, ServiceContext serviceContext) RegionPersistence.updateImpl(Region region) static RegionRegionUtil.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 TypeMethodDescriptionvoidRegionPersistence.cacheResult(Region region) Caches the region in the entity cache if it is enabled.static voidRegionUtil.cacheResult(Region region) Caches the region in the entity cache if it is enabled.static voidRegionUtil.clearCache(Region region) static Regionstatic RegionRegionUtil.update(Region region, ServiceContext serviceContext) RegionPersistence.updateImpl(Region region) static RegionRegionUtil.updateImpl(Region region) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RegionModifier and TypeMethodDescriptionvoidRegionPersistence.cacheResult(List<Region> regions) Caches the regions in the entity cache if it is enabled.static voidRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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 RegionRegionUtil.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)