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_TN_CN(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
static java.util.List<ExpandoValue> findByTC_TN_CN(long classNameId, java.lang.String tableName, java.lang.String columnName, int begin, int end)
           
static ExpandoValue findByTC_TN_N(long classNameId, java.lang.String tableName, java.lang.String columnName, long rowId)
           
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_TN_CN

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

findByTC_TN_CN

public static java.util.List<ExpandoValue> findByTC_TN_CN(long classNameId,
                                                          java.lang.String tableName,
                                                          java.lang.String columnName,
                                                          int begin,
                                                          int end)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByTC_TN_N

public static ExpandoValue findByTC_TN_N(long classNameId,
                                         java.lang.String tableName,
                                         java.lang.String columnName,
                                         long rowId)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static ExpandoValueFinder getFinder()

setFinder

public void setFinder(ExpandoValueFinder finder)