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<TagsProperty> findByC_K(long companyId, java.lang.String key)
           
 java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key, int start, int end)
           
 

Method Detail

countByC_K

int countByC_K(long companyId,
               java.lang.String key)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_K

java.util.List<TagsProperty> findByC_K(long companyId,
                                       java.lang.String key)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_K

java.util.List<TagsProperty> findByC_K(long companyId,
                                       java.lang.String key,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException