com.liferay.portlet.tags.service.persistence
Class TagsPropertyFinder
java.lang.Object
com.liferay.portlet.tags.service.persistence.TagsPropertyFinder
- public class TagsPropertyFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByC_K(long companyId,
java.lang.String key)
|
static java.util.List |
findByC_K(long companyId,
java.lang.String key)
|
static java.util.List |
findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_C_K
public static java.lang.String COUNT_BY_C_K
FIND_BY_C_K
public static java.lang.String FIND_BY_C_K
TagsPropertyFinder
public TagsPropertyFinder()
countByC_K
public static int countByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public static java.util.List findByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public static java.util.List findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException