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

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

public class ExpandoColumnFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder

View Source

Author:
Raymond Augé

Field Summary
static java.lang.String COUNT_BY_TC_TC_TN
           
static java.lang.String FIND_BY_TC_TC_TN
           
static java.lang.String FIND_BY_TC_TC_TN_CN
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
ExpandoColumnFinderImpl()
           
 
Method Summary
 int countByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName)
           
 com.liferay.portlet.expando.model.ExpandoColumn fetchByTC_TC_TN_CN(long companyId, long classNameId, java.lang.String tableName, java.lang.String name)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> findByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, getListeners, 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_TC_TN

public static java.lang.String COUNT_BY_TC_TC_TN

FIND_BY_TC_TC_TN

public static java.lang.String FIND_BY_TC_TC_TN

FIND_BY_TC_TC_TN_CN

public static java.lang.String FIND_BY_TC_TC_TN_CN
Constructor Detail

ExpandoColumnFinderImpl

public ExpandoColumnFinderImpl()
Method Detail

countByTC_TC_TN

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

findByTC_TC_TN

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> findByTC_TC_TN(long companyId,
                                                                                      long classNameId,
                                                                                      java.lang.String tableName)
                                                                               throws com.liferay.portal.SystemException
Specified by:
findByTC_TC_TN in interface com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder
Throws:
com.liferay.portal.SystemException

fetchByTC_TC_TN_CN

public com.liferay.portlet.expando.model.ExpandoColumn fetchByTC_TC_TN_CN(long companyId,
                                                                          long classNameId,
                                                                          java.lang.String tableName,
                                                                          java.lang.String name)
                                                                   throws com.liferay.portal.SystemException
Specified by:
fetchByTC_TC_TN_CN in interface com.liferay.portlet.expando.service.persistence.ExpandoColumnFinder
Throws:
com.liferay.portal.SystemException