Liferay 6.1.2-ce-ga3

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 countByExtraSettings()
           
static int countByG_F_S(long groupId, List<Long> folderIds, int status)
           
static int countByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status)
           
static DLFileEntry fetchByAnyImageId(long imageId)
           
static int filterCountByG_F_S(long groupId, List<Long> folderIds, int status)
           
static DLFileEntry findByAnyImageId(long imageId)
           
static List<DLFileEntry> findByExtraSettings(int start, int end)
           
static List<DLFileEntry> findByG_U_F_M_S(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> findByMisversioned()
           
static List<DLFileEntry> findByNoAssets()
           
static List<DLFileEntry> findByOrphanedFileEntries()
           
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

countByExtraSettings

public static int countByExtraSettings()
                                throws SystemException
Throws:
SystemException

countByG_F_S

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

countByG_U_F_M_S

public static int countByG_U_F_M_S(long groupId,
                                   long userId,
                                   List<Long> folderIds,
                                   String[] mimeTypes,
                                   int status)
                            throws SystemException
Throws:
SystemException

fetchByAnyImageId

public static DLFileEntry fetchByAnyImageId(long imageId)
                                     throws SystemException
Throws:
SystemException

filterCountByG_F_S

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

findByAnyImageId

public static DLFileEntry findByAnyImageId(long imageId)
                                    throws SystemException,
                                           NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByExtraSettings

public static List<DLFileEntry> findByExtraSettings(int start,
                                                    int end)
                                             throws SystemException
Throws:
SystemException

findByMisversioned

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

findByNoAssets

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

findByOrphanedFileEntries

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

findByG_U_F_M_S

public static List<DLFileEntry> findByG_U_F_M_S(long groupId,
                                                long userId,
                                                List<Long> folderIds,
                                                String[] mimeTypes,
                                                int status,
                                                int start,
                                                int end,
                                                OrderByComparator obc)
                                         throws SystemException
Throws:
SystemException

getFinder

public static DLFileEntryFinder getFinder()

setFinder

public void setFinder(DLFileEntryFinder finder)

Liferay 6.1.2-ce-ga3