Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryTypeFinderUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderUtil

@ProviderType
public class DLFileEntryTypeFinderUtil
extends Object


Constructor Summary
DLFileEntryTypeFinderUtil()
           
 
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
 

Constructor Detail

DLFileEntryTypeFinderUtil

public DLFileEntryTypeFinderUtil()
Method Detail

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)

Liferay 7.0-ce-b4