Liferay 6.1.2-ce-ga3

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

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

public class JournalTemplateFinderUtil
extends Object


Constructor Summary
JournalTemplateFinderUtil()
           
 
Method Summary
static int countByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
static int countByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator)
           
static int filterCountByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
static int filterCountByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator)
           
static List<JournalTemplate> filterFindByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> findByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static JournalTemplateFinder getFinder()
           
 void setFinder(JournalTemplateFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateFinderUtil

public JournalTemplateFinderUtil()
Method Detail

countByKeywords

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

countByC_G_T_S_N_D

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

filterCountByKeywords

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

filterCountByC_G_T_S_N_D

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

filterFindByKeywords

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

filterFindByC_G_T_S_N_D

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

findByKeywords

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

findByC_G_T_S_N_D

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

getFinder

public static JournalTemplateFinder getFinder()

setFinder

public void setFinder(JournalTemplateFinder finder)

Liferay 6.1.2-ce-ga3