com.liferay.portlet.expando.service.persistence
Interface ExpandoRowFinder
public interface ExpandoRowFinder
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<ExpandoRow> findByTC_TN(long classNameId,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByTC_TN_C
ExpandoRow fetchByTC_TN_C(long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException