com.liferay.portlet.tags.service.persistence
Class TagsEntryFinderUtil
java.lang.Object
com.liferay.portlet.tags.service.persistence.TagsEntryFinderUtil
public class TagsEntryFinderUtil
- 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 int |
countByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
|
static java.util.List<TagsEntry> |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
static java.util.List<TagsEntry> |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties,
int begin,
int end)
|
static java.util.List<TagsEntry> |
findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
|
static java.util.List<TagsEntry> |
findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name,
int begin,
int end)
|
static TagsEntryFinder |
getFinder()
|
void |
setFinder(TagsEntryFinder finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsEntryFinderUtil
public TagsEntryFinderUtil()
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
countByG_C_C_N
public static int countByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_N_P
public static java.util.List<TagsEntry> 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<TagsEntry> 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
findByG_C_C_N
public static java.util.List<TagsEntry> findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_C_C_N
public static java.util.List<TagsEntry> findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFinder
public static TagsEntryFinder getFinder()
setFinder
public void setFinder(TagsEntryFinder finder)