com.liferay.portlet.expando.service.persistence
Interface ExpandoRowFinder
public interface ExpandoRowFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByTC_TN(long classNameId,
java.lang.String tableName)
|
java.util.List<ExpandoRow> |
findByTC_TN(long classNameId,
java.lang.String tableName,
int begin,
int end)
|
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<ExpandoRow> findByTC_TN(long classNameId,
java.lang.String tableName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException