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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecord>
      extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecord>, com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder

public class DDLRecordFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecord>
implements com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder

Author:
Marcellus Tavares

Field Summary
static java.lang.String COUNT_BY_R_S
           
static java.lang.String FIND_BY_R_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
DDLRecordFinderImpl()
           
 
Method Summary
 int countByR_S(long recordSetId, int status)
           
 java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecord> findByR_S(long recordSetId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, 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_R_S

public static java.lang.String COUNT_BY_R_S

FIND_BY_R_S

public static java.lang.String FIND_BY_R_S
Constructor Detail

DDLRecordFinderImpl

public DDLRecordFinderImpl()
Method Detail

countByR_S

public int countByR_S(long recordSetId,
                      int status)
               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findByR_S

public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecord> findByR_S(long recordSetId,
                                                                                      int status,
                                                                                      int start,
                                                                                      int end,
                                                                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder
Throws:
com.liferay.portal.kernel.exception.SystemException