com.liferay.portlet.expando.service.persistence
Class ExpandoValueFinderUtil
java.lang.Object
com.liferay.portlet.expando.service.persistence.ExpandoValueFinderUtil
public class ExpandoValueFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoValueFinderUtil
public ExpandoValueFinderUtil()
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)