com.liferay.portlet.expando.service.persistence
Interface ExpandoColumnFinder
public interface ExpandoColumnFinder
View Source
- Author:
- Brian Wing Shun Chan
countByTC_TN
int countByTC_TN(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTC_TN
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
ExpandoColumn fetchByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException