Liferay 7.0-ce-m3

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

All Known Implementing Classes:
DDLRecordSetFinderImpl

@ProviderType
public interface DDLRecordSetFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
           
 int filterCountByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
           
 int filterCountByKeywords(long companyId, long groupId, String keywords, int scope)
           
 List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> findByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> 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<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> findByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 

Method Detail

countByKeywords

int countByKeywords(long companyId,
                    long groupId,
                    String keywords,
                    int scope)

countByC_G_N_D_S

int countByC_G_N_D_S(long companyId,
                     long groupId,
                     String name,
                     String description,
                     int scope,
                     boolean andOperator)

filterCountByKeywords

int filterCountByKeywords(long companyId,
                          long groupId,
                          String keywords,
                          int scope)

filterCountByC_G_N_D_S

int filterCountByC_G_N_D_S(long companyId,
                           long groupId,
                           String name,
                           String description,
                           int scope,
                           boolean andOperator)

filterFindByKeywords

List<DDLRecordSet> filterFindByKeywords(long companyId,
                                        long groupId,
                                        String keywords,
                                        int scope,
                                        int start,
                                        int end,
                                        OrderByComparator<DDLRecordSet> orderByComparator)

filterFindByC_G_N_D_S

List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId,
                                         long groupId,
                                         String name,
                                         String description,
                                         int scope,
                                         boolean andOperator,
                                         int start,
                                         int end,
                                         OrderByComparator<DDLRecordSet> orderByComparator)

filterFindByC_G_N_D_S

List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId,
                                         long groupId,
                                         String[] names,
                                         String[] descriptions,
                                         int scope,
                                         boolean andOperator,
                                         int start,
                                         int end,
                                         OrderByComparator<DDLRecordSet> orderByComparator)

findByKeywords

List<DDLRecordSet> findByKeywords(long companyId,
                                  long groupId,
                                  String keywords,
                                  int scope,
                                  int start,
                                  int end,
                                  OrderByComparator<DDLRecordSet> orderByComparator)

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<DDLRecordSet> orderByComparator)

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<DDLRecordSet> orderByComparator)

Liferay 7.0-ce-m3