Liferay 6.1.2-ce-ga3

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

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

public class JournalFeedFinderUtil
extends Object


Constructor Summary
JournalFeedFinderUtil()
           
 
Method Summary
static int countByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator)
           
static int countByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, String keywords)
           
static List<JournalFeed> findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalFeed> findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
static JournalFeedFinder getFinder()
           
 void setFinder(JournalFeedFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalFeedFinderUtil

public JournalFeedFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long groupId,
                                  String keywords)
                           throws SystemException
Throws:
SystemException

countByC_G_F_N_D

public static int countByC_G_F_N_D(long companyId,
                                   long groupId,
                                   String feedId,
                                   String name,
                                   String description,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

countByC_G_F_N_D

public static int countByC_G_F_N_D(long companyId,
                                   long groupId,
                                   String[] feedIds,
                                   String[] names,
                                   String[] descriptions,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

findByKeywords

public static List<JournalFeed> findByKeywords(long companyId,
                                               long groupId,
                                               String keywords,
                                               int start,
                                               int end,
                                               OrderByComparator obc)
                                        throws SystemException
Throws:
SystemException

findByC_G_F_N_D

public static List<JournalFeed> findByC_G_F_N_D(long companyId,
                                                long groupId,
                                                String feedId,
                                                String name,
                                                String description,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator obc)
                                         throws SystemException
Throws:
SystemException

findByC_G_F_N_D

public static List<JournalFeed> findByC_G_F_N_D(long companyId,
                                                long groupId,
                                                String[] feedIds,
                                                String[] names,
                                                String[] descriptions,
                                                boolean andOperator,
                                                int start,
                                                int end,
                                                OrderByComparator obc)
                                         throws SystemException
Throws:
SystemException

getFinder

public static JournalFeedFinder getFinder()

setFinder

public void setFinder(JournalFeedFinder finder)

Liferay 6.1.2-ce-ga3