Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDLRecordSet>
      extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DDLRecordSet>, DDLRecordSetFinder

public class DDLRecordSetFinderImpl
extends BasePersistenceImpl<DDLRecordSet>
implements DDLRecordSetFinder


Field Summary
static String COUNT_BY_C_G_N_D_S
           
static String FIND_BY_C_G_N_D_S
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
DDLRecordSetFinderImpl()
           
 
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)
           
protected  int doCountByC_G_N_D_S(long companyId, long groupId, String[] names, String[] descriptions, int scope, boolean andOperator)
           
protected  List<DDLRecordSet> doFindByC_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[] 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)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_G_N_D_S

public static final String COUNT_BY_C_G_N_D_S

FIND_BY_C_G_N_D_S

public static final String FIND_BY_C_G_N_D_S
Constructor Detail

DDLRecordSetFinderImpl

public DDLRecordSetFinderImpl()
Method Detail

countByKeywords

public int countByKeywords(long companyId,
                           long groupId,
                           String keywords,
                           int scope)
                    throws SystemException
Specified by:
countByKeywords in interface DDLRecordSetFinder
Throws:
SystemException

countByC_G_N_D_S

public int countByC_G_N_D_S(long companyId,
                            long groupId,
                            String name,
                            String description,
                            int scope,
                            boolean andOperator)
                     throws SystemException
Specified by:
countByC_G_N_D_S in interface DDLRecordSetFinder
Throws:
SystemException

findByKeywords

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

findByC_G_N_D_S

public 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
Specified by:
findByC_G_N_D_S in interface DDLRecordSetFinder
Throws:
SystemException

findByC_G_N_D_S

public 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
Specified by:
findByC_G_N_D_S in interface DDLRecordSetFinder
Throws:
SystemException

doCountByC_G_N_D_S

protected int doCountByC_G_N_D_S(long companyId,
                                 long groupId,
                                 String[] names,
                                 String[] descriptions,
                                 int scope,
                                 boolean andOperator)
                          throws SystemException
Throws:
SystemException

doFindByC_G_N_D_S

protected List<DDLRecordSet> doFindByC_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