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


public interface ExpandoValueFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByTC_TN_C(long classNameId, java.lang.String tableName, long classPK)
           
 int countByTC_TN_CN_D(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
 int countByTC_TN_CN(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
 ExpandoValue fetchByTC_TN_CN_C(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 java.util.List<ExpandoValue> findByTC_TN_C(long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
 java.util.List<ExpandoValue> findByTC_TN_CN_D(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
 java.util.List<ExpandoValue> findByTC_TN_CN(long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 

Method Detail

countByTC_TN_CN

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

countByTC_TN_C

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

countByTC_TN_CN_D

int countByTC_TN_CN_D(long classNameId,
                      java.lang.String tableName,
                      java.lang.String columnName,
                      java.lang.String data)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByTC_TN_CN

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

findByTC_TN_C

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

fetchByTC_TN_CN_C

ExpandoValue fetchByTC_TN_CN_C(long classNameId,
                               java.lang.String tableName,
                               java.lang.String columnName,
                               long classPK)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByTC_TN_CN_D

java.util.List<ExpandoValue> findByTC_TN_CN_D(long classNameId,
                                              java.lang.String tableName,
                                              java.lang.String columnName,
                                              java.lang.String data,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException