Liferay 6.1.2-ce-ga3

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

countByC_G_S_N_D

public static int countByC_G_S_N_D(long companyId,
                                   long[] groupIds,
                                   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[] groupIds,
                                   String[] structureIds,
                                   String[] names,
                                   String[] descriptions,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

filterCountByKeywords

public static int filterCountByKeywords(long companyId,
                                        long[] groupIds,
                                        String keywords)
                                 throws SystemException
Throws:
SystemException

filterCountByC_G_S_N_D

public static int filterCountByC_G_S_N_D(long companyId,
                                         long[] groupIds,
                                         String structureId,
                                         String name,
                                         String description,
                                         boolean andOperator)
                                  throws SystemException
Throws:
SystemException

filterCountByC_G_S_N_D

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

filterFindByKeywords

public static List<JournalStructure> filterFindByKeywords(long companyId,
                                                          long[] groupIds,
                                                          String keywords,
                                                          int start,
                                                          int end,
                                                          OrderByComparator obc)
                                                   throws SystemException
Throws:
SystemException

filterFindByC_G_S_N_D

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

filterFindByC_G_S_N_D

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

findByKeywords

public static List<JournalStructure> findByKeywords(long companyId,
                                                    long[] groupIds,
                                                    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[] groupIds,
                                                     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[] groupIds,
                                                     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.1.2-ce-ga3