Liferay 6.1.2-ce-ga3

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

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

public class DDLRecordSetFinderUtil
extends Object


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

findByKeywords

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

findByC_G_N_D_S

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

findByC_G_N_D_S

public static List<DDLRecordSet> findByC_G_N_D_S(long companyId,
                                                 long groupId,
                                                 String[] names,
                                                 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)

Liferay 6.1.2-ce-ga3