com.liferay.portlet.expando.service.persistence
Class ExpandoRowFinderImpl
java.lang.Object
com.liferay.portlet.expando.service.persistence.ExpandoRowFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
public class ExpandoRowFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
View Source
- Author:
- Raymond Augé
Method Summary |
int |
countByTC_TN(long classNameId,
java.lang.String tableName)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoRow> |
findByTC_TN(long classNameId,
java.lang.String tableName,
int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_TC_TN
public static java.lang.String COUNT_BY_TC_TN
FIND_BY_TC_TN
public static java.lang.String FIND_BY_TC_TN
ExpandoRowFinderImpl
public ExpandoRowFinderImpl()
countByTC_TN
public int countByTC_TN(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Specified by:
countByTC_TN
in interface com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
- Throws:
com.liferay.portal.SystemException
findByTC_TN
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> findByTC_TN(long classNameId,
java.lang.String tableName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByTC_TN
in interface com.liferay.portlet.expando.service.persistence.ExpandoRowFinder
- Throws:
com.liferay.portal.SystemException