Liferay 6.0.5

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

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

public class JournalStructureFinderUtil
extends Object


Constructor Summary
JournalStructureFinderUtil()
           
 
Method Summary
static int countByC_G_S_N_D(long companyId, long groupId, String[] structureIds, String[] names, String[] descriptions, boolean andOperator)
           
static int countByC_G_S_N_D(long companyId, long groupId, String structureId, String name, String description, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, String keywords)
           
static List<JournalStructure> findByC_G_S_N_D(long companyId, long groupId, String[] structureIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> findByC_G_S_N_D(long companyId, long groupId, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> findByKeywords(long companyId, long groupId, String keywords, int start, int end, 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,
                                  String keywords)
                           throws SystemException
Throws:
SystemException

countByC_G_S_N_D

public static int countByC_G_S_N_D(long companyId,
                                   long groupId,
                                   String structureId,
                                   String name,
                                   String description,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

countByC_G_S_N_D

public static int countByC_G_S_N_D(long companyId,
                                   long groupId,
                                   String[] structureIds,
                                   String[] names,
                                   String[] descriptions,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

findByKeywords

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

findByC_G_S_N_D

public static List<JournalStructure> findByC_G_S_N_D(long companyId,
                                                     long groupId,
                                                     String structureId,
                                                     String name,
                                                     String description,
                                                     boolean andOperator,
                                                     int start,
                                                     int end,
                                                     OrderByComparator obc)
                                              throws SystemException
Throws:
SystemException

findByC_G_S_N_D

public static List<JournalStructure> findByC_G_S_N_D(long companyId,
                                                     long groupId,
                                                     String[] structureIds,
                                                     String[] names,
                                                     String[] descriptions,
                                                     boolean andOperator,
                                                     int start,
                                                     int end,
                                                     OrderByComparator obc)
                                              throws SystemException
Throws:
SystemException

getFinder

public static JournalStructureFinder getFinder()

setFinder

public void setFinder(JournalStructureFinder finder)

Liferay 6.0.5