com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryTypeFinderUtil
java.lang.Object
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderUtil
@ProviderType
public class DLFileEntryTypeFinderUtil
- extends Object
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
static int |
countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static int |
filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static List<DLFileEntryType> |
filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileEntryTypeFinderUtil
public DLFileEntryTypeFinderUtil()
countByKeywords
public static int countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
filterCountByKeywords
public static int filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
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
public static DLFileEntryTypeFinder getFinder()
setFinder
public void setFinder(DLFileEntryTypeFinder finder)