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

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

public class ExpandoValueFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.expando.service.persistence.ExpandoValueFinder

View Source

Author:
Raymond Augé

Field Summary
static java.lang.String COUNT_BY_TC_TC_TN_C
           
static java.lang.String COUNT_BY_TC_TC_TN_CN
           
static java.lang.String COUNT_BY_TC_TC_TN_CN_D
           
static java.lang.String FIND_BY_TC_TC_TN_C
           
static java.lang.String FIND_BY_TC_TC_TN_CN
           
static java.lang.String FIND_BY_TC_TC_TN_CN_C
           
static java.lang.String FIND_BY_TC_TC_TN_CN_D
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
ExpandoValueFinderImpl()
           
 
Method Summary
 int countByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK)
           
 int countByTC_TC_TN_CN_D(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
 int countByTC_TC_TN_CN(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName)
           
 com.liferay.portlet.expando.model.ExpandoValue fetchByTC_TC_TN_CN_C(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> findByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> findByTC_TC_TN_CN_D(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> findByTC_TC_TN_CN(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 
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_CN

public static java.lang.String COUNT_BY_TC_TC_TN_CN

COUNT_BY_TC_TC_TN_C

public static java.lang.String COUNT_BY_TC_TC_TN_C

COUNT_BY_TC_TC_TN_CN_D

public static java.lang.String COUNT_BY_TC_TC_TN_CN_D

FIND_BY_TC_TC_TN_CN

public static java.lang.String FIND_BY_TC_TC_TN_CN

FIND_BY_TC_TC_TN_C

public static java.lang.String FIND_BY_TC_TC_TN_C

FIND_BY_TC_TC_TN_CN_C

public static java.lang.String FIND_BY_TC_TC_TN_CN_C

FIND_BY_TC_TC_TN_CN_D

public static java.lang.String FIND_BY_TC_TC_TN_CN_D
Constructor Detail

ExpandoValueFinderImpl

public ExpandoValueFinderImpl()
Method Detail

countByTC_TC_TN_CN

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

countByTC_TC_TN_C

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

countByTC_TC_TN_CN_D

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

findByTC_TC_TN_CN

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

findByTC_TC_TN_C

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

fetchByTC_TC_TN_CN_C

public com.liferay.portlet.expando.model.ExpandoValue fetchByTC_TC_TN_CN_C(long companyId,
                                                                           long classNameId,
                                                                           java.lang.String tableName,
                                                                           java.lang.String columnName,
                                                                           long classPK)
                                                                    throws com.liferay.portal.SystemException
Specified by:
fetchByTC_TC_TN_CN_C in interface com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
Throws:
com.liferay.portal.SystemException

findByTC_TC_TN_CN_D

public java.util.List<com.liferay.portlet.expando.model.ExpandoValue> findByTC_TC_TN_CN_D(long companyId,
                                                                                          long classNameId,
                                                                                          java.lang.String tableName,
                                                                                          java.lang.String columnName,
                                                                                          java.lang.String data,
                                                                                          int start,
                                                                                          int end)
                                                                                   throws com.liferay.portal.SystemException
Specified by:
findByTC_TC_TN_CN_D in interface com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
Throws:
com.liferay.portal.SystemException