Liferay 7.0-ce-m3

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

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

@ProviderType
public class JournalFeedFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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<JournalFeed> 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<JournalFeed> obc)
           
static List<JournalFeed> findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> 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)

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)

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)

findByKeywords

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

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<JournalFeed> obc)

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<JournalFeed> obc)

getFinder

public static JournalFeedFinder getFinder()

setFinder

public void setFinder(JournalFeedFinder finder)

Liferay 7.0-ce-m3