com.liferay.portlet.tags.service.persistence
Class TagsEntryFinder
java.lang.Object
com.liferay.portlet.tags.service.persistence.TagsEntryFinder
- public class TagsEntryFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
static java.util.List |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
static java.util.List |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties,
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_N_P
public static java.lang.String COUNT_BY_C_N_P
FIND_BY_C_N_P
public static java.lang.String FIND_BY_C_N_P
TagsEntryFinder
public TagsEntryFinder()
countByC_N_P
public static int countByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_N_P
public static java.util.List findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_N_P
public static java.util.List findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException