Liferay 6.1.0

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 countByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator)
           
static int countByC_G_N_D_S(long companyId, long groupId, String name, String description, boolean andOperator)
           
static int countByKeywords(long companyId, long[] groupIds, String keywords)
           
static List<DLFileEntryType> findByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> findByC_G_N_D_S(long companyId, long groupId, String name, String description, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> findByKeywords(long companyId, long[] groupIds, String keywords, 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)
                           throws SystemException
Throws:
SystemException

countByC_G_N_D_S

public static int countByC_G_N_D_S(long companyId,
                                   long groupId,
                                   String name,
                                   String description,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

countByC_G_N_D_S

public static int countByC_G_N_D_S(long companyId,
                                   long[] groupIds,
                                   String[] names,
                                   String[] descriptions,
                                   boolean andOperator)
                            throws SystemException
Throws:
SystemException

findByKeywords

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

findByC_G_N_D_S

public static List<DLFileEntryType> findByC_G_N_D_S(long companyId,
                                                    long groupId,
                                                    String name,
                                                    String description,
                                                    boolean andOperator,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Throws:
SystemException

findByC_G_N_D_S

public static List<DLFileEntryType> findByC_G_N_D_S(long companyId,
                                                    long groupId,
                                                    String[] names,
                                                    String[] descriptions,
                                                    boolean andOperator,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Throws:
SystemException

findByC_G_N_D_S

public static List<DLFileEntryType> findByC_G_N_D_S(long companyId,
                                                    long[] groupIds,
                                                    String[] names,
                                                    String[] descriptions,
                                                    boolean andOperator,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Throws:
SystemException

getFinder

public static DLFileEntryTypeFinder getFinder()

setFinder

public void setFinder(DLFileEntryTypeFinder finder)

Liferay 6.1.0