|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<Country>
com.liferay.portal.service.persistence.impl.CountryPersistenceImpl
@ProviderType public class CountryPersistenceImpl
The persistence implementation for the country service.
Caching information and settings can be found in portal.properties
CountryPersistence,
CountryUtil| Field Summary | |
|---|---|
protected EntityCache |
entityCache
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_A2
|
static FinderPath |
FINDER_PATH_COUNT_BY_A3
|
static FinderPath |
FINDER_PATH_COUNT_BY_ACTIVE
|
static FinderPath |
FINDER_PATH_COUNT_BY_NAME
|
static FinderPath |
FINDER_PATH_FETCH_BY_A2
|
static FinderPath |
FINDER_PATH_FETCH_BY_A3
|
static FinderPath |
FINDER_PATH_FETCH_BY_NAME
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_ACTIVE
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ACTIVE
|
protected FinderCache |
finderCache
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 Summary | |
|---|---|
CountryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the country persistence. |
void |
cacheResult(Country country)
Caches the country in the entity cache if it is enabled. |
void |
cacheResult(List<Country> countries)
Caches the countries in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(CountryModelImpl countryModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all countries. |
void |
clearCache(Country country)
Clears the cache for the country. |
void |
clearCache(List<Country> countries)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(CountryModelImpl countryModelImpl)
|
int |
countAll()
Returns the number of countries. |
int |
countByA2(String a2)
Returns the number of countries where a2 = ?. |
int |
countByA3(String a3)
Returns the number of countries where a3 = ?. |
int |
countByActive(boolean active)
Returns the number of countries where active = ?. |
int |
countByName(String name)
Returns the number of countries where name = ?. |
Country |
create(long countryId)
Creates a new country with the primary key. |
void |
destroy()
|
Country |
fetchByA2(String a2)
Returns the country where a2 = ? or returns null if it could not be found. |
Country |
fetchByA2(String a2,
boolean retrieveFromCache)
Returns the country where a2 = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
fetchByA3(String a3)
Returns the country where a3 = ? or returns null if it could not be found. |
Country |
fetchByA3(String a3,
boolean retrieveFromCache)
Returns the country where a3 = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
Country |
fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
Country |
fetchByName(String name)
Returns the country where name = ? or returns null if it could not be found. |
Country |
fetchByName(String name,
boolean retrieveFromCache)
Returns the country where name = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
fetchByPrimaryKey(long countryId)
Returns the country with the primary key or returns null if it could not be found. |
Country |
fetchByPrimaryKey(Serializable primaryKey)
Returns the country with the primary key or returns null if it could not be found. |
Map<Serializable,Country> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Country> |
findAll()
Returns all the countries. |
List<Country> |
findAll(int start,
int end)
Returns a range of all the countries. |
List<Country> |
findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries. |
List<Country> |
findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the countries. |
Country |
findByA2(String a2)
Returns the country where a2 = ? or throws a NoSuchCountryException if it could not be found. |
Country |
findByA3(String a3)
Returns the country where a3 = ? or throws a NoSuchCountryException if it could not be found. |
Country |
findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
Country |
findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
Country[] |
findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?. |
List<Country> |
findByActive(boolean active)
Returns all the countries where active = ?. |
List<Country> |
findByActive(boolean active,
int start,
int end)
Returns a range of all the countries where active = ?. |
List<Country> |
findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?. |
List<Country> |
findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the countries where active = ?. |
Country |
findByName(String name)
Returns the country where name = ? or throws a NoSuchCountryException if it could not be found. |
Country |
findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a NoSuchCountryException if it could not be found. |
Country |
findByPrimaryKey(Serializable primaryKey)
Returns the country with the primary key or throws a NoSuchModelException if it could not be found. |
Set<String> |
getBadColumnNames()
|
protected Country |
getByActive_PrevAndNext(Session session,
Country country,
boolean active,
OrderByComparator<Country> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
Country |
remove(long countryId)
Removes the country with the primary key from the database. |
Country |
remove(Serializable primaryKey)
Removes the country with the primary key from the database. |
void |
removeAll()
Removes all the countries from the database. |
Country |
removeByA2(String a2)
Removes the country where a2 = ? from the database. |
Country |
removeByA3(String a3)
Removes the country where a3 = ? from the database. |
void |
removeByActive(boolean active)
Removes all the countries where active = ? from the database. |
Country |
removeByName(String name)
Removes the country where name = ? from the database. |
protected Country |
removeImpl(Country country)
Removes the model instance from the database. |
protected Country |
toUnwrappedModel(Country country)
|
Country |
updateImpl(Country country)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_FETCH_BY_NAME
public static final FinderPath FINDER_PATH_COUNT_BY_NAME
public static final FinderPath FINDER_PATH_FETCH_BY_A2
public static final FinderPath FINDER_PATH_COUNT_BY_A2
public static final FinderPath FINDER_PATH_FETCH_BY_A3
public static final FinderPath FINDER_PATH_COUNT_BY_A3
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_ACTIVE
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_ACTIVE
public static final FinderPath FINDER_PATH_COUNT_BY_ACTIVE
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public CountryPersistenceImpl()
| Method Detail |
|---|
public Country findByName(String name)
throws NoSuchCountryException
NoSuchCountryException if it could not be found.
findByName in interface CountryPersistencename - the name
NoSuchCountryException - if a matching country could not be foundpublic Country fetchByName(String name)
null if it could not be found. Uses the finder cache.
fetchByName in interface CountryPersistencename - the name
null if a matching country could not be found
public Country fetchByName(String name,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByName in interface CountryPersistencename - the nameretrieveFromCache - whether to retrieve from the finder cache
null if a matching country could not be found
public Country removeByName(String name)
throws NoSuchCountryException
removeByName in interface CountryPersistencename - the name
NoSuchCountryExceptionpublic int countByName(String name)
countByName in interface CountryPersistencename - the name
public Country findByA2(String a2)
throws NoSuchCountryException
NoSuchCountryException if it could not be found.
findByA2 in interface CountryPersistencea2 - the a2
NoSuchCountryException - if a matching country could not be foundpublic Country fetchByA2(String a2)
null if it could not be found. Uses the finder cache.
fetchByA2 in interface CountryPersistencea2 - the a2
null if a matching country could not be found
public Country fetchByA2(String a2,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByA2 in interface CountryPersistencea2 - the a2retrieveFromCache - whether to retrieve from the finder cache
null if a matching country could not be found
public Country removeByA2(String a2)
throws NoSuchCountryException
removeByA2 in interface CountryPersistencea2 - the a2
NoSuchCountryExceptionpublic int countByA2(String a2)
countByA2 in interface CountryPersistencea2 - the a2
public Country findByA3(String a3)
throws NoSuchCountryException
NoSuchCountryException if it could not be found.
findByA3 in interface CountryPersistencea3 - the a3
NoSuchCountryException - if a matching country could not be foundpublic Country fetchByA3(String a3)
null if it could not be found. Uses the finder cache.
fetchByA3 in interface CountryPersistencea3 - the a3
null if a matching country could not be found
public Country fetchByA3(String a3,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByA3 in interface CountryPersistencea3 - the a3retrieveFromCache - whether to retrieve from the finder cache
null if a matching country could not be found
public Country removeByA3(String a3)
throws NoSuchCountryException
removeByA3 in interface CountryPersistencea3 - the a3
NoSuchCountryExceptionpublic int countByA3(String a3)
countByA3 in interface CountryPersistencea3 - the a3
public List<Country> findByActive(boolean active)
findByActive in interface CountryPersistenceactive - the active
public List<Country> findByActive(boolean active,
int start,
int end)
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 CountryModelImpl. 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 CountryPersistenceactive - the activestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)
public List<Country> findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
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 CountryModelImpl. 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 CountryPersistenceactive - the activestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<Country> findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean retrieveFromCache)
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 CountryModelImpl. 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 CountryPersistenceactive - the activestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public Country findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
throws NoSuchCountryException
findByActive_First in interface CountryPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchCountryException - if a matching country could not be found
public Country fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
fetchByActive_First in interface CountryPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)
null if a matching country could not be found
public Country findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
throws NoSuchCountryException
findByActive_Last in interface CountryPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchCountryException - if a matching country could not be found
public Country fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
fetchByActive_Last in interface CountryPersistenceactive - the activeorderByComparator - the comparator to order the set by (optionally null)
null if a matching country could not be found
public Country[] findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
throws NoSuchCountryException
findByActive_PrevAndNext in interface CountryPersistencecountryId - the primary key of the current countryactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchCountryException - if a country with the primary key could not be found
protected Country getByActive_PrevAndNext(Session session,
Country country,
boolean active,
OrderByComparator<Country> orderByComparator,
boolean previous)
public void removeByActive(boolean active)
removeByActive in interface CountryPersistenceactive - the activepublic int countByActive(boolean active)
countByActive in interface CountryPersistenceactive - the active
public void cacheResult(Country country)
cacheResult in interface CountryPersistencecountry - the countrypublic void cacheResult(List<Country> countries)
cacheResult in interface CountryPersistencecountries - the countriespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<Country>clearCache in class BasePersistenceImpl<Country>public void clearCache(Country country)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<Country>clearCache in class BasePersistenceImpl<Country>country - the instance of this model to clear the cache forpublic void clearCache(List<Country> countries)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<Country>clearCache in class BasePersistenceImpl<Country>countries - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(CountryModelImpl countryModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(CountryModelImpl countryModelImpl)
public Country create(long countryId)
create in interface CountryPersistencecountryId - the primary key for the new country
public Country remove(long countryId)
throws NoSuchCountryException
remove in interface CountryPersistencecountryId - the primary key of the country
NoSuchCountryException - if a country with the primary key could not be found
public Country remove(Serializable primaryKey)
throws NoSuchCountryException
remove in interface BasePersistence<Country>remove in class BasePersistenceImpl<Country>primaryKey - the primary key of the country
NoSuchCountryException - if a country with the primary key could not be foundprotected Country removeImpl(Country country)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<Country>country - the model instance to remove
public Country updateImpl(Country country)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface CountryPersistenceupdateImpl in class BasePersistenceImpl<Country>country - the model instance to update
protected Country toUnwrappedModel(Country country)
public Country findByPrimaryKey(Serializable primaryKey)
throws NoSuchCountryException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<Country>findByPrimaryKey in class BasePersistenceImpl<Country>primaryKey - the primary key of the country
NoSuchCountryException - if a country with the primary key could not be found
public Country findByPrimaryKey(long countryId)
throws NoSuchCountryException
NoSuchCountryException if it could not be found.
findByPrimaryKey in interface CountryPersistencecountryId - the primary key of the country
NoSuchCountryException - if a country with the primary key could not be foundpublic Country fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<Country>fetchByPrimaryKey in class BasePersistenceImpl<Country>primaryKey - the primary key of the country
null if a country with the primary key could not be foundpublic Country fetchByPrimaryKey(long countryId)
null if it could not be found.
fetchByPrimaryKey in interface CountryPersistencecountryId - the primary key of the country
null if a country with the primary key could not be foundpublic Map<Serializable,Country> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<Country>fetchByPrimaryKeys in interface CountryPersistencefetchByPrimaryKeys in class BasePersistenceImpl<Country>public List<Country> findAll()
findAll in interface CountryPersistence
public List<Country> findAll(int start,
int end)
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 CountryModelImpl. 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 CountryPersistencestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)
public List<Country> findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
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 CountryModelImpl. 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 CountryPersistencestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<Country> findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean retrieveFromCache)
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 CountryModelImpl. 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 CountryPersistencestart - the lower bound of the range of countriesend - the upper bound of the range of countries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface CountryPersistencepublic int countAll()
countAll in interface CountryPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<Country>getBadColumnNames in interface CountryPersistencegetBadColumnNames in class BasePersistenceImpl<Country>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<Country>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||