Class DLFileEntryTypeFinderUtil
Object
com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderUtil
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
countByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) static int
filterCountByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) static int
filterCountByKeywords
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited) static List<DLFileEntryType>
filterFindByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
filterFindByKeywords
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) static List<DLFileEntryType>
findByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static DLFileEntryTypeFinder
void
setFinder
(DLFileEntryTypeFinder finder)
-
Constructor Details
-
DLFileEntryTypeFinderUtil
public DLFileEntryTypeFinderUtil()
-
-
Method Details
-
countByKeywords
public static int countByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) -
filterCountByKeywords
public static int filterCountByKeywords(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited) -
filterCountByKeywords
public static int filterCountByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) -
filterFindByKeywords
public static List<DLFileEntryType> filterFindByKeywords(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) -
filterFindByKeywords
public static List<DLFileEntryType> filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) -
findByKeywords
public static List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) -
getFinder
-
setFinder
-