001
014
015 package com.liferay.portlet.documentlibrary.service.persistence;
016
017
020 public interface DLFileEntryFinder {
021 public int countByG_F_S(long groupId,
022 java.util.List<java.lang.Long> folderIds, int status)
023 throws com.liferay.portal.kernel.exception.SystemException;
024
025 public int filterCountByG_F_S(long groupId,
026 java.util.List<java.lang.Long> folderIds, int status)
027 throws com.liferay.portal.kernel.exception.SystemException;
028
029 public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> findByNoAssets()
030 throws com.liferay.portal.kernel.exception.SystemException;
031 }