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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.journal.service.persistence.JournalFeedFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.journal.service.persistence.JournalFeedFinder

public class JournalFeedFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.journal.service.persistence.JournalFeedFinder

View Source

Author:
Raymond Augé

Field Summary
static java.lang.String COUNT_BY_C_G_F_N_D
           
static java.lang.String FIND_BY_C_G_F_N_D
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
JournalFeedFinderImpl()
           
 
Method Summary
 int countByC_G_F_N_D(long companyId, long groupId, java.lang.String[] feedIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
 int countByC_G_F_N_D(long companyId, long groupId, java.lang.String feedId, java.lang.String name, java.lang.String description, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, java.lang.String keywords)
           
 java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByC_G_F_N_D(long companyId, long groupId, java.lang.String[] feedIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByC_G_F_N_D(long companyId, long groupId, java.lang.String feedId, java.lang.String name, java.lang.String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByKeywords(long companyId, long groupId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_G_F_N_D

public static java.lang.String COUNT_BY_C_G_F_N_D

FIND_BY_C_G_F_N_D

public static java.lang.String FIND_BY_C_G_F_N_D
Constructor Detail

JournalFeedFinderImpl

public JournalFeedFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long groupId,
                           java.lang.String keywords)
                    throws com.liferay.portal.SystemException
Specified by:
countByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException

countByC_G_F_N_D

public int countByC_G_F_N_D(long companyId,
                            long groupId,
                            java.lang.String feedId,
                            java.lang.String name,
                            java.lang.String description,
                            boolean andOperator)
                     throws com.liferay.portal.SystemException
Specified by:
countByC_G_F_N_D in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException

countByC_G_F_N_D

public int countByC_G_F_N_D(long companyId,
                            long groupId,
                            java.lang.String[] feedIds,
                            java.lang.String[] names,
                            java.lang.String[] descriptions,
                            boolean andOperator)
                     throws com.liferay.portal.SystemException
Specified by:
countByC_G_F_N_D in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException

findByKeywords

public java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByKeywords(long companyId,
                                                                                    long groupId,
                                                                                    java.lang.String keywords,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                             throws com.liferay.portal.SystemException
Specified by:
findByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException

findByC_G_F_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByC_G_F_N_D(long companyId,
                                                                                     long groupId,
                                                                                     java.lang.String feedId,
                                                                                     java.lang.String name,
                                                                                     java.lang.String description,
                                                                                     boolean andOperator,
                                                                                     int start,
                                                                                     int end,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                              throws com.liferay.portal.SystemException
Specified by:
findByC_G_F_N_D in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException

findByC_G_F_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalFeed> findByC_G_F_N_D(long companyId,
                                                                                     long groupId,
                                                                                     java.lang.String[] feedIds,
                                                                                     java.lang.String[] names,
                                                                                     java.lang.String[] descriptions,
                                                                                     boolean andOperator,
                                                                                     int start,
                                                                                     int end,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                              throws com.liferay.portal.SystemException
Specified by:
findByC_G_F_N_D in interface com.liferay.portlet.journal.service.persistence.JournalFeedFinder
Throws:
com.liferay.portal.SystemException