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

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

public class DLFileEntryFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

DLFileEntryFinderUtil

public DLFileEntryFinderUtil()
Method Detail

countByFolderIds

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

findByNoAssets

public static java.util.List<DLFileEntry> findByNoAssets()
                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static DLFileEntryFinder getFinder()

setFinder

public void setFinder(DLFileEntryFinder finder)