com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileEntryFinder
public interface DLFileEntryFinder
View Source
- Author:
- Brian Wing Shun Chan
countByG_F_S
int countByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws SystemException
- Throws:
SystemException
filterCountByG_F_S
int filterCountByG_F_S(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws SystemException
- Throws:
SystemException
findByNoAssets
java.util.List<DLFileEntry> findByNoAssets()
throws SystemException
- Throws:
SystemException