com.liferay.portlet.journal.service.persistence
Class JournalContentSearchUtil
java.lang.Object
com.liferay.portlet.journal.service.persistence.JournalContentSearchUtil
public class JournalContentSearchUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalContentSearchPersistence
,
JournalContentSearchPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(JournalContentSearch journalContentSearch)
|
static void |
cacheResult(java.util.List<JournalContentSearch> journalContentSearchs)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByArticleId(java.lang.String articleId)
|
static int |
countByG_A(long groupId,
java.lang.String articleId)
|
static int |
countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static int |
countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static int |
countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
static int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
static int |
countByG_P(long groupId,
boolean privateLayout)
|
static JournalContentSearch |
create(long contentSearchId)
|
static JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean retrieveFromCache)
|
static JournalContentSearch |
fetchByPrimaryKey(long contentSearchId)
|
static java.util.List<JournalContentSearch> |
findAll()
|
static java.util.List<JournalContentSearch> |
findAll(int start,
int end)
|
static java.util.List<JournalContentSearch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByArticleId_First(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByArticleId_Last(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch[] |
findByArticleId_PrevAndNext(long contentSearchId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId)
|
static java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId,
int start,
int end)
|
static java.util.List<JournalContentSearch> |
findByArticleId(java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch[] |
findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId)
|
static java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
|
static java.util.List<JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch[] |
findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static java.util.List<JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end)
|
static 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 obc)
|
static JournalContentSearch |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static JournalContentSearch |
findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch[] |
findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
static java.util.List<JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end)
|
static 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 obc)
|
static JournalContentSearch[] |
findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
static java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
|
static java.util.List<JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch[] |
findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout)
|
static java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
|
static java.util.List<JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalContentSearch |
findByPrimaryKey(long contentSearchId)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static JournalContentSearchPersistence |
getPersistence()
|
static JournalContentSearch |
remove(JournalContentSearch journalContentSearch)
|
static JournalContentSearch |
remove(long contentSearchId)
|
static void |
removeAll()
|
static void |
removeByArticleId(java.lang.String articleId)
|
static void |
removeByG_A(long groupId,
java.lang.String articleId)
|
static void |
removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static void |
removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static void |
removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
static void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
static void |
removeByG_P(long groupId,
boolean privateLayout)
|
void |
setPersistence(JournalContentSearchPersistence persistence)
|
static JournalContentSearch |
update(JournalContentSearch journalContentSearch,
boolean merge)
|
static JournalContentSearch |
updateImpl(JournalContentSearch journalContentSearch,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalContentSearchUtil
public JournalContentSearchUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static JournalContentSearch remove(JournalContentSearch journalContentSearch)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static JournalContentSearch update(JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(JournalContentSearch journalContentSearch)
cacheResult
public static void cacheResult(java.util.List<JournalContentSearch> journalContentSearchs)
create
public static JournalContentSearch create(long contentSearchId)
remove
public static JournalContentSearch remove(long contentSearchId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
updateImpl
public static JournalContentSearch updateImpl(JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static JournalContentSearch findByPrimaryKey(long contentSearchId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
fetchByPrimaryKey
public static JournalContentSearch fetchByPrimaryKey(long contentSearchId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByArticleId
public static java.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByArticleId
public static java.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByArticleId
public static java.util.List<JournalContentSearch> findByArticleId(java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByArticleId_First
public static JournalContentSearch findByArticleId_First(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByArticleId_Last
public static JournalContentSearch findByArticleId_Last(java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByArticleId_PrevAndNext
public static JournalContentSearch[] findByArticleId_PrevAndNext(long contentSearchId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P
public static java.util.List<JournalContentSearch> findByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P
public static java.util.List<JournalContentSearch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P
public static java.util.List<JournalContentSearch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_First
public static JournalContentSearch findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_Last
public static JournalContentSearch findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_PrevAndNext
public static JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_A
public static java.util.List<JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A
public static java.util.List<JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A
public static java.util.List<JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_First
public static JournalContentSearch findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_A_Last
public static JournalContentSearch findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_A_PrevAndNext
public static JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L
public static java.util.List<JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L
public static java.util.List<JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L
public static java.util.List<JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L_First
public static JournalContentSearch findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_Last
public static JournalContentSearch findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_PrevAndNext
public static JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_A
public static java.util.List<JournalContentSearch> findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_A
public static java.util.List<JournalContentSearch> findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_A
public static 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 obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_A_First
public static JournalContentSearch findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_A_Last
public static JournalContentSearch findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_A_PrevAndNext
public static JournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_P
public static java.util.List<JournalContentSearch> findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L_P
public static java.util.List<JournalContentSearch> findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L_P
public static 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 obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_P_L_P_First
public static JournalContentSearch findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_P_Last
public static JournalContentSearch findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_P_PrevAndNext
public static JournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
findByG_P_L_P_A
public static JournalContentSearch findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
fetchByG_P_L_P_A
public static JournalContentSearch fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_P_L_P_A
public static JournalContentSearch fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalContentSearch> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalContentSearch> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalContentSearch> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByArticleId
public static void removeByArticleId(java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_P
public static void removeByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_A
public static void removeByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_P_L
public static void removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_P_A
public static void removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_P_L_P
public static void removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_P_L_P_A
public static void removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchContentSearchException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchContentSearchException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByArticleId
public static int countByArticleId(java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_P
public static int countByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A
public static int countByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_P_L
public static int countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_P_A
public static int countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_P_L_P
public static int countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_P_L_P_A
public static int countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static JournalContentSearchPersistence getPersistence()
setPersistence
public void setPersistence(JournalContentSearchPersistence persistence)