com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileEntryFinder


@ProviderType
public interface DLFileEntryFinder

Author:
Brian Wing Shun Chan

Method Summary
 int countByExtraSettings()
           
 int countByG_F(long groupId, java.util.List<java.lang.Long> folderIds, QueryDefinition queryDefinition)
           
 int countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
 int countByG_U_F_M(long groupId, long userId, java.util.List<java.lang.Long> folderIds, java.lang.String[] mimeTypes, QueryDefinition queryDefinition)
           
 DLFileEntry fetchByAnyImageId(long imageId)
           
 int filterCountByG_F(long groupId, java.util.List<java.lang.Long> folderIds, QueryDefinition queryDefinition)
           
 java.util.List<DLFileEntry> filterFindByG_F(long groupId, java.util.List<java.lang.Long> folderIds, QueryDefinition queryDefinition)
           
 DLFileEntry findByAnyImageId(long imageId)
           
 java.util.List<DLFileEntry> findByCompanyId(long companyId, QueryDefinition queryDefinition)
           
 java.util.List<DLFileEntry> findByDDMStructureIds(long[] ddmStructureIds, int start, int end)
           
 java.util.List<DLFileEntry> findByExtraSettings(int start, int end)
           
 java.util.List<DLFileEntry> findByG_F(long groupId, java.util.List<java.lang.Long> folderIds, QueryDefinition queryDefinition)
           
 java.util.List<DLFileEntry> findByG_U_F_M(long groupId, long userId, java.util.List<java.lang.Long> folderIds, java.lang.String[] mimeTypes, QueryDefinition queryDefinition)
           
 java.util.List<DLFileEntry> findByMisversioned()
           
 java.util.List<DLFileEntry> findByNoAssets()
           
 java.util.List<DLFileEntry> findByOrphanedFileEntries()
           
 

Method Detail

countByExtraSettings

int countByExtraSettings()
                         throws SystemException
Throws:
SystemException

countByG_F

int countByG_F(long groupId,
               java.util.List<java.lang.Long> folderIds,
               QueryDefinition queryDefinition)
               throws SystemException
Throws:
SystemException

countByG_M_R

int countByG_M_R(long groupId,
                 DateRange dateRange,
                 long repositoryId,
                 QueryDefinition queryDefinition)
                 throws SystemException
Throws:
SystemException

countByG_U_F_M

int countByG_U_F_M(long groupId,
                   long userId,
                   java.util.List<java.lang.Long> folderIds,
                   java.lang.String[] mimeTypes,
                   QueryDefinition queryDefinition)
                   throws SystemException
Throws:
SystemException

fetchByAnyImageId

DLFileEntry fetchByAnyImageId(long imageId)
                              throws SystemException
Throws:
SystemException

filterCountByG_F

int filterCountByG_F(long groupId,
                     java.util.List<java.lang.Long> folderIds,
                     QueryDefinition queryDefinition)
                     throws SystemException
Throws:
SystemException

filterFindByG_F

java.util.List<DLFileEntry> filterFindByG_F(long groupId,
                                            java.util.List<java.lang.Long> folderIds,
                                            QueryDefinition queryDefinition)
                                            throws SystemException
Throws:
SystemException

findByAnyImageId

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

findByCompanyId

java.util.List<DLFileEntry> findByCompanyId(long companyId,
                                            QueryDefinition queryDefinition)
                                            throws SystemException
Throws:
SystemException

findByDDMStructureIds

java.util.List<DLFileEntry> findByDDMStructureIds(long[] ddmStructureIds,
                                                  int start,
                                                  int end)
                                                  throws SystemException
Throws:
SystemException

findByExtraSettings

java.util.List<DLFileEntry> findByExtraSettings(int start,
                                                int end)
                                                throws SystemException
Throws:
SystemException

findByMisversioned

java.util.List<DLFileEntry> findByMisversioned()
                                               throws SystemException
Throws:
SystemException

findByNoAssets

java.util.List<DLFileEntry> findByNoAssets()
                                           throws SystemException
Throws:
SystemException

findByOrphanedFileEntries

java.util.List<DLFileEntry> findByOrphanedFileEntries()
                                                      throws SystemException
Throws:
SystemException

findByG_F

java.util.List<DLFileEntry> findByG_F(long groupId,
                                      java.util.List<java.lang.Long> folderIds,
                                      QueryDefinition queryDefinition)
                                      throws SystemException
Throws:
SystemException

findByG_U_F_M

java.util.List<DLFileEntry> findByG_U_F_M(long groupId,
                                          long userId,
                                          java.util.List<java.lang.Long> folderIds,
                                          java.lang.String[] mimeTypes,
                                          QueryDefinition queryDefinition)
                                          throws SystemException
Throws:
SystemException