com.liferay.portlet.tags.service.persistence
Interface TagsPropertyKeyFinder
public interface TagsPropertyKeyFinder
View Source
- Author:
- Brian Wing Shun Chan
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 begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException