001
014
015 package com.liferay.portlet.journal.service.persistence;
016
017
020 public interface JournalFolderFinder {
021 public int countF_A_ByG_F(long groupId, long folderId)
022 throws com.liferay.portal.kernel.exception.SystemException;
023
024 public int filterCountF_A_ByG_F(long groupId, long folderId)
025 throws com.liferay.portal.kernel.exception.SystemException;
026
027 public java.util.List<java.lang.Object> filterFindF_AByG_F(long groupId,
028 long folderId, int start, int end,
029 com.liferay.portal.kernel.util.OrderByComparator obc)
030 throws com.liferay.portal.kernel.exception.SystemException;
031
032 public java.util.List<java.lang.Object> findF_AByG_F(long groupId,
033 long folderId, int start, int end,
034 com.liferay.portal.kernel.util.OrderByComparator obc)
035 throws com.liferay.portal.kernel.exception.SystemException;
036 }