com.liferay.portlet.expando.service.persistence
Class ExpandoRowFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.expando.service.persistence.ExpandoRowFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portlet.expando.service.persistence.ExpandoRowFinder

public class ExpandoRowFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.expando.service.persistence.ExpandoRowFinder

View Source

Author:
Raymond Augé

Field Summary
static java.lang.String COUNT_BY_TC_TN
           
static java.lang.String FIND_BY_TC_TN
           
static java.lang.String FIND_BY_TC_TN_C
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME
 
Constructor Summary
ExpandoRowFinderImpl()
           
 
Method Summary
 int countByTC_TN(long classNameId, java.lang.String tableName)
           
 com.liferay.portlet.expando.model.ExpandoRow fetchByTC_TN_C(long classNameId, java.lang.String tableName, long classPK)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoRow> findByTC_TN(long classNameId, java.lang.String tableName, int start, int end)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_TC_TN

public static java.lang.String COUNT_BY_TC_TN

FIND_BY_TC_TN

public static java.lang.String FIND_BY_TC_TN

FIND_BY_TC_TN_C

public static java.lang.String FIND_BY_TC_TN_C
Constructor Detail

ExpandoRowFinderImpl

public ExpandoRowFinderImpl()
Method Detail

countByTC_TN

public int countByTC_TN(long classNameId,
                        java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Specified by:
countByTC_TN in interface com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
Throws:
com.liferay.portal.SystemException

findByTC_TN

public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> findByTC_TN(long classNameId,
                                                                                java.lang.String tableName,
                                                                                int start,
                                                                                int end)
                                                                         throws com.liferay.portal.SystemException
Specified by:
findByTC_TN in interface com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
Throws:
com.liferay.portal.SystemException

fetchByTC_TN_C

public com.liferay.portlet.expando.model.ExpandoRow fetchByTC_TN_C(long classNameId,
                                                                   java.lang.String tableName,
                                                                   long classPK)
                                                            throws com.liferay.portal.SystemException
Specified by:
fetchByTC_TN_C in interface com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
Throws:
com.liferay.portal.SystemException