Liferay 6.2.0-ce-m3

com.liferay.portlet.journal.service.persistence
Class JournalFolderFinderUtil

java.lang.Object
  extended by com.liferay.portlet.journal.service.persistence.JournalFolderFinderUtil

public class JournalFolderFinderUtil
extends Object


Constructor Summary
JournalFolderFinderUtil()
           
 
Method Summary
static int countF_A_ByG_F(long groupId, long folderId)
           
static int filterCountF_A_ByG_F(long groupId, long folderId)
           
static List<Object> filterFindF_AByG_F(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<Object> findF_AByG_F(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static JournalFolderFinder getFinder()
           
 void setFinder(JournalFolderFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalFolderFinderUtil

public JournalFolderFinderUtil()
Method Detail

countF_A_ByG_F

public static int countF_A_ByG_F(long groupId,
                                 long folderId)
                          throws SystemException
Throws:
SystemException

filterCountF_A_ByG_F

public static int filterCountF_A_ByG_F(long groupId,
                                       long folderId)
                                throws SystemException
Throws:
SystemException

filterFindF_AByG_F

public static List<Object> filterFindF_AByG_F(long groupId,
                                              long folderId,
                                              int start,
                                              int end,
                                              OrderByComparator obc)
                                       throws SystemException
Throws:
SystemException

findF_AByG_F

public static List<Object> findF_AByG_F(long groupId,
                                        long folderId,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws SystemException
Throws:
SystemException

getFinder

public static JournalFolderFinder getFinder()

setFinder

public void setFinder(JournalFolderFinder finder)

Liferay 6.2.0-ce-m3