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

java.lang.Object
  extended bycom.liferay.portlet.documentlibrary.service.persistence.DLFileEntryAndShortcutFinder

public class DLFileEntryAndShortcutFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_FOLDER_IDS
           
static java.lang.String FIND_BY_FOLDER_IDS
           
 
Constructor Summary
DLFileEntryAndShortcutFinder()
           
 
Method Summary
static int countByFolderIds(java.util.List folderIds)
           
static java.util.List findByFolderIds(java.util.List folderIds, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_FOLDER_IDS

public static java.lang.String COUNT_BY_FOLDER_IDS

FIND_BY_FOLDER_IDS

public static java.lang.String FIND_BY_FOLDER_IDS
Constructor Detail

DLFileEntryAndShortcutFinder

public DLFileEntryAndShortcutFinder()
Method Detail

countByFolderIds

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

findByFolderIds

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