Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.service.persistence
Interface JournalTemplateFinder

All Known Implementing Classes:
JournalTemplateFinderImpl

public interface JournalTemplateFinder


Method Summary
 int countByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
 int countByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator)
           
 int filterCountByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
 int filterCountByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator)
           
 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)
           
 List<JournalTemplate> filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 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)
           
 List<JournalTemplate> findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByKeywords

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

countByC_G_T_S_N_D

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

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

filterCountByC_G_T_S_N_D

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

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

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

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

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

Liferay 6.1.2-ce-ga3