Liferay 6.0.5

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 groupId, String[] templateIds, String structureId, String structureIdComparator, String[] names, String[] descriptions, boolean andOperator)
           
 int countByC_G_T_S_N_D(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, String keywords, String structureId, String structureIdComparator)
           
 List<JournalTemplate> findByC_G_T_S_N_D(long companyId, long groupId, String[] templateIds, String structureId, String structureIdComparator, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> findByC_G_T_S_N_D(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> findByKeywords(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    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 groupId,
                       String templateId,
                       String structureId,
                       String structureIdComparator,
                       String name,
                       String description,
                       boolean andOperator)
                       throws SystemException
Throws:
SystemException

countByC_G_T_S_N_D

int countByC_G_T_S_N_D(long companyId,
                       long groupId,
                       String[] templateIds,
                       String structureId,
                       String structureIdComparator,
                       String[] names,
                       String[] descriptions,
                       boolean andOperator)
                       throws SystemException
Throws:
SystemException

findByKeywords

List<JournalTemplate> findByKeywords(long companyId,
                                     long groupId,
                                     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 groupId,
                                        String templateId,
                                        String structureId,
                                        String structureIdComparator,
                                        String name,
                                        String description,
                                        boolean andOperator,
                                        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 groupId,
                                        String[] templateIds,
                                        String structureId,
                                        String structureIdComparator,
                                        String[] names,
                                        String[] descriptions,
                                        boolean andOperator,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                        throws SystemException
Throws:
SystemException

Liferay 6.0.5