com.liferay.portlet.tags.service.persistence
Class TagsPropertyFinder

java.lang.Object
  extended bycom.liferay.portlet.tags.service.persistence.TagsPropertyFinder

public class TagsPropertyFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_K
           
static java.lang.String FIND_BY_C_K
           
 
Constructor Summary
TagsPropertyFinder()
           
 
Method Summary
static int countByC_K(long companyId, java.lang.String key)
           
static java.util.List findByC_K(long companyId, java.lang.String key)
           
static java.util.List findByC_K(long companyId, java.lang.String key, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_K

public static java.lang.String COUNT_BY_C_K

FIND_BY_C_K

public static java.lang.String FIND_BY_C_K
Constructor Detail

TagsPropertyFinder

public TagsPropertyFinder()
Method Detail

countByC_K

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

findByC_K

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

findByC_K

public static 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