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


@ProviderType
public interface DDLRecordSetFinder

Author:
Brian Wing Shun Chan

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

Method Detail

countByKeywords

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

countByC_G_N_D_S

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

filterCountByKeywords

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

filterCountByC_G_N_D_S

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

filterFindByKeywords

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

filterFindByC_G_N_D_S

java.util.List<DDLRecordSet> filterFindByC_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

filterFindByC_G_N_D_S

java.util.List<DDLRecordSet> filterFindByC_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

findByKeywords

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

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

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