Liferay 6.0-ee

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

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

public class DLFileEntryFinderUtil
extends Object


Constructor Summary
DLFileEntryFinderUtil()
           
 
Method Summary
static int countByG_F_S(long groupId, List<Long> folderIds, int status)
           
static int filterCountByG_F_S(long groupId, List<Long> folderIds, int status)
           
static 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

countByG_F_S

public static int countByG_F_S(long groupId,
                               List<Long> folderIds,
                               int status)
                        throws SystemException
Throws:
SystemException

filterCountByG_F_S

public static int filterCountByG_F_S(long groupId,
                                     List<Long> folderIds,
                                     int status)
                              throws SystemException
Throws:
SystemException

findByNoAssets

public static List<DLFileEntry> findByNoAssets()
                                        throws SystemException
Throws:
SystemException

getFinder

public static DLFileEntryFinder getFinder()

setFinder

public void setFinder(DLFileEntryFinder finder)

Liferay 6.0-ee