public class JournalArticleLocalizationUtil
extends java.lang.Object
com.liferay.journal.service.persistence.impl.JournalArticleLocalizationPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
JournalArticleLocalizationPersistence
Constructor and Description |
---|
JournalArticleLocalizationUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(JournalArticleLocalization journalArticleLocalization)
Caches the journal article localization in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<JournalArticleLocalization> journalArticleLocalizations)
Caches the journal article localizations in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(JournalArticleLocalization journalArticleLocalization) |
static int |
countAll()
Returns the number of journal article localizations.
|
static int |
countByA_L(long articlePK,
java.lang.String languageId)
Returns the number of journal article localizations where articlePK = ? and languageId = ?.
|
static int |
countByArticlePK(long articlePK)
Returns the number of journal article localizations where articlePK = ?.
|
static int |
countByC_A_L(long companyId,
long articlePK,
java.lang.String languageId)
Returns the number of journal article localizations where companyId = ? and articlePK = ? and languageId = ?.
|
static int |
countByC_A_T_L(long companyId,
long articlePK,
java.lang.String title,
java.lang.String languageId)
Returns the number of journal article localizations where companyId = ? and articlePK = ? and title = ? and languageId = ?.
|
static int |
countByC_A(long companyId,
long articlePK)
Returns the number of journal article localizations where companyId = ? and articlePK = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static JournalArticleLocalization |
create(long articleLocalizationId)
Creates a new journal article localization with the primary key.
|
static JournalArticleLocalization |
fetchByA_L(long articlePK,
java.lang.String languageId)
Returns the journal article localization where articlePK = ? and languageId = ? or returns
null if it could not be found. |
static JournalArticleLocalization |
fetchByA_L(long articlePK,
java.lang.String languageId,
boolean useFinderCache)
Returns the journal article localization where articlePK = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticleLocalization |
fetchByArticlePK_First(long articlePK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns the first journal article localization in the ordered set where articlePK = ?.
|
static JournalArticleLocalization |
fetchByArticlePK_Last(long articlePK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns the last journal article localization in the ordered set where articlePK = ?.
|
static JournalArticleLocalization |
fetchByC_A_L(long companyId,
long articlePK,
java.lang.String languageId)
Returns the journal article localization where companyId = ? and articlePK = ? and languageId = ? or returns
null if it could not be found. |
static JournalArticleLocalization |
fetchByC_A_L(long companyId,
long articlePK,
java.lang.String languageId,
boolean useFinderCache)
Returns the journal article localization where companyId = ? and articlePK = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticleLocalization |
fetchByC_A_T_L(long companyId,
long articlePK,
java.lang.String title,
java.lang.String languageId)
Returns the journal article localization where companyId = ? and articlePK = ? and title = ? and languageId = ? or returns
null if it could not be found. |
static JournalArticleLocalization |
fetchByC_A_T_L(long companyId,
long articlePK,
java.lang.String title,
java.lang.String languageId,
boolean useFinderCache)
Returns the journal article localization where companyId = ? and articlePK = ? and title = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticleLocalization |
fetchByC_A(long companyId,
long articlePK)
Returns the journal article localization where companyId = ? and articlePK = ? or returns
null if it could not be found. |
static JournalArticleLocalization |
fetchByC_A(long companyId,
long articlePK,
boolean useFinderCache)
Returns the journal article localization where companyId = ? and articlePK = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticleLocalization |
fetchByPrimaryKey(long articleLocalizationId)
Returns the journal article localization with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,JournalArticleLocalization> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<JournalArticleLocalization> |
findAll()
Returns all the journal article localizations.
|
static java.util.List<JournalArticleLocalization> |
findAll(int start,
int end)
Returns a range of all the journal article localizations.
|
static java.util.List<JournalArticleLocalization> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns an ordered range of all the journal article localizations.
|
static java.util.List<JournalArticleLocalization> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the journal article localizations.
|
static JournalArticleLocalization |
findByA_L(long articlePK,
java.lang.String languageId)
Returns the journal article localization where articlePK = ? and languageId = ? or throws a
NoSuchArticleLocalizationException if it could not be found. |
static JournalArticleLocalization |
findByArticlePK_First(long articlePK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns the first journal article localization in the ordered set where articlePK = ?.
|
static JournalArticleLocalization |
findByArticlePK_Last(long articlePK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns the last journal article localization in the ordered set where articlePK = ?.
|
static JournalArticleLocalization[] |
findByArticlePK_PrevAndNext(long articleLocalizationId,
long articlePK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns the journal article localizations before and after the current journal article localization in the ordered set where articlePK = ?.
|
static java.util.List<JournalArticleLocalization> |
findByArticlePK(long articlePK)
Returns all the journal article localizations where articlePK = ?.
|
static java.util.List<JournalArticleLocalization> |
findByArticlePK(long articlePK,
int start,
int end)
Returns a range of all the journal article localizations where articlePK = ?.
|
static java.util.List<JournalArticleLocalization> |
findByArticlePK(long articlePK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
Returns an ordered range of all the journal article localizations where articlePK = ?.
|
static java.util.List<JournalArticleLocalization> |
findByArticlePK(long articlePK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the journal article localizations where articlePK = ?.
|
static JournalArticleLocalization |
findByC_A_L(long companyId,
long articlePK,
java.lang.String languageId)
Returns the journal article localization where companyId = ? and articlePK = ? and languageId = ? or throws a
NoSuchArticleLocalizationException if it could not be found. |
static JournalArticleLocalization |
findByC_A_T_L(long companyId,
long articlePK,
java.lang.String title,
java.lang.String languageId)
Returns the journal article localization where companyId = ? and articlePK = ? and title = ? and languageId = ? or throws a
NoSuchArticleLocalizationException if it could not be found. |
static JournalArticleLocalization |
findByC_A(long companyId,
long articlePK)
Returns the journal article localization where companyId = ? and articlePK = ? or throws a
NoSuchArticleLocalizationException if it could not be found. |
static JournalArticleLocalization |
findByPrimaryKey(long articleLocalizationId)
Returns the journal article localization with the primary key or throws a
NoSuchArticleLocalizationException if it could not be found. |
static java.util.List<JournalArticleLocalization> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<JournalArticleLocalization> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<JournalArticleLocalization> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator) |
static JournalArticleLocalizationPersistence |
getPersistence() |
static JournalArticleLocalization |
remove(long articleLocalizationId)
Removes the journal article localization with the primary key from the database.
|
static void |
removeAll()
Removes all the journal article localizations from the database.
|
static JournalArticleLocalization |
removeByA_L(long articlePK,
java.lang.String languageId)
Removes the journal article localization where articlePK = ? and languageId = ? from the database.
|
static void |
removeByArticlePK(long articlePK)
Removes all the journal article localizations where articlePK = ? from the database.
|
static JournalArticleLocalization |
removeByC_A_L(long companyId,
long articlePK,
java.lang.String languageId)
Removes the journal article localization where companyId = ? and articlePK = ? and languageId = ? from the database.
|
static JournalArticleLocalization |
removeByC_A_T_L(long companyId,
long articlePK,
java.lang.String title,
java.lang.String languageId)
Removes the journal article localization where companyId = ? and articlePK = ? and title = ? and languageId = ? from the database.
|
static JournalArticleLocalization |
removeByC_A(long companyId,
long articlePK)
Removes the journal article localization where companyId = ? and articlePK = ? from the database.
|
static JournalArticleLocalization |
update(JournalArticleLocalization journalArticleLocalization) |
static JournalArticleLocalization |
update(JournalArticleLocalization journalArticleLocalization,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static JournalArticleLocalization |
updateImpl(JournalArticleLocalization journalArticleLocalization) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(JournalArticleLocalization journalArticleLocalization)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,JournalArticleLocalization> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<JournalArticleLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<JournalArticleLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<JournalArticleLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static JournalArticleLocalization update(JournalArticleLocalization journalArticleLocalization)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static JournalArticleLocalization update(JournalArticleLocalization journalArticleLocalization, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<JournalArticleLocalization> findByArticlePK(long articlePK)
articlePK
- the article pkpublic static java.util.List<JournalArticleLocalization> findByArticlePK(long articlePK, 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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
articlePK
- the article pkstart
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)public static java.util.List<JournalArticleLocalization> findByArticlePK(long articlePK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> 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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
articlePK
- the article pkstart
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticleLocalization> findByArticlePK(long articlePK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
articlePK
- the article pkstart
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static JournalArticleLocalization findByArticlePK_First(long articlePK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator) throws NoSuchArticleLocalizationException
articlePK
- the article pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByArticlePK_First(long articlePK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
articlePK
- the article pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article localization could not be foundpublic static JournalArticleLocalization findByArticlePK_Last(long articlePK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator) throws NoSuchArticleLocalizationException
articlePK
- the article pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByArticlePK_Last(long articlePK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator)
articlePK
- the article pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article localization could not be foundpublic static JournalArticleLocalization[] findByArticlePK_PrevAndNext(long articleLocalizationId, long articlePK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator) throws NoSuchArticleLocalizationException
articleLocalizationId
- the primary key of the current journal article localizationarticlePK
- the article pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleLocalizationException
- if a journal article localization with the primary key could not be foundpublic static void removeByArticlePK(long articlePK)
articlePK
- the article pkpublic static int countByArticlePK(long articlePK)
articlePK
- the article pkpublic static JournalArticleLocalization findByC_A(long companyId, long articlePK) throws NoSuchArticleLocalizationException
NoSuchArticleLocalizationException
if it could not be found.companyId
- the company IDarticlePK
- the article pkNoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A(long companyId, long articlePK)
null
if it could not be found. Uses the finder cache.companyId
- the company IDarticlePK
- the article pknull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A(long companyId, long articlePK, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDarticlePK
- the article pkuseFinderCache
- whether to use the finder cachenull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization removeByC_A(long companyId, long articlePK) throws NoSuchArticleLocalizationException
companyId
- the company IDarticlePK
- the article pkNoSuchArticleLocalizationException
public static int countByC_A(long companyId, long articlePK)
companyId
- the company IDarticlePK
- the article pkpublic static JournalArticleLocalization findByA_L(long articlePK, java.lang.String languageId) throws NoSuchArticleLocalizationException
NoSuchArticleLocalizationException
if it could not be found.articlePK
- the article pklanguageId
- the language IDNoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByA_L(long articlePK, java.lang.String languageId)
null
if it could not be found. Uses the finder cache.articlePK
- the article pklanguageId
- the language IDnull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByA_L(long articlePK, java.lang.String languageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.articlePK
- the article pklanguageId
- the language IDuseFinderCache
- whether to use the finder cachenull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization removeByA_L(long articlePK, java.lang.String languageId) throws NoSuchArticleLocalizationException
articlePK
- the article pklanguageId
- the language IDNoSuchArticleLocalizationException
public static int countByA_L(long articlePK, java.lang.String languageId)
articlePK
- the article pklanguageId
- the language IDpublic static JournalArticleLocalization findByC_A_L(long companyId, long articlePK, java.lang.String languageId) throws NoSuchArticleLocalizationException
NoSuchArticleLocalizationException
if it could not be found.companyId
- the company IDarticlePK
- the article pklanguageId
- the language IDNoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A_L(long companyId, long articlePK, java.lang.String languageId)
null
if it could not be found. Uses the finder cache.companyId
- the company IDarticlePK
- the article pklanguageId
- the language IDnull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A_L(long companyId, long articlePK, java.lang.String languageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDarticlePK
- the article pklanguageId
- the language IDuseFinderCache
- whether to use the finder cachenull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization removeByC_A_L(long companyId, long articlePK, java.lang.String languageId) throws NoSuchArticleLocalizationException
companyId
- the company IDarticlePK
- the article pklanguageId
- the language IDNoSuchArticleLocalizationException
public static int countByC_A_L(long companyId, long articlePK, java.lang.String languageId)
companyId
- the company IDarticlePK
- the article pklanguageId
- the language IDpublic static JournalArticleLocalization findByC_A_T_L(long companyId, long articlePK, java.lang.String title, java.lang.String languageId) throws NoSuchArticleLocalizationException
NoSuchArticleLocalizationException
if it could not be found.companyId
- the company IDarticlePK
- the article pktitle
- the titlelanguageId
- the language IDNoSuchArticleLocalizationException
- if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A_T_L(long companyId, long articlePK, java.lang.String title, java.lang.String languageId)
null
if it could not be found. Uses the finder cache.companyId
- the company IDarticlePK
- the article pktitle
- the titlelanguageId
- the language IDnull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization fetchByC_A_T_L(long companyId, long articlePK, java.lang.String title, java.lang.String languageId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDarticlePK
- the article pktitle
- the titlelanguageId
- the language IDuseFinderCache
- whether to use the finder cachenull
if a matching journal article localization could not be foundpublic static JournalArticleLocalization removeByC_A_T_L(long companyId, long articlePK, java.lang.String title, java.lang.String languageId) throws NoSuchArticleLocalizationException
companyId
- the company IDarticlePK
- the article pktitle
- the titlelanguageId
- the language IDNoSuchArticleLocalizationException
public static int countByC_A_T_L(long companyId, long articlePK, java.lang.String title, java.lang.String languageId)
companyId
- the company IDarticlePK
- the article pktitle
- the titlelanguageId
- the language IDpublic static void cacheResult(JournalArticleLocalization journalArticleLocalization)
journalArticleLocalization
- the journal article localizationpublic static void cacheResult(java.util.List<JournalArticleLocalization> journalArticleLocalizations)
journalArticleLocalizations
- the journal article localizationspublic static JournalArticleLocalization create(long articleLocalizationId)
articleLocalizationId
- the primary key for the new journal article localizationpublic static JournalArticleLocalization remove(long articleLocalizationId) throws NoSuchArticleLocalizationException
articleLocalizationId
- the primary key of the journal article localizationNoSuchArticleLocalizationException
- if a journal article localization with the primary key could not be foundpublic static JournalArticleLocalization updateImpl(JournalArticleLocalization journalArticleLocalization)
public static JournalArticleLocalization findByPrimaryKey(long articleLocalizationId) throws NoSuchArticleLocalizationException
NoSuchArticleLocalizationException
if it could not be found.articleLocalizationId
- the primary key of the journal article localizationNoSuchArticleLocalizationException
- if a journal article localization with the primary key could not be foundpublic static JournalArticleLocalization fetchByPrimaryKey(long articleLocalizationId)
null
if it could not be found.articleLocalizationId
- the primary key of the journal article localizationnull
if a journal article localization with the primary key could not be foundpublic static java.util.List<JournalArticleLocalization> findAll()
public static java.util.List<JournalArticleLocalization> 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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
start
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)public static java.util.List<JournalArticleLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> 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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
start
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticleLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleLocalization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from JournalArticleLocalizationModelImpl
.
start
- the lower bound of the range of journal article localizationsend
- the upper bound of the range of journal article localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static JournalArticleLocalizationPersistence getPersistence()