com.liferay.portlet.expando.service.persistence
Class ExpandoColumnFinderUtil
java.lang.Object
com.liferay.portlet.expando.service.persistence.ExpandoColumnFinderUtil
public class ExpandoColumnFinderUtil
- 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 |
ExpandoColumnFinderUtil
public ExpandoColumnFinderUtil()
countByTC_TN
public static int countByTC_TN(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTC_TN
public static java.util.List<ExpandoColumn> findByTC_TN(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByTC_TN_CN
public static ExpandoColumn fetchByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFinder
public static ExpandoColumnFinder getFinder()
setFinder
public void setFinder(ExpandoColumnFinder finder)