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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.journal.model.JournalStructure>
      extended by com.liferay.portlet.journal.service.persistence.JournalStructureFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.journal.model.JournalStructure>, com.liferay.portlet.journal.service.persistence.JournalStructureFinder

public class JournalStructureFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.journal.model.JournalStructure>
implements com.liferay.portlet.journal.service.persistence.JournalStructureFinder

Author:
Brian Wing Shun Chan, Connor McKay

Field Summary
static java.lang.String COUNT_BY_C_G_S_N_D
           
static java.lang.String FIND_BY_C_G_S_N_D
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
JournalStructureFinderImpl()
           
 
Method Summary
 int countByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
 int countByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator)
           
 int countByKeywords(long companyId, long[] groupIds, java.lang.String keywords)
           
protected  int doCountByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator, boolean inlineSQLHelper)
           
protected  java.util.List<com.liferay.portlet.journal.model.JournalStructure> doFindByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc, boolean inlineSQLHelper)
           
 int filterCountByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
 int filterCountByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator)
           
 int filterCountByKeywords(long companyId, long[] groupIds, java.lang.String keywords)
           
 java.util.List<com.liferay.portlet.journal.model.JournalStructure> filterFindByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, 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.JournalStructure> filterFindByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String structureId, 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.JournalStructure> filterFindByKeywords(long companyId, long[] groupIds, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.journal.model.JournalStructure> findByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String[] structureIds, 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.JournalStructure> findByC_G_S_N_D(long companyId, long[] groupIds, java.lang.String structureId, 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.JournalStructure> findByKeywords(long companyId, long[] groupIds, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
protected  java.lang.String getGroupIds(long[] groupIds)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_G_S_N_D

public static java.lang.String COUNT_BY_C_G_S_N_D

FIND_BY_C_G_S_N_D

public static java.lang.String FIND_BY_C_G_S_N_D
Constructor Detail

JournalStructureFinderImpl

public JournalStructureFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long[] groupIds,
                           java.lang.String keywords)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_G_S_N_D

public int countByC_G_S_N_D(long companyId,
                            long[] groupIds,
                            java.lang.String structureId,
                            java.lang.String name,
                            java.lang.String description,
                            boolean andOperator)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_G_S_N_D

public int countByC_G_S_N_D(long companyId,
                            long[] groupIds,
                            java.lang.String[] structureIds,
                            java.lang.String[] names,
                            java.lang.String[] descriptions,
                            boolean andOperator)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterCountByKeywords

public int filterCountByKeywords(long companyId,
                                 long[] groupIds,
                                 java.lang.String keywords)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
filterCountByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterCountByC_G_S_N_D

public int filterCountByC_G_S_N_D(long companyId,
                                  long[] groupIds,
                                  java.lang.String structureId,
                                  java.lang.String name,
                                  java.lang.String description,
                                  boolean andOperator)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
filterCountByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterCountByC_G_S_N_D

public int filterCountByC_G_S_N_D(long companyId,
                                  long[] groupIds,
                                  java.lang.String[] structureIds,
                                  java.lang.String[] names,
                                  java.lang.String[] descriptions,
                                  boolean andOperator)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
filterCountByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterFindByKeywords

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> filterFindByKeywords(long companyId,
                                                                                               long[] groupIds,
                                                                                               java.lang.String keywords,
                                                                                               int start,
                                                                                               int end,
                                                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
filterFindByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterFindByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> filterFindByC_G_S_N_D(long companyId,
                                                                                                long[] groupIds,
                                                                                                java.lang.String structureId,
                                                                                                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.kernel.exception.SystemException
Specified by:
filterFindByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

filterFindByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> filterFindByC_G_S_N_D(long companyId,
                                                                                                long[] groupIds,
                                                                                                java.lang.String[] structureIds,
                                                                                                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.kernel.exception.SystemException
Specified by:
filterFindByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByKeywords

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

findByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> findByC_G_S_N_D(long companyId,
                                                                                          long[] groupIds,
                                                                                          java.lang.String structureId,
                                                                                          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.kernel.exception.SystemException
Specified by:
findByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> findByC_G_S_N_D(long companyId,
                                                                                          long[] groupIds,
                                                                                          java.lang.String[] structureIds,
                                                                                          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.kernel.exception.SystemException
Specified by:
findByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

doCountByC_G_S_N_D

protected int doCountByC_G_S_N_D(long companyId,
                                 long[] groupIds,
                                 java.lang.String[] structureIds,
                                 java.lang.String[] names,
                                 java.lang.String[] descriptions,
                                 boolean andOperator,
                                 boolean inlineSQLHelper)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

doFindByC_G_S_N_D

protected java.util.List<com.liferay.portlet.journal.model.JournalStructure> doFindByC_G_S_N_D(long companyId,
                                                                                               long[] groupIds,
                                                                                               java.lang.String[] structureIds,
                                                                                               java.lang.String[] names,
                                                                                               java.lang.String[] descriptions,
                                                                                               boolean andOperator,
                                                                                               int start,
                                                                                               int end,
                                                                                               com.liferay.portal.kernel.util.OrderByComparator obc,
                                                                                               boolean inlineSQLHelper)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupIds

protected java.lang.String getGroupIds(long[] groupIds)