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 findByC_G_S_N_D(long companyId, long groupId, java.lang.String[] structureIds, java.lang.String[] names, java.lang.String[] descriptions, boolean andOperator, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByC_G_S_N_D(long companyId, long groupId, java.lang.String structureId, java.lang.String name, java.lang.String description, boolean andOperator, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByKeywords(long companyId, long groupId, java.lang.String keywords, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 

Method Detail

countByKeywords

public 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

public 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

public 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

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

findByC_G_S_N_D

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

findByC_G_S_N_D

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