Liferay 7.0-ce-m3

com.liferay.portlet.journal.service.persistence
Interface JournalContentSearchPersistence

All Superinterfaces:
BasePersistence<JournalContentSearch>

@ProviderType
public interface JournalContentSearchPersistence
extends BasePersistence<JournalContentSearch>

The persistence interface for the journal content search service.

Caching information and settings can be found in portal.properties

See Also:
JournalContentSearchPersistenceImpl, JournalContentSearchUtil

Method Summary
 void cacheResult(JournalContentSearch journalContentSearch)
          Caches the journal content search in the entity cache if it is enabled.
 void cacheResult(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(String articleId)
          Returns the number of journal content searchs where articleId = ?.
 int countByG_A(long groupId, String articleId)
          Returns the number of journal content searchs where groupId = ? and articleId = ?.
 int countByG_P_A(long groupId, boolean privateLayout, 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, String portletId, 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, 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(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(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch fetchByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalContentSearch fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch fetchByG_A_Last(long groupId, String articleId, 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, String articleId, 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, String articleId, 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, 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, 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, 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, String portletId, 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, String portletId, 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, String portletId, 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, String portletId, 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, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.
 JournalContentSearch fetchByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch fetchByPortletId_Last(String portletId, 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.
 Map<Serializable,JournalContentSearch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<JournalContentSearch> findAll()
          Returns all the journal content searchs.
 List<JournalContentSearch> findAll(int start, int end)
          Returns a range of all the journal content searchs.
 List<JournalContentSearch> findAll(int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs.
 JournalContentSearch findByArticleId_First(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where articleId = ?.
 JournalContentSearch findByArticleId_Last(String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where articleId = ?.
 JournalContentSearch[] findByArticleId_PrevAndNext(long contentSearchId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.
 List<JournalContentSearch> findByArticleId(String articleId)
          Returns all the journal content searchs where articleId = ?.
 List<JournalContentSearch> findByArticleId(String articleId, int start, int end)
          Returns a range of all the journal content searchs where articleId = ?.
 List<JournalContentSearch> findByArticleId(String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where articleId = ?.
 JournalContentSearch findByG_A_First(long groupId, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.
 JournalContentSearch findByG_A_Last(long groupId, String articleId, 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, String articleId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.
 List<JournalContentSearch> findByG_A(long groupId, String articleId)
          Returns all the journal content searchs where groupId = ? and articleId = ?.
 List<JournalContentSearch> findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal content searchs where groupId = ? and articleId = ?.
 List<JournalContentSearch> findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.
 JournalContentSearch findByG_P_A_First(long groupId, boolean privateLayout, String articleId, 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, String articleId, 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, String articleId, 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 = ?.
 List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, String articleId)
          Returns all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
 List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end)
          Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
 List<JournalContentSearch> findByG_P_A(long groupId, boolean privateLayout, String articleId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.
 JournalContentSearch findByG_P_First(long groupId, boolean privateLayout, 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, 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, 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, String portletId, 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, String portletId, 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, String portletId, 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, String portletId, 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 = ?.
 List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId)
          Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end)
          Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.
 List<JournalContentSearch> findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          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, 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 = ?.
 List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
 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 = ?.
 List<JournalContentSearch> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.
 JournalContentSearch findByG_P_Last(long groupId, boolean privateLayout, 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, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.
 List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout)
          Returns all the journal content searchs where groupId = ? and privateLayout = ?.
 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 = ?.
 List<JournalContentSearch> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.
 JournalContentSearch findByPortletId_First(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the first journal content search in the ordered set where portletId = ?.
 JournalContentSearch findByPortletId_Last(String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the last journal content search in the ordered set where portletId = ?.
 JournalContentSearch[] findByPortletId_PrevAndNext(long contentSearchId, String portletId, OrderByComparator<JournalContentSearch> orderByComparator)
          Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.
 List<JournalContentSearch> findByPortletId(String portletId)
          Returns all the journal content searchs where portletId = ?.
 List<JournalContentSearch> findByPortletId(String portletId, int start, int end)
          Returns a range of all the journal content searchs where portletId = ?.
 List<JournalContentSearch> findByPortletId(String portletId, int start, int end, OrderByComparator<JournalContentSearch> orderByComparator)
          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(String articleId)
          Removes all the journal content searchs where articleId = ? from the database.
 void removeByG_A(long groupId, String articleId)
          Removes all the journal content searchs where groupId = ? and articleId = ? from the database.
 void removeByG_P_A(long groupId, boolean privateLayout, 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, String portletId, 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, 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(String portletId)
          Removes all the journal content searchs where portletId = ? from the database.
 JournalContentSearch updateImpl(JournalContentSearch journalContentSearch)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByPortletId

List<JournalContentSearch> findByPortletId(String portletId)
Returns all the journal content searchs where portletId = ?.

Parameters:
portletId - the portlet ID
Returns:
the matching journal content searchs

findByPortletId

List<JournalContentSearch> findByPortletId(String portletId,
                                           int start,
                                           int end)
Returns a range of all the journal content searchs where portletId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
portletId - the portlet ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByPortletId

List<JournalContentSearch> findByPortletId(String portletId,
                                           int start,
                                           int end,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
portletId - the portlet ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByPortletId_First

JournalContentSearch findByPortletId_First(String portletId,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
                                           throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where portletId = ?.

Parameters:
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByPortletId_First

JournalContentSearch fetchByPortletId_First(String portletId,
                                            OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?.

Parameters:
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByPortletId_Last

JournalContentSearch findByPortletId_Last(String portletId,
                                          OrderByComparator<JournalContentSearch> orderByComparator)
                                          throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where portletId = ?.

Parameters:
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByPortletId_Last

JournalContentSearch fetchByPortletId_Last(String portletId,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?.

Parameters:
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByPortletId_PrevAndNext

JournalContentSearch[] findByPortletId_PrevAndNext(long contentSearchId,
                                                   String portletId,
                                                   OrderByComparator<JournalContentSearch> orderByComparator)
                                                   throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByPortletId

void removeByPortletId(String portletId)
Removes all the journal content searchs where portletId = ? from the database.

Parameters:
portletId - the portlet ID

countByPortletId

int countByPortletId(String portletId)
Returns the number of journal content searchs where portletId = ?.

Parameters:
portletId - the portlet ID
Returns:
the number of matching journal content searchs

findByArticleId

List<JournalContentSearch> findByArticleId(String articleId)
Returns all the journal content searchs where articleId = ?.

Parameters:
articleId - the article ID
Returns:
the matching journal content searchs

findByArticleId

List<JournalContentSearch> findByArticleId(String articleId,
                                           int start,
                                           int end)
Returns a range of all the journal content searchs where articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByArticleId

List<JournalContentSearch> findByArticleId(String articleId,
                                           int start,
                                           int end,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByArticleId_First

JournalContentSearch findByArticleId_First(String articleId,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
                                           throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where articleId = ?.

Parameters:
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByArticleId_First

JournalContentSearch fetchByArticleId_First(String articleId,
                                            OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?.

Parameters:
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByArticleId_Last

JournalContentSearch findByArticleId_Last(String articleId,
                                          OrderByComparator<JournalContentSearch> orderByComparator)
                                          throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where articleId = ?.

Parameters:
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByArticleId_Last

JournalContentSearch fetchByArticleId_Last(String articleId,
                                           OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?.

Parameters:
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByArticleId_PrevAndNext

JournalContentSearch[] findByArticleId_PrevAndNext(long contentSearchId,
                                                   String articleId,
                                                   OrderByComparator<JournalContentSearch> orderByComparator)
                                                   throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByArticleId

void removeByArticleId(String articleId)
Removes all the journal content searchs where articleId = ? from the database.

Parameters:
articleId - the article ID

countByArticleId

int countByArticleId(String articleId)
Returns the number of journal content searchs where articleId = ?.

Parameters:
articleId - the article ID
Returns:
the number of matching journal content searchs

findByG_P

List<JournalContentSearch> findByG_P(long groupId,
                                     boolean privateLayout)
Returns all the journal content searchs where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the matching journal content searchs

findByG_P

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 = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByG_P

List<JournalContentSearch> findByG_P(long groupId,
                                     boolean privateLayout,
                                     int start,
                                     int end,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByG_P_First

JournalContentSearch findByG_P_First(long groupId,
                                     boolean privateLayout,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
                                     throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_First

JournalContentSearch fetchByG_P_First(long groupId,
                                      boolean privateLayout,
                                      OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByG_P_Last

JournalContentSearch findByG_P_Last(long groupId,
                                    boolean privateLayout,
                                    OrderByComparator<JournalContentSearch> orderByComparator)
                                    throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_Last

JournalContentSearch fetchByG_P_Last(long groupId,
                                     boolean privateLayout,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByG_P_PrevAndNext

JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId,
                                             long groupId,
                                             boolean privateLayout,
                                             OrderByComparator<JournalContentSearch> orderByComparator)
                                             throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByG_P

void removeByG_P(long groupId,
                 boolean privateLayout)
Removes all the journal content searchs where groupId = ? and privateLayout = ? from the database.

Parameters:
groupId - the group ID
privateLayout - the private layout

countByG_P

int countByG_P(long groupId,
               boolean privateLayout)
Returns the number of journal content searchs where groupId = ? and privateLayout = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the number of matching journal content searchs

findByG_A

List<JournalContentSearch> findByG_A(long groupId,
                                     String articleId)
Returns all the journal content searchs where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the matching journal content searchs

findByG_A

List<JournalContentSearch> findByG_A(long groupId,
                                     String articleId,
                                     int start,
                                     int end)
Returns a range of all the journal content searchs where groupId = ? and articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByG_A

List<JournalContentSearch> findByG_A(long groupId,
                                     String articleId,
                                     int start,
                                     int end,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByG_A_First

JournalContentSearch findByG_A_First(long groupId,
                                     String articleId,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
                                     throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_A_First

JournalContentSearch fetchByG_A_First(long groupId,
                                      String articleId,
                                      OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByG_A_Last

JournalContentSearch findByG_A_Last(long groupId,
                                    String articleId,
                                    OrderByComparator<JournalContentSearch> orderByComparator)
                                    throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_A_Last

JournalContentSearch fetchByG_A_Last(long groupId,
                                     String articleId,
                                     OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByG_A_PrevAndNext

JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId,
                                             long groupId,
                                             String articleId,
                                             OrderByComparator<JournalContentSearch> orderByComparator)
                                             throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
groupId - the group ID
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByG_A

void removeByG_A(long groupId,
                 String articleId)
Removes all the journal content searchs where groupId = ? and articleId = ? from the database.

Parameters:
groupId - the group ID
articleId - the article ID

countByG_A

int countByG_A(long groupId,
               String articleId)
Returns the number of journal content searchs where groupId = ? and articleId = ?.

Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the number of matching journal content searchs

findByG_P_L

List<JournalContentSearch> findByG_P_L(long groupId,
                                       boolean privateLayout,
                                       long layoutId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
Returns:
the matching journal content searchs

findByG_P_L

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 = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByG_P_L

List<JournalContentSearch> findByG_P_L(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       int start,
                                       int end,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByG_P_L_First

JournalContentSearch findByG_P_L_First(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
                                       throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_L_First

JournalContentSearch fetchByG_P_L_First(long groupId,
                                        boolean privateLayout,
                                        long layoutId,
                                        OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByG_P_L_Last

JournalContentSearch findByG_P_L_Last(long groupId,
                                      boolean privateLayout,
                                      long layoutId,
                                      OrderByComparator<JournalContentSearch> orderByComparator)
                                      throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_L_Last

JournalContentSearch fetchByG_P_L_Last(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByG_P_L_PrevAndNext

JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId,
                                               long groupId,
                                               boolean privateLayout,
                                               long layoutId,
                                               OrderByComparator<JournalContentSearch> orderByComparator)
                                               throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByG_P_L

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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID

countByG_P_L

int countByG_P_L(long groupId,
                 boolean privateLayout,
                 long layoutId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
Returns:
the number of matching journal content searchs

findByG_P_A

List<JournalContentSearch> findByG_P_A(long groupId,
                                       boolean privateLayout,
                                       String articleId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
Returns:
the matching journal content searchs

findByG_P_A

List<JournalContentSearch> findByG_P_A(long groupId,
                                       boolean privateLayout,
                                       String articleId,
                                       int start,
                                       int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByG_P_A

List<JournalContentSearch> findByG_P_A(long groupId,
                                       boolean privateLayout,
                                       String articleId,
                                       int start,
                                       int end,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByG_P_A_First

JournalContentSearch findByG_P_A_First(long groupId,
                                       boolean privateLayout,
                                       String articleId,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
                                       throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_A_First

JournalContentSearch fetchByG_P_A_First(long groupId,
                                        boolean privateLayout,
                                        String articleId,
                                        OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByG_P_A_Last

JournalContentSearch findByG_P_A_Last(long groupId,
                                      boolean privateLayout,
                                      String articleId,
                                      OrderByComparator<JournalContentSearch> orderByComparator)
                                      throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_A_Last

JournalContentSearch fetchByG_P_A_Last(long groupId,
                                       boolean privateLayout,
                                       String articleId,
                                       OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByG_P_A_PrevAndNext

JournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId,
                                               long groupId,
                                               boolean privateLayout,
                                               String articleId,
                                               OrderByComparator<JournalContentSearch> orderByComparator)
                                               throws NoSuchContentSearchException
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByG_P_A

void removeByG_P_A(long groupId,
                   boolean privateLayout,
                   String articleId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ? from the database.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID

countByG_P_A

int countByG_P_A(long groupId,
                 boolean privateLayout,
                 String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
articleId - the article ID
Returns:
the number of matching journal content searchs

findByG_P_L_P

List<JournalContentSearch> findByG_P_L_P(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         String portletId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
Returns:
the matching journal content searchs

findByG_P_L_P

List<JournalContentSearch> findByG_P_L_P(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         String portletId,
                                         int start,
                                         int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of matching journal content searchs

findByG_P_L_P

List<JournalContentSearch> findByG_P_L_P(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         String portletId,
                                         int start,
                                         int end,
                                         OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal content searchs

findByG_P_L_P_First

JournalContentSearch findByG_P_L_P_First(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         String portletId,
                                         OrderByComparator<JournalContentSearch> orderByComparator)
                                         throws NoSuchContentSearchException
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_L_P_First

JournalContentSearch fetchByG_P_L_P_First(long groupId,
                                          boolean privateLayout,
                                          long layoutId,
                                          String portletId,
                                          OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal content search, or null if a matching journal content search could not be found

findByG_P_L_P_Last

JournalContentSearch findByG_P_L_P_Last(long groupId,
                                        boolean privateLayout,
                                        long layoutId,
                                        String portletId,
                                        OrderByComparator<JournalContentSearch> orderByComparator)
                                        throws NoSuchContentSearchException
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_L_P_Last

JournalContentSearch fetchByG_P_L_P_Last(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         String portletId,
                                         OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal content search, or null if a matching journal content search could not be found

findByG_P_L_P_PrevAndNext

JournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId,
                                                 long groupId,
                                                 boolean privateLayout,
                                                 long layoutId,
                                                 String portletId,
                                                 OrderByComparator<JournalContentSearch> orderByComparator)
                                                 throws NoSuchContentSearchException
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 = ?.

Parameters:
contentSearchId - the primary key of the current journal content search
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

removeByG_P_L_P

void removeByG_P_L_P(long groupId,
                     boolean privateLayout,
                     long layoutId,
                     String portletId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? from the database.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID

countByG_P_L_P

int countByG_P_L_P(long groupId,
                   boolean privateLayout,
                   long layoutId,
                   String portletId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
Returns:
the number of matching journal content searchs

findByG_P_L_P_A

JournalContentSearch findByG_P_L_P_A(long groupId,
                                     boolean privateLayout,
                                     long layoutId,
                                     String portletId,
                                     String articleId)
                                     throws NoSuchContentSearchException
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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
articleId - the article ID
Returns:
the matching journal content search
Throws:
NoSuchContentSearchException - if a matching journal content search could not be found

fetchByG_P_L_P_A

JournalContentSearch fetchByG_P_L_P_A(long groupId,
                                      boolean privateLayout,
                                      long layoutId,
                                      String portletId,
                                      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. Uses the finder cache.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
articleId - the article ID
Returns:
the matching journal content search, or null if a matching journal content search could not be found

fetchByG_P_L_P_A

JournalContentSearch fetchByG_P_L_P_A(long groupId,
                                      boolean privateLayout,
                                      long layoutId,
                                      String portletId,
                                      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.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
articleId - the article ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching journal content search, or null if a matching journal content search could not be found

removeByG_P_L_P_A

JournalContentSearch removeByG_P_L_P_A(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       String portletId,
                                       String articleId)
                                       throws NoSuchContentSearchException
Removes the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? from the database.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
articleId - the article ID
Returns:
the journal content search that was removed
Throws:
NoSuchContentSearchException

countByG_P_L_P_A

int countByG_P_L_P_A(long groupId,
                     boolean privateLayout,
                     long layoutId,
                     String portletId,
                     String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
layoutId - the layout ID
portletId - the portlet ID
articleId - the article ID
Returns:
the number of matching journal content searchs

cacheResult

void cacheResult(JournalContentSearch journalContentSearch)
Caches the journal content search in the entity cache if it is enabled.

Parameters:
journalContentSearch - the journal content search

cacheResult

void cacheResult(List<JournalContentSearch> journalContentSearchs)
Caches the journal content searchs in the entity cache if it is enabled.

Parameters:
journalContentSearchs - the journal content searchs

create

JournalContentSearch create(long contentSearchId)
Creates a new journal content search with the primary key. Does not add the journal content search to the database.

Parameters:
contentSearchId - the primary key for the new journal content search
Returns:
the new journal content search

remove

JournalContentSearch remove(long contentSearchId)
                            throws NoSuchContentSearchException
Removes the journal content search with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
contentSearchId - the primary key of the journal content search
Returns:
the journal content search that was removed
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

updateImpl

JournalContentSearch updateImpl(JournalContentSearch journalContentSearch)

findByPrimaryKey

JournalContentSearch findByPrimaryKey(long contentSearchId)
                                      throws NoSuchContentSearchException
Returns the journal content search with the primary key or throws a NoSuchContentSearchException if it could not be found.

Parameters:
contentSearchId - the primary key of the journal content search
Returns:
the journal content search
Throws:
NoSuchContentSearchException - if a journal content search with the primary key could not be found

fetchByPrimaryKey

JournalContentSearch fetchByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or returns null if it could not be found.

Parameters:
contentSearchId - the primary key of the journal content search
Returns:
the journal content search, or null if a journal content search with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,JournalContentSearch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<JournalContentSearch>

findAll

List<JournalContentSearch> findAll()
Returns all the journal content searchs.

Returns:
the journal content searchs

findAll

List<JournalContentSearch> findAll(int start,
                                   int end)
Returns a range of all the journal content searchs.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
Returns:
the range of journal content searchs

findAll

List<JournalContentSearch> findAll(int start,
                                   int end,
                                   OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs.

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 com.liferay.portlet.journal.model.impl.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.

Parameters:
start - the lower bound of the range of journal content searchs
end - the upper bound of the range of journal content searchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of journal content searchs

removeAll

void removeAll()
Removes all the journal content searchs from the database.


countAll

int countAll()
Returns the number of journal content searchs.

Returns:
the number of journal content searchs

Liferay 7.0-ce-m3