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

java.lang.Object
  extended by com.liferay.portlet.tags.service.persistence.TagsEntryFinderImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.persistence.TagsEntryFinder

public class TagsEntryFinderImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.persistence.TagsEntryFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_N_P
           
static java.lang.String COUNT_BY_G_C_C_N
           
static java.lang.String FIND_BY_C_N_P
           
static java.lang.String FIND_BY_G_C_C_N
           
 
Constructor Summary
TagsEntryFinderImpl()
           
 
Method Summary
 int countByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties)
           
 int countByG_C_C_N(long groupId, long companyId, long classNameId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByC_N_P(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_C_N(long groupId, long companyId, long classNameId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_C_N(long groupId, long companyId, long classNameId, java.lang.String name, int begin, int end)
           
protected  java.lang.String getJoin(java.lang.String[] properties)
           
protected  void setJoin(com.liferay.util.dao.hibernate.QueryPos qPos, java.lang.String[] properties)
           
 
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

COUNT_BY_G_C_C_N

public static java.lang.String COUNT_BY_G_C_C_N

FIND_BY_C_N_P

public static java.lang.String FIND_BY_C_N_P

FIND_BY_G_C_C_N

public static java.lang.String FIND_BY_G_C_C_N
Constructor Detail

TagsEntryFinderImpl

public TagsEntryFinderImpl()
Method Detail

countByC_N_P

public int countByC_N_P(long companyId,
                        java.lang.String name,
                        java.lang.String[] properties)
                 throws com.liferay.portal.SystemException
Specified by:
countByC_N_P in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

countByG_C_C_N

public int countByG_C_C_N(long groupId,
                          long companyId,
                          long classNameId,
                          java.lang.String name)
                   throws com.liferay.portal.SystemException
Specified by:
countByG_C_C_N in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByC_N_P

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByC_N_P(long companyId,
                                                                            java.lang.String name,
                                                                            java.lang.String[] properties)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByC_N_P in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByC_N_P

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByC_N_P(long companyId,
                                                                            java.lang.String name,
                                                                            java.lang.String[] properties,
                                                                            int begin,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByC_N_P in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByG_C_C_N

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_C_N(long groupId,
                                                                              long companyId,
                                                                              long classNameId,
                                                                              java.lang.String name)
                                                                       throws com.liferay.portal.SystemException
Specified by:
findByG_C_C_N in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByG_C_C_N

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_C_N(long groupId,
                                                                              long companyId,
                                                                              long classNameId,
                                                                              java.lang.String name,
                                                                              int begin,
                                                                              int end)
                                                                       throws com.liferay.portal.SystemException
Specified by:
findByG_C_C_N in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

getJoin

protected java.lang.String getJoin(java.lang.String[] properties)

setJoin

protected void setJoin(com.liferay.util.dao.hibernate.QueryPos qPos,
                       java.lang.String[] properties)