Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.service.persistence
Interface JournalFeedFinder


public interface JournalFeedFinder


Method Summary
 int countByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator)
           
 int countByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, String keywords)
           
 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)
           
 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)
           
 List<JournalFeed> findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByKeywords

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

countByC_G_F_N_D

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

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

findByKeywords

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

findByC_G_F_N_D

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

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

Liferay 6.1.2-ce-ga3