Class CountryLocalizationPersistenceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>,com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the country localization persistence.voidcacheResult(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.voidcacheResult(List<com.liferay.portal.kernel.model.CountryLocalization> countryLocalizations) Caches the country localizations in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(CountryLocalizationModelImpl countryLocalizationModelImpl) voidClears the cache for all country localizations.voidclearCache(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) Clears the cache for the country localization.voidclearCache(List<com.liferay.portal.kernel.model.CountryLocalization> countryLocalizations) voidclearCache(Set<Serializable> primaryKeys) intcountAll()Returns the number of country localizations.intcountByCountryId(long countryId) Returns the number of country localizations where countryId = ?.intcountByCountryId_LanguageId(long countryId, String languageId) Returns the number of country localizations where countryId = ? and languageId = ?.com.liferay.portal.kernel.model.CountryLocalizationcreate(long countryLocalizationId) Creates a new country localization with the primary key.voiddestroy()com.liferay.portal.kernel.model.CountryLocalizationfetchByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.com.liferay.portal.kernel.model.CountryLocalizationfetchByCountryId_LanguageId(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.CountryLocalizationfetchByCountryId_LanguageId(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.CountryLocalizationfetchByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.com.liferay.portal.kernel.model.CountryLocalizationfetchByPrimaryKey(long countryLocalizationId) Returns the country localization with the primary key or returnsnullif it could not be found.com.liferay.portal.kernel.model.CountryLocalizationfetchByPrimaryKey(Serializable primaryKey) Returns the country localization with the primary key or returnsnullif it could not be found.Map<Serializable,com.liferay.portal.kernel.model.CountryLocalization> fetchByPrimaryKeys(Set<Serializable> primaryKeys) List<com.liferay.portal.kernel.model.CountryLocalization>findAll()Returns all the country localizations.List<com.liferay.portal.kernel.model.CountryLocalization>findAll(int start, int end) Returns a range of all the country localizations.List<com.liferay.portal.kernel.model.CountryLocalization>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.List<com.liferay.portal.kernel.model.CountryLocalization>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.List<com.liferay.portal.kernel.model.CountryLocalization>findByCountryId(long countryId) Returns all the country localizations where countryId = ?.List<com.liferay.portal.kernel.model.CountryLocalization>findByCountryId(long countryId, int start, int end) Returns a range of all the country localizations where countryId = ?.List<com.liferay.portal.kernel.model.CountryLocalization>findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.List<com.liferay.portal.kernel.model.CountryLocalization>findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.com.liferay.portal.kernel.model.CountryLocalizationfindByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.com.liferay.portal.kernel.model.CountryLocalizationfindByCountryId_LanguageId(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or throws aNoSuchCountryLocalizationExceptionif it could not be found.com.liferay.portal.kernel.model.CountryLocalizationfindByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.com.liferay.portal.kernel.model.CountryLocalization[]findByCountryId_PrevAndNext(long countryLocalizationId, long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.com.liferay.portal.kernel.model.CountryLocalizationfindByPrimaryKey(long countryLocalizationId) Returns the country localization with the primary key or throws aNoSuchCountryLocalizationExceptionif it could not be found.com.liferay.portal.kernel.model.CountryLocalizationfindByPrimaryKey(Serializable primaryKey) Returns the country localization with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.protected com.liferay.portal.kernel.model.CountryLocalizationgetByCountryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.CountryLocalization countryLocalization, long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean previous) getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCacheprotected Stringprotected Stringcom.liferay.portal.kernel.model.CountryLocalizationremove(long countryLocalizationId) Removes the country localization with the primary key from the database.com.liferay.portal.kernel.model.CountryLocalizationremove(Serializable primaryKey) Removes the country localization with the primary key from the database.voidRemoves all the country localizations from the database.voidremoveByCountryId(long countryId) Removes all the country localizations where countryId = ? from the database.com.liferay.portal.kernel.model.CountryLocalizationremoveByCountryId_LanguageId(long countryId, String languageId) Removes the country localization where countryId = ? and languageId = ? from the database.protected com.liferay.portal.kernel.model.CountryLocalizationremoveImpl(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) com.liferay.portal.kernel.model.CountryLocalizationupdateImpl(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
CountryLocalizationPersistenceImpl
public CountryLocalizationPersistenceImpl()
-
-
Method Details
-
findByCountryId
Returns all the country localizations where countryId = ?.- Specified by:
findByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country ID- Returns:
- the matching country localizations
-
findByCountryId
public List<com.liferay.portal.kernel.model.CountryLocalization> findByCountryId(long countryId, int start, int end) Returns a range of all the country localizations where countryId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDstart- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)- Returns:
- the range of matching country localizations
-
findByCountryId
public List<com.liferay.portal.kernel.model.CountryLocalization> findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDstart- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching country localizations
-
findByCountryId
public List<com.liferay.portal.kernel.model.CountryLocalization> findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDstart- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching country localizations
-
findByCountryId_First
public com.liferay.portal.kernel.model.CountryLocalization findByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the first country localization in the ordered set where countryId = ?.- Specified by:
findByCountryId_Firstin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a matching country localization could not be found
-
fetchByCountryId_First
public com.liferay.portal.kernel.model.CountryLocalization fetchByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.- Specified by:
fetchByCountryId_Firstin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching country localization, or
nullif a matching country localization could not be found
-
findByCountryId_Last
public com.liferay.portal.kernel.model.CountryLocalization findByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the last country localization in the ordered set where countryId = ?.- Specified by:
findByCountryId_Lastin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a matching country localization could not be found
-
fetchByCountryId_Last
public com.liferay.portal.kernel.model.CountryLocalization fetchByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.- Specified by:
fetchByCountryId_Lastin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching country localization, or
nullif a matching country localization could not be found
-
findByCountryId_PrevAndNext
public com.liferay.portal.kernel.model.CountryLocalization[] findByCountryId_PrevAndNext(long countryLocalizationId, long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.- Specified by:
findByCountryId_PrevAndNextin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizationId- the primary key of the current country localizationcountryId- the country IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a country localization with the primary key could not be found
-
getByCountryId_PrevAndNext
protected com.liferay.portal.kernel.model.CountryLocalization getByCountryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.CountryLocalization countryLocalization, long countryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean previous) -
removeByCountryId
public void removeByCountryId(long countryId) Removes all the country localizations where countryId = ? from the database.- Specified by:
removeByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country ID
-
countByCountryId
public int countByCountryId(long countryId) Returns the number of country localizations where countryId = ?.- Specified by:
countByCountryIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country ID- Returns:
- the number of matching country localizations
-
findByCountryId_LanguageId
public com.liferay.portal.kernel.model.CountryLocalization findByCountryId_LanguageId(long countryId, String languageId) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the country localization where countryId = ? and languageId = ? or throws aNoSuchCountryLocalizationExceptionif it could not be found.- Specified by:
findByCountryId_LanguageIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDlanguageId- the language ID- Returns:
- the matching country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a matching country localization could not be found
-
fetchByCountryId_LanguageId
public com.liferay.portal.kernel.model.CountryLocalization fetchByCountryId_LanguageId(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByCountryId_LanguageIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDlanguageId- the language ID- Returns:
- the matching country localization, or
nullif a matching country localization could not be found
-
fetchByCountryId_LanguageId
public com.liferay.portal.kernel.model.CountryLocalization fetchByCountryId_LanguageId(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByCountryId_LanguageIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDlanguageId- the language IDuseFinderCache- whether to use the finder cache- Returns:
- the matching country localization, or
nullif a matching country localization could not be found
-
removeByCountryId_LanguageId
public com.liferay.portal.kernel.model.CountryLocalization removeByCountryId_LanguageId(long countryId, String languageId) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Removes the country localization where countryId = ? and languageId = ? from the database.- Specified by:
removeByCountryId_LanguageIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDlanguageId- the language ID- Returns:
- the country localization that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException
-
countByCountryId_LanguageId
Returns the number of country localizations where countryId = ? and languageId = ?.- Specified by:
countByCountryId_LanguageIdin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryId- the country IDlanguageId- the language ID- Returns:
- the number of matching country localizations
-
cacheResult
public void cacheResult(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Overrides:
cacheResultin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>- Parameters:
countryLocalization- the country localization
-
cacheResult
public void cacheResult(List<com.liferay.portal.kernel.model.CountryLocalization> countryLocalizations) Caches the country localizations in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizations- the country localizations
-
clearCache
public void clearCache()Clears the cache for all country localizations.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
clearCache
public void clearCache(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) Clears the cache for the country localization.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
clearCache
public void clearCache(List<com.liferay.portal.kernel.model.CountryLocalization> countryLocalizations) - Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>
-
cacheUniqueFindersCache
-
create
public com.liferay.portal.kernel.model.CountryLocalization create(long countryLocalizationId) Creates a new country localization with the primary key. Does not add the country localization to the database.- Specified by:
createin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizationId- the primary key for the new country localization- Returns:
- the new country localization
-
remove
public com.liferay.portal.kernel.model.CountryLocalization remove(long countryLocalizationId) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Removes the country localization with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizationId- the primary key of the country localization- Returns:
- the country localization that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a country localization with the primary key could not be found
-
remove
public com.liferay.portal.kernel.model.CountryLocalization remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Removes the country localization with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
removein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>- Parameters:
primaryKey- the primary key of the country localization- Returns:
- the country localization that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a country localization with the primary key could not be found
-
removeImpl
protected com.liferay.portal.kernel.model.CountryLocalization removeImpl(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) - Overrides:
removeImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
updateImpl
public com.liferay.portal.kernel.model.CountryLocalization updateImpl(com.liferay.portal.kernel.model.CountryLocalization countryLocalization) - Specified by:
updateImplin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Overrides:
updateImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
findByPrimaryKey
public com.liferay.portal.kernel.model.CountryLocalization findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the country localization with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
findByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>- Parameters:
primaryKey- the primary key of the country localization- Returns:
- the country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a country localization with the primary key could not be found
-
findByPrimaryKey
public com.liferay.portal.kernel.model.CountryLocalization findByPrimaryKey(long countryLocalizationId) throws com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException Returns the country localization with the primary key or throws aNoSuchCountryLocalizationExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizationId- the primary key of the country localization- Returns:
- the country localization
- Throws:
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException- if a country localization with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.portal.kernel.model.CountryLocalization fetchByPrimaryKey(Serializable primaryKey) Returns the country localization with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
fetchByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>- Parameters:
primaryKey- the primary key of the country localization- Returns:
- the country localization, or
nullif a country localization with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.portal.kernel.model.CountryLocalization fetchByPrimaryKey(long countryLocalizationId) Returns the country localization with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
countryLocalizationId- the primary key of the country localization- Returns:
- the country localization, or
nullif a country localization with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.portal.kernel.model.CountryLocalization> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeysin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
fetchByPrimaryKeysin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
findAll
Returns all the country localizations.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Returns:
- the country localizations
-
findAll
Returns a range of all the country localizations.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
start- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)- Returns:
- the range of country localizations
-
findAll
public List<com.liferay.portal.kernel.model.CountryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
start- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of country localizations
-
findAll
public List<com.liferay.portal.kernel.model.CountryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCountryLocalizationModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Parameters:
start- the lower bound of the range of country localizationsend- the upper bound of the range of country localizations (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of country localizations
-
removeAll
public void removeAll()Removes all the country localizations from the database.- Specified by:
removeAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence
-
countAll
public int countAll()Returns the number of country localizations.- Specified by:
countAllin interfacecom.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence- Returns:
- the number of country localizations
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
getSelectSQL
- Overrides:
getSelectSQLin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>
-
getMappingTableNames
- Specified by:
getMappingTableNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>
-
getTableColumnsMap
- Specified by:
getTableColumnsMapin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>- Overrides:
getTableColumnsMapin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-
getTableName
- Specified by:
getTableNamein interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the country localization persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.CountryLocalization>
-