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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      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.service.persistence.JournalStructureFinder

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

View Source

Author:
Brian Wing Shun Chan

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, listeners
 
Constructor Summary
JournalStructureFinderImpl()
           
 
Method Summary
 int countByC_G_S_N_D(long companyId, long groupId, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
 int countByC_G_S_N_D(long companyId, long groupId, java.lang.String structureId, 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.JournalStructure> findByC_G_S_N_D(long companyId, long groupId, 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 groupId, 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 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_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 groupId,
                           java.lang.String keywords)
                    throws com.liferay.portal.SystemException
Specified by:
countByKeywords in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.SystemException

countByC_G_S_N_D

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

countByC_G_S_N_D

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

findByKeywords

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> 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.JournalStructureFinder
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> findByC_G_S_N_D(long companyId,
                                                                                          long groupId,
                                                                                          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.SystemException
Specified by:
findByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

public java.util.List<com.liferay.portlet.journal.model.JournalStructure> findByC_G_S_N_D(long companyId,
                                                                                          long groupId,
                                                                                          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.SystemException
Specified by:
findByC_G_S_N_D in interface com.liferay.portlet.journal.service.persistence.JournalStructureFinder
Throws:
com.liferay.portal.SystemException