Liferay 6.0.5

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

All Known Implementing Classes:
JournalStructureFinderImpl

public interface JournalStructureFinder


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

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    String keywords)
                    throws SystemException
Throws:
SystemException

countByC_G_S_N_D

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

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

findByKeywords

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

findByC_G_S_N_D

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

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

Liferay 6.0.5