Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.service.persistence
Interface DDLRecordSetFinder

All Known Implementing Classes:
DDLRecordSetFinderImpl

public interface DDLRecordSetFinder


Method Summary
 int countByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
           
 int countByKeywords(long companyId, long groupId, String keywords, int scope)
           
 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)
           
 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)
           
 List<DDLRecordSet> findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    String keywords,
                    int scope)
                    throws SystemException
Throws:
SystemException

countByC_G_N_D_S

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

findByKeywords

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

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

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

Liferay 6.1.2-ce-ga3