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

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

public class TagsEntryFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_N_P
           
static java.lang.String FIND_BY_C_N_P
           
 
Constructor Summary
TagsEntryFinder()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_N_P

public static java.lang.String COUNT_BY_C_N_P

FIND_BY_C_N_P

public static java.lang.String FIND_BY_C_N_P
Constructor Detail

TagsEntryFinder

public TagsEntryFinder()
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