com.liferay.portlet.tags.service.persistence
Interface TagsEntryFinder
public interface TagsEntryFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
int |
countByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
|
java.util.List<TagsEntry> |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
java.util.List<TagsEntry> |
findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
|
java.util.List<TagsEntry> |
findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name)
|
java.util.List<TagsEntry> |
findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name,
int start,
int end)
|
countByC_N_P
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
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
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
java.util.List<TagsEntry> findByC_N_P(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_C_C_N
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
java.util.List<TagsEntry> findByG_C_C_N(long groupId,
long companyId,
long classNameId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException