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

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

public class DLFileEntryTypeFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileEntryTypeFinderUtil()
           
 
Method Summary
static int countByKeywords(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType)
           
static int filterCountByKeywords(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType)
           
static java.util.List<DLFileEntryType> filterFindByKeywords(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, java.lang.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,
                                  java.lang.String keywords,
                                  boolean includeBasicFileEntryType)
                           throws SystemException
Throws:
SystemException

filterCountByKeywords

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

filterFindByKeywords

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

findByKeywords

public static java.util.List<DLFileEntryType> findByKeywords(long companyId,
                                                             long[] groupIds,
                                                             java.lang.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)