public class RegionPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>
implements com.liferay.portal.service.persistence.RegionPersistence
Caching information and settings can be found in portal.properties
RegionPersistence,
RegionUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_ACTIVE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COUNTRYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_ACTIVE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COUNTRYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ACTIVE |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COUNTRYID |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
RegionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the region persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.Region> regions)
Caches the regions in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.Region region)
Caches the region in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.Region region) |
void |
clearCache()
Clears the cache for all regions.
|
void |
clearCache(java.util.List<com.liferay.portal.model.Region> regions) |
void |
clearCache(com.liferay.portal.model.Region region)
Clears the cache for the region.
|
protected void |
clearUniqueFindersCache(com.liferay.portal.model.Region region) |
int |
countAll()
Returns the number of regions.
|
int |
countByActive(boolean active)
Returns the number of regions where active = ?.
|
int |
countByC_A(long countryId,
boolean active)
Returns the number of regions where countryId = ? and active = ?.
|
int |
countByC_R(long countryId,
java.lang.String regionCode)
Returns the number of regions where countryId = ? and regionCode = ?.
|
int |
countByCountryId(long countryId)
Returns the number of regions where countryId = ?.
|
com.liferay.portal.model.Region |
create(long regionId)
Creates a new region with the primary key.
|
void |
destroy() |
com.liferay.portal.model.Region |
fetchByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?.
|
com.liferay.portal.model.Region |
fetchByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?.
|
com.liferay.portal.model.Region |
fetchByC_A_First(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
com.liferay.portal.model.Region |
fetchByC_A_Last(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
com.liferay.portal.model.Region |
fetchByC_R(long countryId,
java.lang.String regionCode)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found. |
com.liferay.portal.model.Region |
fetchByC_R(long countryId,
java.lang.String regionCode,
boolean retrieveFromCache)
Returns the region where countryId = ? and regionCode = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Region |
fetchByCountryId_First(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
com.liferay.portal.model.Region |
fetchByCountryId_Last(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
com.liferay.portal.model.Region |
fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Region |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the region with the primary key or returns
null if it could not be found. |
java.util.List<com.liferay.portal.model.Region> |
findAll()
Returns all the regions.
|
java.util.List<com.liferay.portal.model.Region> |
findAll(int start,
int end)
Returns a range of all the regions.
|
java.util.List<com.liferay.portal.model.Region> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the regions.
|
com.liferay.portal.model.Region |
findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?.
|
com.liferay.portal.model.Region |
findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?.
|
com.liferay.portal.model.Region[] |
findByActive_PrevAndNext(long regionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByActive(boolean active)
Returns all the regions where active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByActive(boolean active,
int start,
int end)
Returns a range of all the regions where active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the regions where active = ?.
|
com.liferay.portal.model.Region |
findByC_A_First(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?.
|
com.liferay.portal.model.Region |
findByC_A_Last(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?.
|
com.liferay.portal.model.Region[] |
findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByC_A(long countryId,
boolean active)
Returns all the regions where countryId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByC_A(long countryId,
boolean active,
int start,
int end)
Returns a range of all the regions where countryId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByC_A(long countryId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?.
|
com.liferay.portal.model.Region |
findByC_R(long countryId,
java.lang.String regionCode)
Returns the region where countryId = ? and regionCode = ? or throws a
NoSuchRegionException if it could not be found. |
com.liferay.portal.model.Region |
findByCountryId_First(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?.
|
com.liferay.portal.model.Region |
findByCountryId_Last(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?.
|
com.liferay.portal.model.Region[] |
findByCountryId_PrevAndNext(long regionId,
long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByCountryId(long countryId)
Returns all the regions where countryId = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByCountryId(long countryId,
int start,
int end)
Returns a range of all the regions where countryId = ?.
|
java.util.List<com.liferay.portal.model.Region> |
findByCountryId(long countryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ?.
|
com.liferay.portal.model.Region |
findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a
NoSuchRegionException if it could not be found. |
com.liferay.portal.model.Region |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the region with the primary key or throws a
NoSuchModelException if it could not be found. |
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.Region |
getByActive_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Region |
getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Region |
getByCountryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portal.model.Region |
remove(long regionId)
Removes the region with the primary key from the database.
|
com.liferay.portal.model.Region |
remove(java.io.Serializable primaryKey)
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.
|
com.liferay.portal.model.Region |
removeByC_R(long countryId,
java.lang.String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database.
|
void |
removeByCountryId(long countryId)
Removes all the regions where countryId = ? from the database.
|
protected com.liferay.portal.model.Region |
removeImpl(com.liferay.portal.model.Region region) |
protected com.liferay.portal.model.Region |
toUnwrappedModel(com.liferay.portal.model.Region region) |
com.liferay.portal.model.Region |
updateImpl(com.liferay.portal.model.Region region) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COUNTRYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COUNTRYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COUNTRYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ACTIVE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ACTIVE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ACTIVE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_A
public java.util.List<com.liferay.portal.model.Region> findByCountryId(long countryId)
throws com.liferay.portal.kernel.exception.SystemException
findByCountryId in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByCountryId(long countryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCountryId in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDstart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByCountryId(long countryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCountryId in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDstart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByCountryId_First(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByCountryId_First in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByCountryId_First(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCountryId_First in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByCountryId_Last(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByCountryId_Last in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByCountryId_Last(long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCountryId_Last in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region[] findByCountryId_PrevAndNext(long regionId,
long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByCountryId_PrevAndNext in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the current regioncountryId - the country IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Region getByCountryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
long countryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCountryId(long countryId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCountryId in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCountryId(long countryId)
throws com.liferay.portal.kernel.exception.SystemException
countByCountryId in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByActive(boolean active)
throws com.liferay.portal.kernel.exception.SystemException
findByActive in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByActive(boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByActive in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByActive in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByActive_First in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByActive_First in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByActive_Last in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByActive_Last in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region[] findByActive_PrevAndNext(long regionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByActive_PrevAndNext in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the current regionactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Region getByActive_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByActive(boolean active)
throws com.liferay.portal.kernel.exception.SystemException
removeByActive in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByActive(boolean active)
throws com.liferay.portal.kernel.exception.SystemException
countByActive in interface com.liferay.portal.service.persistence.RegionPersistenceactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByC_R(long countryId,
java.lang.String regionCode)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRegionException if it could not be found.findByC_R in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDregionCode - the region codecom.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByC_R(long countryId,
java.lang.String regionCode)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_R in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDregionCode - the region codenull if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByC_R(long countryId,
java.lang.String regionCode,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_R in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDregionCode - the region coderetrieveFromCache - whether to use the finder cachenull if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region removeByC_R(long countryId,
java.lang.String regionCode)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
removeByC_R in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDregionCode - the region codecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchRegionExceptionpublic int countByC_R(long countryId,
java.lang.String regionCode)
throws com.liferay.portal.kernel.exception.SystemException
countByC_R in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDregionCode - the region codecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByC_A(long countryId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
findByC_A in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByC_A(long countryId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_A in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findByC_A(long countryId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_A in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByC_A_First(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_First in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByC_A_First(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_A_First in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByC_A_Last(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_Last in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByC_A_Last(long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_A_Last in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching region could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region[] findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_PrevAndNext in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the current regioncountryId - the country IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Region getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Region region,
long countryId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_A(long countryId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_A in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_A(long countryId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
countByC_A in interface com.liferay.portal.service.persistence.RegionPersistencecountryId - the country IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.Region region)
cacheResult in interface com.liferay.portal.service.persistence.RegionPersistenceregion - the regionpublic void cacheResult(java.util.List<com.liferay.portal.model.Region> regions)
cacheResult in interface com.liferay.portal.service.persistence.RegionPersistenceregions - the regionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>public void clearCache(com.liferay.portal.model.Region region)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>public void clearCache(java.util.List<com.liferay.portal.model.Region> regions)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>protected void cacheUniqueFindersCache(com.liferay.portal.model.Region region)
protected void clearUniqueFindersCache(com.liferay.portal.model.Region region)
public com.liferay.portal.model.Region create(long regionId)
create in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key for the new regionpublic com.liferay.portal.model.Region remove(long regionId)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the regioncom.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>primaryKey - the primary key of the regioncom.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Region removeImpl(com.liferay.portal.model.Region region)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Region updateImpl(com.liferay.portal.model.Region region)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.RegionPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.Region toUnwrappedModel(com.liferay.portal.model.Region region)
public com.liferay.portal.model.Region findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>primaryKey - the primary key of the regioncom.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region findByPrimaryKey(long regionId)
throws com.liferay.portal.NoSuchRegionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRegionException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the regioncom.liferay.portal.NoSuchRegionException - if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Region>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>primaryKey - the primary key of the regionnull if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Region fetchByPrimaryKey(long regionId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.RegionPersistenceregionId - the primary key of the regionnull if a region with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.RegionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.RegionPersistencestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Region> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from RegionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.RegionPersistencestart - the lower bound of the range of regionsend - the upper bound of the range of regions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.RegionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.RegionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Region>public void afterPropertiesSet()
public void destroy()