|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegionPersistence
The persistence interface for the region service.
Never modify or reference this interface directly. Always use RegionUtil to access the region persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
RegionPersistenceImpl,
RegionUtil| Method Summary | |
|---|---|
void |
cacheResult(List<Region> regions)
Caches the regions in the entity cache if it is enabled. |
void |
cacheResult(Region region)
Caches the region in the entity cache if it is enabled. |
int |
countAll()
Counts all the regions. |
int |
countByActive(boolean active)
Counts all the regions where active = ?. |
int |
countByC_A(long countryId,
boolean active)
Counts all the regions where countryId = ? and active = ?. |
int |
countByCountryId(long countryId)
Counts all the regions where countryId = ?. |
Region |
create(long regionId)
Creates a new region with the primary key. |
Region |
fetchByPrimaryKey(long regionId)
Finds the region with the primary key or returns null if it could not be found. |
List<Region> |
findAll()
Finds all the regions. |
List<Region> |
findAll(int start,
int end)
Finds a range of all the regions. |
List<Region> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the regions. |
Region |
findByActive_First(boolean active,
OrderByComparator orderByComparator)
Finds the first region in the ordered set where active = ?. |
Region |
findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Finds the last region in the ordered set where active = ?. |
Region[] |
findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator orderByComparator)
Finds the regions before and after the current region in the ordered set where active = ?. |
List<Region> |
findByActive(boolean active)
Finds all the regions where active = ?. |
List<Region> |
findByActive(boolean active,
int start,
int end)
Finds a range of all the regions where active = ?. |
List<Region> |
findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the regions where active = ?. |
Region |
findByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
Finds the first region in the ordered set where countryId = ? and active = ?. |
Region |
findByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
Finds the last region in the ordered set where countryId = ? and active = ?. |
Region[] |
findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator orderByComparator)
Finds the regions before and after the current region in the ordered set where countryId = ? and active = ?. |
List<Region> |
findByC_A(long countryId,
boolean active)
Finds all the regions where countryId = ? and active = ?. |
List<Region> |
findByC_A(long countryId,
boolean active,
int start,
int end)
Finds a range of all the regions where countryId = ? and active = ?. |
List<Region> |
findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the regions where countryId = ? and active = ?. |
Region |
findByCountryId_First(long countryId,
OrderByComparator orderByComparator)
Finds the first region in the ordered set where countryId = ?. |
Region |
findByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
Finds the last region in the ordered set where countryId = ?. |
Region[] |
findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator orderByComparator)
Finds the regions before and after the current region in the ordered set where countryId = ?. |
List<Region> |
findByCountryId(long countryId)
Finds all the regions where countryId = ?. |
List<Region> |
findByCountryId(long countryId,
int start,
int end)
Finds a range of all the regions where countryId = ?. |
List<Region> |
findByCountryId(long countryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the regions where countryId = ?. |
Region |
findByPrimaryKey(long regionId)
Finds the region with the primary key or throws a NoSuchRegionException if it could not be found. |
Region |
remove(long regionId)
Removes the region with the primary key from the database. |
void |
removeAll()
Removes all the regions from the database. |
void |
removeByActive(boolean active)
Removes all the regions where active = ? from the database. |
void |
removeByC_A(long countryId,
boolean active)
Removes all the regions where countryId = ? and active = ? from the database. |
void |
removeByCountryId(long countryId)
Removes all the regions where countryId = ? from the database. |
Region |
updateImpl(Region region,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(Region region)
region - the region to cachevoid cacheResult(List<Region> regions)
regions - the regions to cacheRegion create(long regionId)
regionId - the primary key for the new region
Region remove(long regionId)
throws NoSuchRegionException,
SystemException
regionId - the primary key of the region to remove
NoSuchRegionException - if a region with the primary key could not be found
SystemException - if a system exception occurred
Region updateImpl(Region region,
boolean merge)
throws SystemException
SystemException
Region findByPrimaryKey(long regionId)
throws NoSuchRegionException,
SystemException
NoSuchRegionException if it could not be found.
regionId - the primary key of the region to find
NoSuchRegionException - if a region with the primary key could not be found
SystemException - if a system exception occurred
Region fetchByPrimaryKey(long regionId)
throws SystemException
null if it could not be found.
regionId - the primary key of the region to find
null if a region with the primary key could not be found
SystemException - if a system exception occurred
List<Region> findByCountryId(long countryId)
throws SystemException
countryId - the country id to search with
SystemException - if a system exception occurred
List<Region> findByCountryId(long countryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)
SystemException - if a system exception occurred
List<Region> findByCountryId(long countryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
Region findByCountryId_First(long countryId,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region findByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region[] findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
regionId - the primary key of the current regioncountryId - the country id to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a region with the primary key could not be found
SystemException - if a system exception occurred
List<Region> findByActive(boolean active)
throws SystemException
active - the active to search with
SystemException - if a system exception occurred
List<Region> findByActive(boolean active,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
active - the active to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)
SystemException - if a system exception occurred
List<Region> findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
active - the active to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
Region findByActive_First(boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
active - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region findByActive_Last(boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
active - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region[] findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
regionId - the primary key of the current regionactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a region with the primary key could not be found
SystemException - if a system exception occurred
List<Region> findByC_A(long countryId,
boolean active)
throws SystemException
countryId - the country id to search withactive - the active to search with
SystemException - if a system exception occurred
List<Region> findByC_A(long countryId,
boolean active,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withactive - the active to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)
SystemException - if a system exception occurred
List<Region> findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withactive - the active to search withstart - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
Region findByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region findByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
countryId - the country id to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a matching region could not be found
SystemException - if a system exception occurred
Region[] findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchRegionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
regionId - the primary key of the current regioncountryId - the country id to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchRegionException - if a region with the primary key could not be found
SystemException - if a system exception occurred
List<Region> findAll()
throws SystemException
SystemException - if a system exception occurred
List<Region> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)
SystemException - if a system exception occurred
List<Region> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of regions to returnend - the upper bound of the range of regions to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByCountryId(long countryId)
throws SystemException
countryId - the country id to search with
SystemException - if a system exception occurred
void removeByActive(boolean active)
throws SystemException
active - the active to search with
SystemException - if a system exception occurred
void removeByC_A(long countryId,
boolean active)
throws SystemException
countryId - the country id to search withactive - the active to search with
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByCountryId(long countryId)
throws SystemException
countryId - the country id to search with
SystemException - if a system exception occurred
int countByActive(boolean active)
throws SystemException
active - the active to search with
SystemException - if a system exception occurred
int countByC_A(long countryId,
boolean active)
throws SystemException
countryId - the country id to search withactive - the active to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||