com.liferay.portlet.tags.service.persistence
Interface TagsPropertyFinder
- public interface TagsPropertyFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByC_K(long companyId,
java.lang.String key)
|
java.util.List |
findByC_K(long companyId,
java.lang.String key)
|
java.util.List |
findByC_K(long companyId,
java.lang.String key,
int begin,
int end)
|
countByC_K
public int countByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public java.util.List findByC_K(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_K
public 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