com.liferay.portlet.expando.service.persistence
Class ExpandoValueFinderImpl
java.lang.Object
com.liferay.portlet.expando.service.persistence.ExpandoValueFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
public class ExpandoValueFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
View Source
- Author:
- Raymond Augé
Method Summary |
int |
countByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoValue> |
findByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
|
com.liferay.portlet.expando.model.ExpandoValue |
findByTC_TN_N(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long rowId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_TC_TN_CN
public static java.lang.String COUNT_BY_TC_TN_CN
FIND_BY_TC_TN_CN
public static java.lang.String FIND_BY_TC_TN_CN
FIND_BY_TC_TN_CN_R
public static java.lang.String FIND_BY_TC_TN_CN_R
ExpandoValueFinderImpl
public ExpandoValueFinderImpl()
countByTC_TN_CN
public int countByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
throws com.liferay.portal.SystemException
- Specified by:
countByTC_TN_CN
in interface com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
- Throws:
com.liferay.portal.SystemException
findByTC_TN_CN
public java.util.List<com.liferay.portlet.expando.model.ExpandoValue> findByTC_TN_CN(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByTC_TN_CN
in interface com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
- Throws:
com.liferay.portal.SystemException
findByTC_TN_N
public com.liferay.portlet.expando.model.ExpandoValue findByTC_TN_N(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long rowId)
throws com.liferay.portal.SystemException
- Specified by:
findByTC_TN_N
in interface com.liferay.portlet.expando.service.persistence.ExpandoValueFinder
- Throws:
com.liferay.portal.SystemException