com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordSetFinderUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderUtil

public class DDLRecordSetFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
DDLRecordSetFinderUtil()
           
 
Method Summary
static int countByC_G_N_D_S(long companyId, long groupId, java.lang.String name, java.lang.String description, int scope, boolean andOperator)
           
static int countByKeywords(long companyId, long groupId, java.lang.String keywords, int scope)
           
static java.util.List<DDLRecordSet> findByC_G_N_D_S(long companyId, long groupId, java.lang.String[] names, java.lang.String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DDLRecordSet> findByC_G_N_D_S(long companyId, long groupId, java.lang.String name, java.lang.String description, int scope, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DDLRecordSet> findByKeywords(long companyId, long groupId, java.lang.String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
static DDLRecordSetFinder getFinder()
           
 void setFinder(DDLRecordSetFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSetFinderUtil

public DDLRecordSetFinderUtil()
Method Detail

countByKeywords

public static int countByKeywords(long companyId,
                                  long groupId,
                                  java.lang.String keywords,
                                  int scope)
                           throws SystemException
Throws:
SystemException

countByC_G_N_D_S

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

findByKeywords

public static java.util.List<DDLRecordSet> findByKeywords(long companyId,
                                                          long groupId,
                                                          java.lang.String keywords,
                                                          int scope,
                                                          int start,
                                                          int end,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException
Throws:
SystemException

findByC_G_N_D_S

public static java.util.List<DDLRecordSet> findByC_G_N_D_S(long companyId,
                                                           long groupId,
                                                           java.lang.String name,
                                                           java.lang.String description,
                                                           int scope,
                                                           boolean andOperator,
                                                           int start,
                                                           int end,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException
Throws:
SystemException

findByC_G_N_D_S

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

getFinder

public static DDLRecordSetFinder getFinder()

setFinder

public void setFinder(DDLRecordSetFinder finder)