com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryAndShortcutFinderUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryAndShortcutFinderUtil

public class DLFileEntryAndShortcutFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileEntryAndShortcutFinderUtil()
           
 
Method Summary
static int countByFolderIds(java.util.List<java.lang.Long> folderIds)
           
static java.util.List findByFolderIds(java.util.List<java.lang.Long> folderIds, int begin, int end)
           
static DLFileEntryAndShortcutFinder getFinder()
           
 void setFinder(DLFileEntryAndShortcutFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryAndShortcutFinderUtil

public DLFileEntryAndShortcutFinderUtil()
Method Detail

countByFolderIds

public static int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByFolderIds

public static java.util.List findByFolderIds(java.util.List<java.lang.Long> folderIds,
                                             int begin,
                                             int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static DLFileEntryAndShortcutFinder getFinder()

setFinder

public void setFinder(DLFileEntryAndShortcutFinder finder)