Liferay 6.1.2-ce-ga3

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

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

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 orderByComparator)
           
static List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator 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)
                           throws SystemException
Throws:
SystemException

filterCountByKeywords

public static int filterCountByKeywords(long companyId,
                                        long[] groupIds,
                                        String keywords,
                                        boolean includeBasicFileEntryType)
                                 throws SystemException
Throws:
SystemException

filterFindByKeywords

public static List<DLFileEntryType> filterFindByKeywords(long companyId,
                                                         long[] groupIds,
                                                         String keywords,
                                                         boolean includeBasicFileEntryType,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException

findByKeywords

public static List<DLFileEntryType> findByKeywords(long companyId,
                                                   long[] groupIds,
                                                   String keywords,
                                                   boolean includeBasicFileEntryType,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

getFinder

public static DLFileEntryTypeFinder getFinder()

setFinder

public void setFinder(DLFileEntryTypeFinder finder)

Liferay 6.1.2-ce-ga3