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


public interface JournalStructureFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByC_G_S_N_D(long companyId, long groupId, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator)
           
 int countByC_G_S_N_D(long companyId, long groupId, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, java.lang.String keywords)
           
 java.util.List<JournalStructure> findByC_G_S_N_D(long companyId, long groupId, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<JournalStructure> findByC_G_S_N_D(long companyId, long groupId, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<JournalStructure> findByKeywords(long companyId, long groupId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    java.lang.String keywords)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_S_N_D

int countByC_G_S_N_D(long companyId,
                     long groupId,
                     java.lang.String structureId,
                     java.lang.String name,
                     java.lang.String description,
                     boolean andOperator)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_G_S_N_D

int countByC_G_S_N_D(long companyId,
                     long groupId,
                     java.lang.String[] structureIds,
                     java.lang.String[] names,
                     java.lang.String[] descriptions,
                     boolean andOperator)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByKeywords

java.util.List<JournalStructure> findByKeywords(long companyId,
                                                long groupId,
                                                java.lang.String keywords,
                                                int start,
                                                int end,
                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

java.util.List<JournalStructure> findByC_G_S_N_D(long companyId,
                                                 long groupId,
                                                 java.lang.String structureId,
                                                 java.lang.String name,
                                                 java.lang.String description,
                                                 boolean andOperator,
                                                 int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_G_S_N_D

java.util.List<JournalStructure> findByC_G_S_N_D(long companyId,
                                                 long groupId,
                                                 java.lang.String[] structureIds,
                                                 java.lang.String[] names,
                                                 java.lang.String[] descriptions,
                                                 boolean andOperator,
                                                 int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException