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 countByG_K(long groupId, java.lang.String key)
           
static java.util.List<TagsProperty> findByG_K(long groupId, java.lang.String key)
           
static java.util.List<TagsProperty> findByG_K(long groupId, java.lang.String key, int start, 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

countByG_K

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

findByG_K

public static java.util.List<TagsProperty> findByG_K(long groupId,
                                                     java.lang.String key)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_K

public static java.util.List<TagsProperty> findByG_K(long groupId,
                                                     java.lang.String key,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static TagsPropertyFinder getFinder()

setFinder

public void setFinder(TagsPropertyFinder finder)