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

java.lang.Object
  extended by com.liferay.portlet.expando.service.persistence.ExpandoValueFinderUtil

public class ExpandoValueFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ExpandoValueFinderUtil()
           
 
Method Summary
static int countByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK)
           
static int countByTC_TC_TN_CN_D(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
static int countByTC_TC_TN_CN(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName)
           
static ExpandoValue fetchByTC_TC_TN_CN_C(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
static java.util.List<ExpandoValue> findByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
static java.util.List<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)
           
static java.util.List<ExpandoValue> findByTC_TC_TN_CN(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
static ExpandoValueFinder getFinder()
           
 void setFinder(ExpandoValueFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueFinderUtil

public ExpandoValueFinderUtil()
Method Detail

countByTC_TC_TN_CN

public static int countByTC_TC_TN_CN(long companyId,
                                     long classNameId,
                                     java.lang.String tableName,
                                     java.lang.String columnName)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByTC_TC_TN_C

public static int countByTC_TC_TN_C(long companyId,
                                    long classNameId,
                                    java.lang.String tableName,
                                    long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByTC_TC_TN_CN_D

public static 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
Throws:
com.liferay.portal.SystemException

findByTC_TC_TN_CN

public static java.util.List<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
Throws:
com.liferay.portal.SystemException

findByTC_TC_TN_C

public static java.util.List<ExpandoValue> findByTC_TC_TN_C(long companyId,
                                                            long classNameId,
                                                            java.lang.String tableName,
                                                            long classPK,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByTC_TC_TN_CN_C

public static 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
Throws:
com.liferay.portal.SystemException

findByTC_TC_TN_CN_D

public static java.util.List<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
Throws:
com.liferay.portal.SystemException

getFinder

public static ExpandoValueFinder getFinder()

setFinder

public void setFinder(ExpandoValueFinder finder)