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

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

public class JournalStructureFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JournalStructureFinderUtil()
           
 
Method Summary
static int countByC_G_S_N_D(long companyId, long groupId, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
static int countByC_G_S_N_D(long companyId, long groupId, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, java.lang.String keywords)
           
static java.util.List<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)
           
static java.util.List<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)
           
static java.util.List<JournalStructure> findByKeywords(long companyId, long groupId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static JournalStructureFinder getFinder()
           
 void setFinder(JournalStructureFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalStructureFinderUtil

public JournalStructureFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long groupId,
                                  java.lang.String keywords)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_S_N_D

public static 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
Throws:
com.liferay.portal.SystemException

countByC_G_S_N_D

public static 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
Throws:
com.liferay.portal.SystemException

findByKeywords

public static java.util.List<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
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

public static java.util.List<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
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

public static java.util.List<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
Throws:
com.liferay.portal.SystemException

getFinder

public static JournalStructureFinder getFinder()

setFinder

public void setFinder(JournalStructureFinder finder)