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

java.lang.Object
  extended by com.liferay.portlet.tags.service.persistence.TagsPropertyFinderUtil

public class TagsPropertyFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsPropertyFinderUtil()
           
 
Method Summary
static int countByC_K(long companyId, java.lang.String key)
           
static java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key)
           
static java.util.List<TagsProperty> findByC_K(long companyId, java.lang.String key, int begin, int end)
           
static TagsPropertyFinder getFinder()
           
 void setFinder(TagsPropertyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyFinderUtil

public TagsPropertyFinderUtil()
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<TagsProperty> 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<TagsProperty> findByC_K(long companyId,
                                                     java.lang.String key,
                                                     int begin,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static TagsPropertyFinder getFinder()

setFinder

public void setFinder(TagsPropertyFinder finder)