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


public interface ExpandoColumnFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByTC_TN(long classNameId, java.lang.String tableName)
           
 ExpandoColumn fetchByTC_TN_CN(long classNameId, java.lang.String tableName, java.lang.String name)
           
 java.util.List<ExpandoColumn> findByTC_TN(long classNameId, java.lang.String tableName)
           
 

Method Detail

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<ExpandoColumn> findByTC_TN(long classNameId,
                                          java.lang.String tableName)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByTC_TN_CN

ExpandoColumn fetchByTC_TN_CN(long classNameId,
                              java.lang.String tableName,
                              java.lang.String name)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException