com.liferay.portlet.tags.service.persistence
Class TagsPropertyKeyFinderImpl
java.lang.Object
com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
public class TagsPropertyKeyFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_COMPANYID
public static java.lang.String COUNT_BY_COMPANYID
FIND_BY_COMPANYID
public static java.lang.String FIND_BY_COMPANYID
TagsPropertyKeyFinderImpl
public TagsPropertyKeyFinderImpl()
countByCompanyId
public int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Specified by:
countByCompanyId
in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.lang.String[] findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Specified by:
findByCompanyId
in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.lang.String[] findByCompanyId(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByCompanyId
in interface com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder
- Throws:
com.liferay.portal.SystemException