com.liferay.portlet.expando.service.persistence
Class ExpandoRowFinderUtil

java.lang.Object
  extended by com.liferay.portlet.expando.service.persistence.ExpandoRowFinderUtil

public class ExpandoRowFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ExpandoRowFinderUtil()
           
 
Method Summary
static int countByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName)
           
static ExpandoRow fetchByTC_TC_TN_C(long companyId, long classNameId, java.lang.String tableName, long classPK)
           
static java.util.List<ExpandoRow> findByTC_TC_TN(long companyId, long classNameId, java.lang.String tableName, int start, int end)
           
static ExpandoRowFinder getFinder()
           
 void setFinder(ExpandoRowFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowFinderUtil

public ExpandoRowFinderUtil()
Method Detail

countByTC_TC_TN

public static 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

public static 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

public static 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

getFinder

public static ExpandoRowFinder getFinder()

setFinder

public void setFinder(ExpandoRowFinder finder)