Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service.persistence
Class JournalFolderFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalFolder>
      extended by com.liferay.portlet.journal.service.persistence.JournalFolderFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<JournalFolder>, JournalFolderFinder

public class JournalFolderFinderImpl
extends BasePersistenceImpl<JournalFolder>
implements JournalFolderFinder


Field Summary
static String COUNT_A_BY_G_F
          Deprecated. As of 7.0.0, replaced by COUNT_A_BY_G_U_F
static String COUNT_A_BY_G_U_F
           
static String COUNT_F_BY_G_F
           
static String FIND_A_BY_G_F
          Deprecated. As of 7.0.0, replaced by FIND_A_BY_G_U_F
static String FIND_A_BY_G_U_F
           
static String FIND_F_BY_G_F
           
static String FIND_F_BY_NO_ASSETS
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
JournalFolderFinderImpl()
           
 
Method Summary
 int countF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
protected  int doCountF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
protected  List<Object> doFindF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
 int filterCountF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
 List<Object> filterFindF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
 List<Object> findF_A_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
 List<JournalFolder> findF_ByNoAssets()
           
protected  String getArticlesSQL(String id, long groupId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
protected  String getFolderId(long folderId, String tableName)
           
protected  String getFoldersSQL(String id, long groupId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
protected  String updateSQL(String sql, long folderId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_A_BY_G_F

@Deprecated
public static final String COUNT_A_BY_G_F
Deprecated. As of 7.0.0, replaced by COUNT_A_BY_G_U_F

COUNT_A_BY_G_U_F

public static final String COUNT_A_BY_G_U_F

COUNT_F_BY_G_F

public static final String COUNT_F_BY_G_F

FIND_A_BY_G_F

@Deprecated
public static final String FIND_A_BY_G_F
Deprecated. As of 7.0.0, replaced by FIND_A_BY_G_U_F

FIND_A_BY_G_U_F

public static final String FIND_A_BY_G_U_F

FIND_F_BY_NO_ASSETS

public static final String FIND_F_BY_NO_ASSETS

FIND_F_BY_G_F

public static final String FIND_F_BY_G_F
Constructor Detail

JournalFolderFinderImpl

public JournalFolderFinderImpl()
Method Detail

countF_A_ByG_F

public int countF_A_ByG_F(long groupId,
                          long folderId,
                          QueryDefinition queryDefinition)
                   throws SystemException
Specified by:
countF_A_ByG_F in interface JournalFolderFinder
Throws:
SystemException

filterCountF_A_ByG_F

public int filterCountF_A_ByG_F(long groupId,
                                long folderId,
                                QueryDefinition queryDefinition)
                         throws SystemException
Specified by:
filterCountF_A_ByG_F in interface JournalFolderFinder
Throws:
SystemException

filterFindF_A_ByG_F

public List<Object> filterFindF_A_ByG_F(long groupId,
                                        long folderId,
                                        QueryDefinition queryDefinition)
                                 throws SystemException
Specified by:
filterFindF_A_ByG_F in interface JournalFolderFinder
Throws:
SystemException

findF_ByNoAssets

public List<JournalFolder> findF_ByNoAssets()
                                     throws SystemException
Specified by:
findF_ByNoAssets in interface JournalFolderFinder
Throws:
SystemException

findF_A_ByG_F

public List<Object> findF_A_ByG_F(long groupId,
                                  long folderId,
                                  QueryDefinition queryDefinition)
                           throws SystemException
Specified by:
findF_A_ByG_F in interface JournalFolderFinder
Throws:
SystemException

doCountF_A_ByG_F

protected int doCountF_A_ByG_F(long groupId,
                               long folderId,
                               QueryDefinition queryDefinition,
                               boolean inlineSQLHelper)
                        throws SystemException
Throws:
SystemException

doFindF_A_ByG_F

protected List<Object> doFindF_A_ByG_F(long groupId,
                                       long folderId,
                                       QueryDefinition queryDefinition,
                                       boolean inlineSQLHelper)
                                throws SystemException
Throws:
SystemException

getArticlesSQL

protected String getArticlesSQL(String id,
                                long groupId,
                                QueryDefinition queryDefinition,
                                boolean inlineSQLHelper)

getFolderId

protected String getFolderId(long folderId,
                             String tableName)

getFoldersSQL

protected String getFoldersSQL(String id,
                               long groupId,
                               QueryDefinition queryDefinition,
                               boolean inlineSQLHelper)

updateSQL

protected String updateSQL(String sql,
                           long folderId)

Liferay 6.2-ce-ga5