Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
DDLRecordSetFinderImpl

@ProviderType
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)
           
 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 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 orderByComparator)
           
 List<DDLRecordSet> filterFindByKeywords(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator 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 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

filterCountByKeywords

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

filterCountByC_G_N_D_S

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

filterFindByKeywords

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

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 orderByComparator)
                                         throws SystemException
Throws:
SystemException

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 orderByComparator)
                                         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.2-ce-ga5