com.liferay.portlet.journal.service.persistence
Class JournalArticleFinderUtil

java.lang.Object
  extended by com.liferay.portlet.journal.service.persistence.JournalArticleFinderUtil

public class JournalArticleFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JournalArticleFinderUtil()
           
 
Method Summary
static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String[] articleIds, java.lang.Double version, java.lang.String[] titles, java.lang.String[] descriptions, java.lang.String[] contents, java.lang.String type, java.lang.String[] structureIds, java.lang.String[] templateIds, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator)
           
static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String articleId, java.lang.Double version, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String type, java.lang.String[] structureIds, java.lang.String[] templateIds, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator)
           
static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String articleId, java.lang.Double version, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String type, java.lang.String structureId, java.lang.String templateId, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, java.lang.String keywords, java.lang.Double version, java.lang.String type, java.lang.String structureId, java.lang.String templateId, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate)
           
static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String[] articleIds, java.lang.Double version, java.lang.String[] titles, java.lang.String[] descriptions, java.lang.String[] contents, java.lang.String type, java.lang.String[] structureIds, java.lang.String[] templateIds, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String articleId, java.lang.Double version, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String type, java.lang.String[] structureIds, java.lang.String[] templateIds, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId, long groupId, java.lang.String articleId, java.lang.Double version, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String type, java.lang.String structureId, java.lang.String templateId, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List<JournalArticle> findByExpirationDate(java.lang.Boolean expired, java.util.Date expirationDateLT, java.util.Date expirationDateGT)
           
static java.util.List<JournalArticle> findByKeywords(long companyId, long groupId, java.lang.String keywords, java.lang.Double version, java.lang.String type, java.lang.String structureId, java.lang.String templateId, java.util.Date displayDateGT, java.util.Date displayDateLT, java.lang.Boolean approved, java.lang.Boolean expired, java.util.Date reviewDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static JournalArticle findByR_D(long resourcePrimKey, java.util.Date displayDate)
           
static java.util.List<JournalArticle> findByReviewDate(java.util.Date reviewDateLT, java.util.Date reviewDateGT)
           
static JournalArticleFinder getFinder()
           
 void setFinder(JournalArticleFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleFinderUtil

public JournalArticleFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long groupId,
                                  java.lang.String keywords,
                                  java.lang.Double version,
                                  java.lang.String type,
                                  java.lang.String structureId,
                                  java.lang.String templateId,
                                  java.util.Date displayDateGT,
                                  java.util.Date displayDateLT,
                                  java.lang.Boolean approved,
                                  java.lang.Boolean expired,
                                  java.util.Date reviewDate)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                     long groupId,
                                                     java.lang.String articleId,
                                                     java.lang.Double version,
                                                     java.lang.String title,
                                                     java.lang.String description,
                                                     java.lang.String content,
                                                     java.lang.String type,
                                                     java.lang.String structureId,
                                                     java.lang.String templateId,
                                                     java.util.Date displayDateGT,
                                                     java.util.Date displayDateLT,
                                                     java.lang.Boolean approved,
                                                     java.lang.Boolean expired,
                                                     java.util.Date reviewDate,
                                                     boolean andOperator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                     long groupId,
                                                     java.lang.String articleId,
                                                     java.lang.Double version,
                                                     java.lang.String title,
                                                     java.lang.String description,
                                                     java.lang.String content,
                                                     java.lang.String type,
                                                     java.lang.String[] structureIds,
                                                     java.lang.String[] templateIds,
                                                     java.util.Date displayDateGT,
                                                     java.util.Date displayDateLT,
                                                     java.lang.Boolean approved,
                                                     java.lang.Boolean expired,
                                                     java.util.Date reviewDate,
                                                     boolean andOperator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static int countByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                     long groupId,
                                                     java.lang.String[] articleIds,
                                                     java.lang.Double version,
                                                     java.lang.String[] titles,
                                                     java.lang.String[] descriptions,
                                                     java.lang.String[] contents,
                                                     java.lang.String type,
                                                     java.lang.String[] structureIds,
                                                     java.lang.String[] templateIds,
                                                     java.util.Date displayDateGT,
                                                     java.util.Date displayDateLT,
                                                     java.lang.Boolean approved,
                                                     java.lang.Boolean expired,
                                                     java.util.Date reviewDate,
                                                     boolean andOperator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByExpirationDate

public static java.util.List<JournalArticle> findByExpirationDate(java.lang.Boolean expired,
                                                                  java.util.Date expirationDateLT,
                                                                  java.util.Date expirationDateGT)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByKeywords

public static java.util.List<JournalArticle> findByKeywords(long companyId,
                                                            long groupId,
                                                            java.lang.String keywords,
                                                            java.lang.Double version,
                                                            java.lang.String type,
                                                            java.lang.String structureId,
                                                            java.lang.String templateId,
                                                            java.util.Date displayDateGT,
                                                            java.util.Date displayDateLT,
                                                            java.lang.Boolean approved,
                                                            java.lang.Boolean expired,
                                                            java.util.Date reviewDate,
                                                            int start,
                                                            int end,
                                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByReviewDate

public static java.util.List<JournalArticle> findByReviewDate(java.util.Date reviewDateLT,
                                                              java.util.Date reviewDateGT)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByR_D

public static JournalArticle findByR_D(long resourcePrimKey,
                                       java.util.Date displayDate)
                                throws com.liferay.portal.SystemException,
                                       NoSuchArticleException
Throws:
com.liferay.portal.SystemException
NoSuchArticleException

findByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                                               long groupId,
                                                                               java.lang.String articleId,
                                                                               java.lang.Double version,
                                                                               java.lang.String title,
                                                                               java.lang.String description,
                                                                               java.lang.String content,
                                                                               java.lang.String type,
                                                                               java.lang.String structureId,
                                                                               java.lang.String templateId,
                                                                               java.util.Date displayDateGT,
                                                                               java.util.Date displayDateLT,
                                                                               java.lang.Boolean approved,
                                                                               java.lang.Boolean expired,
                                                                               java.util.Date reviewDate,
                                                                               boolean andOperator,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                                               long groupId,
                                                                               java.lang.String articleId,
                                                                               java.lang.Double version,
                                                                               java.lang.String title,
                                                                               java.lang.String description,
                                                                               java.lang.String content,
                                                                               java.lang.String type,
                                                                               java.lang.String[] structureIds,
                                                                               java.lang.String[] templateIds,
                                                                               java.util.Date displayDateGT,
                                                                               java.util.Date displayDateLT,
                                                                               java.lang.Boolean approved,
                                                                               java.lang.Boolean expired,
                                                                               java.util.Date reviewDate,
                                                                               boolean andOperator,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_G_A_V_T_D_C_T_S_T_D_A_E_R

public static java.util.List<JournalArticle> findByC_G_A_V_T_D_C_T_S_T_D_A_E_R(long companyId,
                                                                               long groupId,
                                                                               java.lang.String[] articleIds,
                                                                               java.lang.Double version,
                                                                               java.lang.String[] titles,
                                                                               java.lang.String[] descriptions,
                                                                               java.lang.String[] contents,
                                                                               java.lang.String type,
                                                                               java.lang.String[] structureIds,
                                                                               java.lang.String[] templateIds,
                                                                               java.util.Date displayDateGT,
                                                                               java.util.Date displayDateLT,
                                                                               java.lang.Boolean approved,
                                                                               java.lang.Boolean expired,
                                                                               java.util.Date reviewDate,
                                                                               boolean andOperator,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static JournalArticleFinder getFinder()

setFinder

public void setFinder(JournalArticleFinder finder)