@ProviderType public interface JournalContentSearchPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<JournalContentSearch>
Caching information and settings can be found in portal.properties
com.liferay.journal.service.persistence.impl.JournalContentSearchPersistenceImpl
,
JournalContentSearchUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(JournalContentSearch journalContentSearch)
Caches the journal content search in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<JournalContentSearch> journalContentSearchs)
Caches the journal content searchs in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of journal content searchs.
|
int |
countByArticleId(java.lang.String articleId)
Returns the number of journal content searchs where articleId = ?.
|
int |
countByG_A(long groupId,
java.lang.String articleId)
Returns the number of journal content searchs where groupId = ? and articleId = ?.
|
int |
countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
|
int |
countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ?.
|
int |
countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of journal content searchs where groupId = ? and privateLayout = ?.
|
int |
countByPortletId(java.lang.String portletId)
Returns the number of journal content searchs where portletId = ?.
|
JournalContentSearch |
create(long contentSearchId)
Creates a new journal content search with the primary key.
|
JournalContentSearch |
fetchByArticleId_First(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?.
|
JournalContentSearch |
fetchByArticleId_Last(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?.
|
JournalContentSearch |
fetchByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
|
JournalContentSearch |
fetchByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
|
JournalContentSearch |
fetchByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
|
JournalContentSearch |
fetchByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
|
JournalContentSearch |
fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
|
JournalContentSearch |
fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
JournalContentSearch |
fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns
null if it could not be found. |
JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean retrieveFromCache)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns
null if it could not be found, optionally using the finder cache. |
JournalContentSearch |
fetchByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
JournalContentSearch |
fetchByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
JournalContentSearch |
fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
|
JournalContentSearch |
fetchByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?.
|
JournalContentSearch |
fetchByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?.
|
JournalContentSearch |
fetchByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,JournalContentSearch> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
java.util.List<JournalContentSearch> |
findAll()
Returns all the journal content searchs.
|
java.util.List<JournalContentSearch> |
findAll(int start,
int end)
Returns a range of all the journal content searchs.
|
java.util.List<JournalContentSearch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs.
|
java.util.List<JournalContentSearch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs.
|
JournalContentSearch |
findByArticleId_First(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?.
|
JournalContentSearch |
findByArticleId_Last(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?.
|
JournalContentSearch[] |
findByArticleId_PrevAndNext(long contentSearchId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
|
java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId)
Returns all the journal content searchs where articleId = ?.
|
java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId,
int start,
int end)
Returns a range of all the journal content searchs where articleId = ?.
|
java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?.
|
java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where articleId = ?.
|
JournalContentSearch |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
|
JournalContentSearch |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.
|
JournalContentSearch[] |
findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId)
Returns all the journal content searchs where groupId = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
|
JournalContentSearch |
findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
|
JournalContentSearch |
findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
|
JournalContentSearch[] |
findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
|
JournalContentSearch |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.
|
JournalContentSearch |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
JournalContentSearch |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
JournalContentSearch |
findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or throws a
NoSuchContentSearchException if it could not be found. |
JournalContentSearch |
findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
JournalContentSearch |
findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
JournalContentSearch[] |
findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
|
JournalContentSearch[] |
findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
|
JournalContentSearch |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
|
JournalContentSearch[] |
findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
|
java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the journal content searchs where groupId = ? and privateLayout = ?.
|
java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ?.
|
java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
|
java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
|
JournalContentSearch |
findByPortletId_First(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?.
|
JournalContentSearch |
findByPortletId_Last(java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?.
|
JournalContentSearch[] |
findByPortletId_PrevAndNext(long contentSearchId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
|
java.util.List<JournalContentSearch> |
findByPortletId(java.lang.String portletId)
Returns all the journal content searchs where portletId = ?.
|
java.util.List<JournalContentSearch> |
findByPortletId(java.lang.String portletId,
int start,
int end)
Returns a range of all the journal content searchs where portletId = ?.
|
java.util.List<JournalContentSearch> |
findByPortletId(java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?.
|
java.util.List<JournalContentSearch> |
findByPortletId(java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal content searchs where portletId = ?.
|
JournalContentSearch |
findByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or throws a
NoSuchContentSearchException if it could not be found. |
JournalContentSearch |
remove(long contentSearchId)
Removes the journal content search with the primary key from the database.
|
void |
removeAll()
Removes all the journal content searchs from the database.
|
void |
removeByArticleId(java.lang.String articleId)
Removes all the journal content searchs where articleId = ? from the database.
|
void |
removeByG_A(long groupId,
java.lang.String articleId)
Removes all the journal content searchs where groupId = ? and articleId = ? from the database.
|
void |
removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ? from the database.
|
JournalContentSearch |
removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
Removes the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? from the database.
|
void |
removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? from the database.
|
void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the journal content searchs where groupId = ? and privateLayout = ? from the database.
|
void |
removeByPortletId(java.lang.String portletId)
Removes all the journal content searchs where portletId = ? from the database.
|
JournalContentSearch |
updateImpl(JournalContentSearch journalContentSearch) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<JournalContentSearch> findByPortletId(java.lang.String portletId)
portletId
- the portlet IDjava.util.List<JournalContentSearch> findByPortletId(java.lang.String portletId, 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 JournalContentSearchModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByPortletId(java.lang.String portletId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByPortletId(java.lang.String portletId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByPortletId_First(java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByPortletId_First(java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByPortletId_Last(java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByPortletId_Last(java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByPortletId_PrevAndNext(long contentSearchId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByPortletId(java.lang.String portletId)
portletId
- the portlet IDint countByPortletId(java.lang.String portletId)
portletId
- the portlet IDjava.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId)
articleId
- the article IDjava.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId, 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 JournalContentSearchModelImpl
. 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.
articleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
articleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
articleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByArticleId_First(java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
articleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByArticleId_First(java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
articleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByArticleId_Last(java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
articleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByArticleId_Last(java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
articleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByArticleId_PrevAndNext(long contentSearchId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searcharticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByArticleId(java.lang.String articleId)
articleId
- the article IDint countByArticleId(java.lang.String articleId)
articleId
- the article IDjava.util.List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout, 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.List<JournalContentSearch> findByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDjava.util.List<JournalContentSearch> findByG_A(long groupId, java.lang.String articleId, 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByG_A(long groupId, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByG_A(long groupId, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByG_A_First(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_A_First(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByG_A_Last(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_A_Last(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId, long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchgroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDint countByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDjava.util.List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDjava.util.List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId, 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchgroupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDint countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDjava.util.List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDjava.util.List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId, 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByG_P_A_First(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_A_First(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByG_P_A_Last(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_A_Last(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchgroupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDint countByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
groupId
- the group IDprivateLayout
- the private layoutarticleId
- the article IDjava.util.List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDjava.util.List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDstart
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheJournalContentSearch findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal content search could not be foundJournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> orderByComparator) throws NoSuchContentSearchException
contentSearchId
- the primary key of the current journal content searchgroupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchContentSearchException
- if a journal content search with the primary key could not be foundvoid removeByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDint countByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDJournalContentSearch findByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId) throws NoSuchContentSearchException
NoSuchContentSearchException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDarticleId
- the article IDNoSuchContentSearchException
- if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDarticleId
- the article IDnull
if a matching journal content search could not be foundJournalContentSearch fetchByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDarticleId
- the article IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching journal content search could not be foundJournalContentSearch removeByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId) throws NoSuchContentSearchException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDarticleId
- the article IDNoSuchContentSearchException
int countByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDportletId
- the portlet IDarticleId
- the article IDvoid cacheResult(JournalContentSearch journalContentSearch)
journalContentSearch
- the journal content searchvoid cacheResult(java.util.List<JournalContentSearch> journalContentSearchs)
journalContentSearchs
- the journal content searchsJournalContentSearch create(long contentSearchId)
contentSearchId
- the primary key for the new journal content searchJournalContentSearch remove(long contentSearchId) throws NoSuchContentSearchException
contentSearchId
- the primary key of the journal content searchNoSuchContentSearchException
- if a journal content search with the primary key could not be foundJournalContentSearch updateImpl(JournalContentSearch journalContentSearch)
JournalContentSearch findByPrimaryKey(long contentSearchId) throws NoSuchContentSearchException
NoSuchContentSearchException
if it could not be found.contentSearchId
- the primary key of the journal content searchNoSuchContentSearchException
- if a journal content search with the primary key could not be foundJournalContentSearch fetchByPrimaryKey(long contentSearchId)
null
if it could not be found.contentSearchId
- the primary key of the journal content searchnull
if a journal content search with the primary key could not be foundjava.util.Map<java.io.Serializable,JournalContentSearch> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<JournalContentSearch>
java.util.List<JournalContentSearch> findAll()
java.util.List<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
start
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)java.util.List<JournalContentSearch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
start
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<JournalContentSearch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalContentSearch> 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 JournalContentSearchModelImpl
. 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.
start
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()