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
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countAll()
|
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 com.liferay.portlet.journal.model.JournalContentSearch |
create(long contentSearchId)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
fetchByPrimaryKey(long contentSearchId)
|
static java.util.List |
findAll()
|
static java.util.List |
findAll(int begin,
int end)
|
static java.util.List |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByG_A(long groupId,
java.lang.String articleId)
|
static java.util.List |
findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end)
|
static java.util.List |
findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.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 |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static java.util.List |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int begin,
int end)
|
static java.util.List |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.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 |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
static java.util.List |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int begin,
int end)
|
static java.util.List |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
static java.util.List |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int begin,
int end)
|
static java.util.List |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByG_P(long groupId,
boolean privateLayout)
|
static java.util.List |
findByG_P(long groupId,
boolean privateLayout,
int begin,
int end)
|
static java.util.List |
findByG_P(long groupId,
boolean privateLayout,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
findByPrimaryKey(long contentSearchId)
|
static java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
static java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
static JournalContentSearchPersistence |
getPersistence()
|
static com.liferay.portlet.journal.model.JournalContentSearch |
remove(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
remove(long contentSearchId)
|
static void |
removeAll()
|
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 com.liferay.portlet.journal.model.JournalContentSearch |
update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
|
static com.liferay.portlet.journal.model.JournalContentSearch |
update(com.liferay.portlet.journal.model.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()
create
public static com.liferay.portlet.journal.model.JournalContentSearch create(long contentSearchId)
remove
public static com.liferay.portlet.journal.model.JournalContentSearch remove(long contentSearchId)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
remove
public static com.liferay.portlet.journal.model.JournalContentSearch remove(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static com.liferay.portlet.journal.model.JournalContentSearch update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static com.liferay.portlet.journal.model.JournalContentSearch update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static com.liferay.portlet.journal.model.JournalContentSearch findByPrimaryKey(long contentSearchId)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
fetchByPrimaryKey
public static com.liferay.portlet.journal.model.JournalContentSearch fetchByPrimaryKey(long contentSearchId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P
public static java.util.List findByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P
public static java.util.List findByG_P(long groupId,
boolean privateLayout,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P
public static java.util.List findByG_P(long groupId,
boolean privateLayout,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_First
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_Last
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_PrevAndNext
public static com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_A
public static java.util.List findByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A
public static java.util.List findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A
public static java.util.List findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_First
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_A_Last
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_A_PrevAndNext
public static com.liferay.portlet.journal.model.JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L
public static java.util.List findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L
public static java.util.List findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L
public static java.util.List findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L_First
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_Last
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_PrevAndNext
public static com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_A
public static java.util.List findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_A
public static java.util.List findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_A
public static java.util.List findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_A_First
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_A_Last
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_A_PrevAndNext
public static com.liferay.portlet.journal.model.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.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_P
public static java.util.List findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P
public static java.util.List findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P
public static java.util.List findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P_First
public static com.liferay.portlet.journal.model.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.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_P_Last
public static com.liferay.portlet.journal.model.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.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_P_PrevAndNext
public static com.liferay.portlet.journal.model.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.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
findByG_P_L_P_A
public static com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
fetchByG_P_L_P_A
public static com.liferay.portlet.journal.model.JournalContentSearch fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_P
public static void removeByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_A
public static void removeByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_P_L
public static void removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_P_A
public static void removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.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.SystemException
- Throws:
com.liferay.portal.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.SystemException,
com.liferay.portlet.journal.NoSuchContentSearchException
- Throws:
com.liferay.portal.SystemException
com.liferay.portlet.journal.NoSuchContentSearchException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_P
public static int countByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_A
public static int countByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_P_L
public static int countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_P_A
public static int countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.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.SystemException
- Throws:
com.liferay.portal.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.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static JournalContentSearchPersistence getPersistence()
setPersistence
public void setPersistence(JournalContentSearchPersistence persistence)