Liferay 7.0-ce-m3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalFolder>
      extended by com.liferay.portlet.journal.service.persistence.impl.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
           
static String COUNT_F_BY_G_F
           
static String FIND_A_BY_G_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, NULL_SAFE_STRING_COMPARATOR, 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, fetchByPrimaryKeys, 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

public static final String COUNT_A_BY_G_F

COUNT_F_BY_G_F

public static final String COUNT_F_BY_G_F

FIND_A_BY_G_F

public static final String FIND_A_BY_G_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)
Specified by:
countF_A_ByG_F in interface JournalFolderFinder

filterCountF_A_ByG_F

public int filterCountF_A_ByG_F(long groupId,
                                long folderId,
                                QueryDefinition<?> queryDefinition)
Specified by:
filterCountF_A_ByG_F in interface JournalFolderFinder

filterFindF_A_ByG_F

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

findF_ByNoAssets

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

findF_A_ByG_F

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

doCountF_A_ByG_F

protected int doCountF_A_ByG_F(long groupId,
                               long folderId,
                               QueryDefinition<?> queryDefinition,
                               boolean inlineSQLHelper)

doFindF_A_ByG_F

protected List<Object> doFindF_A_ByG_F(long groupId,
                                       long folderId,
                                       QueryDefinition<?> queryDefinition,
                                       boolean inlineSQLHelper)

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 7.0-ce-m3