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

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

public class TagsEntryFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsEntryFinderUtil()
           
 
Method Summary
static int countByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties)
           
static java.util.List findByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties)
           
static java.util.List findByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end)
           
static TagsEntryFinder getFinder()
           
 void setFinder(TagsEntryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsEntryFinderUtil

public TagsEntryFinderUtil()
Method Detail

countByC_N_P

public static int countByC_N_P(long companyId,
                               java.lang.String name,
                               java.lang.String[] properties)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_N_P

public static java.util.List findByC_N_P(long companyId,
                                         java.lang.String name,
                                         java.lang.String[] properties)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_N_P

public static java.util.List findByC_N_P(long companyId,
                                         java.lang.String name,
                                         java.lang.String[] properties,
                                         int begin,
                                         int end)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static TagsEntryFinder getFinder()

setFinder

public void setFinder(TagsEntryFinder finder)