public class DLFileEntryTypeFinderUtil
extends Object
| Constructor and Description |
|---|
DLFileEntryTypeFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static 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 |
getFinder() |
void |
setFinder(DLFileEntryTypeFinder finder) |
public static int countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
public static int filterCountByKeywords(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited)
public static int filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
public static List<DLFileEntryType> filterFindByKeywords(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end)
public static List<DLFileEntryType> filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
public static List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
public static DLFileEntryTypeFinder getFinder()
public void setFinder(DLFileEntryTypeFinder finder)