com.liferay.portlet.expando.service.persistence
Interface ExpandoRowFinder


public interface ExpandoRowFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName)
           
 ExpandoRow fetchByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK)
           
 java.util.List<ExpandoRow> findByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName, int start, int end)
           
 

Method Detail

countByTC_TC_TN

int countByTC_TC_TN(long companyId,
                    long classNameId,
                    java.lang.String tableName)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByTC_TC_TN

java.util.List<ExpandoRow> findByTC_TC_TN(long companyId,
                                          long classNameId,
                                          java.lang.String tableName,
                                          int start,
                                          int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByTC_TC_TN_C

ExpandoRow fetchByTC_TC_TN_C(long companyId,
                             long classNameId,
                             java.lang.String tableName,
                             long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException