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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.tags.service.persistence.TagsEntryFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.tags.service.persistence.TagsEntryFinder

public class TagsEntryFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.tags.service.persistence.TagsEntryFinder

View Source

Author:
Brian Wing Shun Chan, Bruno Farache

Field Summary
static java.lang.String COUNT_BY_G_C_N_F
           
static java.lang.String COUNT_BY_G_N_F_P
           
static java.lang.String FIND_BY_A_F
           
static java.lang.String FIND_BY_FOLKSONOMY
           
static java.lang.String FIND_BY_G_C_N_F
           
static java.lang.String FIND_BY_G_N_F
           
static java.lang.String FIND_BY_G_N_F_P
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
TagsEntryFinderImpl()
           
 
Method Summary
 int countByG_C_N_F(long groupId, long classNameId, java.lang.String name, boolean folksonomy)
           
 int countByG_N_F_P(long groupId, java.lang.String name, boolean folksonomy, java.lang.String[] properties)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByA_F(long assetId, boolean folksonomy)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByFolksonomy(boolean folksonomy)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_N_F(long groupId, long classNameId, java.lang.String name, boolean folksonomy)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_C_N_F(long groupId, long classNameId, java.lang.String name, boolean folksonomy, int start, int end)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_N_F_P(long groupId, java.lang.String name, boolean folksonomy, java.lang.String[] properties)
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_N_F_P(long groupId, java.lang.String name, boolean folksonomy, java.lang.String[] properties, int start, int end)
           
 com.liferay.portlet.tags.model.TagsEntry findByG_N_F(long groupId, java.lang.String name, boolean folksonomy)
           
protected  java.lang.String getJoin(java.lang.String[] properties)
           
protected  void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos qPos, java.lang.String[] properties)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_G_C_N_F

public static java.lang.String COUNT_BY_G_C_N_F

COUNT_BY_G_N_F_P

public static java.lang.String COUNT_BY_G_N_F_P

FIND_BY_FOLKSONOMY

public static java.lang.String FIND_BY_FOLKSONOMY

FIND_BY_A_F

public static java.lang.String FIND_BY_A_F

FIND_BY_G_N_F

public static java.lang.String FIND_BY_G_N_F

FIND_BY_G_C_N_F

public static java.lang.String FIND_BY_G_C_N_F

FIND_BY_G_N_F_P

public static java.lang.String FIND_BY_G_N_F_P
Constructor Detail

TagsEntryFinderImpl

public TagsEntryFinderImpl()
Method Detail

countByG_C_N_F

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

countByG_N_F_P

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

findByFolksonomy

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByFolksonomy(boolean folksonomy)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByFolksonomy in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByA_F

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByA_F(long assetId,
                                                                          boolean folksonomy)
                                                                   throws com.liferay.portal.SystemException
Specified by:
findByA_F in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portal.SystemException

findByG_N_F

public com.liferay.portlet.tags.model.TagsEntry findByG_N_F(long groupId,
                                                            java.lang.String name,
                                                            boolean folksonomy)
                                                     throws com.liferay.portlet.tags.NoSuchEntryException,
                                                            com.liferay.portal.SystemException
Specified by:
findByG_N_F in interface com.liferay.portlet.tags.service.persistence.TagsEntryFinder
Throws:
com.liferay.portlet.tags.NoSuchEntryException
com.liferay.portal.SystemException

findByG_C_N_F

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

findByG_C_N_F

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

findByG_N_F_P

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

findByG_N_F_P

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> findByG_N_F_P(long groupId,
                                                                              java.lang.String name,
                                                                              boolean folksonomy,
                                                                              java.lang.String[] properties,
                                                                              int start,
                                                                              int end)
                                                                       throws com.liferay.portal.SystemException
Specified by:
findByG_N_F_P 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.portal.kernel.dao.orm.QueryPos qPos,
                       java.lang.String[] properties)