com.liferay.portlet.tags.service.persistence
Interface TagsPropertyKeyFinder


public interface TagsPropertyKeyFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByCompanyId(long companyId)
           
 java.lang.String[] findByCompanyId(long companyId)
           
 java.lang.String[] findByCompanyId(long companyId, int start, int end)
           
 

Method Detail

countByCompanyId

int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.lang.String[] findByCompanyId(long companyId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.lang.String[] findByCompanyId(long companyId,
                                   int start,
                                   int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException