Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.persistence.impl
Class DLFolderFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFolder>
      extended by com.liferay.portlet.documentlibrary.service.persistence.impl.DLFolderFinderBaseImpl
          extended by com.liferay.portlet.documentlibrary.service.persistence.impl.DLFolderFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<DLFolder>, DLFolderFinder

public class DLFolderFinderImpl
extends DLFolderFinderBaseImpl
implements DLFolderFinder


Field Summary
static String COUNT_F_BY_G_M_F
           
static String COUNT_FE_BY_G_F
           
static String COUNT_FS_BY_G_F_A
           
static String FIND_F_BY_G_M_F
           
static String FIND_F_BY_NO_ASSETS
           
static String FIND_FE_BY_G_F
           
static String FIND_FS_BY_G_F_A
           
static String JOIN_AE_BY_DL_FOLDER
           
static String JOIN_FE_BY_DL_FILE_VERSION
           
static String JOIN_FS_BY_DL_FILE_ENTRY
           
 
Fields inherited from class com.liferay.portlet.documentlibrary.service.persistence.impl.DLFolderFinderBaseImpl
dlFolderPersistence
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, 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
DLFolderFinderImpl()
           
 
Method Summary
 int countF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition)
           
 int countFE_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
 int countFE_FS_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
protected  int doCountF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  int doCountFE_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  int doCountFE_FS_ByG_F_M(long groupId, long folderId, String[] mimeTypes, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  List<Object> doFindF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  List<Object> doFindFE_FS_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
 int filterCountF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition)
           
 int filterCountFE_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
 int filterCountFE_FS_ByG_F_M(long groupId, long folderId, String[] mimeTypes, QueryDefinition<?> queryDefinition)
           
 int filterCountFE_FS_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
 List<Object> filterFindF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition)
           
 List<Object> filterFindFE_FS_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
 List<DLFolder> findF_ByNoAssets()
           
 List<Object> findF_FE_FS_ByG_F_M_M(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition)
           
 List<Object> findFE_FS_ByG_F(long groupId, long folderId, QueryDefinition<?> queryDefinition)
           
protected  String getFileEntriesSQL(String id, long groupId, String[] mimeTypes, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  String getFileShortcutsSQL(String id, long groupId, String[] mimeTypes, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  String getFileVersionsSQL(String id, long groupId, String[] mimeTypes, QueryDefinition<?> queryDefinition, boolean inlineSQLHelper)
           
protected  String getFolderId(long folderId, String tableName)
           
protected  String getMimeTypes(String[] mimeTypes, String tableName)
           
protected  String updateSQL(String sql, long folderId, boolean includeMountFolders)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.service.persistence.impl.DLFolderFinderBaseImpl
getBadColumnNames, getDLFolderPersistence, setDLFolderPersistence
 
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, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, 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_F_BY_G_M_F

public static final String COUNT_F_BY_G_M_F

COUNT_FE_BY_G_F

public static final String COUNT_FE_BY_G_F

COUNT_FS_BY_G_F_A

public static final String COUNT_FS_BY_G_F_A

FIND_F_BY_NO_ASSETS

public static final String FIND_F_BY_NO_ASSETS

FIND_F_BY_G_M_F

public static final String FIND_F_BY_G_M_F

FIND_FE_BY_G_F

public static final String FIND_FE_BY_G_F

FIND_FS_BY_G_F_A

public static final String FIND_FS_BY_G_F_A

JOIN_FE_BY_DL_FILE_VERSION

public static final String JOIN_FE_BY_DL_FILE_VERSION

JOIN_FS_BY_DL_FILE_ENTRY

public static final String JOIN_FS_BY_DL_FILE_ENTRY

JOIN_AE_BY_DL_FOLDER

public static final String JOIN_AE_BY_DL_FOLDER
Constructor Detail

DLFolderFinderImpl

public DLFolderFinderImpl()
Method Detail

countF_FE_FS_ByG_F_M_M

public int countF_FE_FS_ByG_F_M_M(long groupId,
                                  long folderId,
                                  String[] mimeTypes,
                                  boolean includeMountFolders,
                                  QueryDefinition<?> queryDefinition)
Specified by:
countF_FE_FS_ByG_F_M_M in interface DLFolderFinder

countFE_ByG_F

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

countFE_FS_ByG_F

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

filterCountF_FE_FS_ByG_F_M_M

public int filterCountF_FE_FS_ByG_F_M_M(long groupId,
                                        long folderId,
                                        String[] mimeTypes,
                                        boolean includeMountFolders,
                                        QueryDefinition<?> queryDefinition)
Specified by:
filterCountF_FE_FS_ByG_F_M_M in interface DLFolderFinder

filterCountFE_ByG_F

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

filterCountFE_FS_ByG_F

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

filterCountFE_FS_ByG_F_M

public int filterCountFE_FS_ByG_F_M(long groupId,
                                    long folderId,
                                    String[] mimeTypes,
                                    QueryDefinition<?> queryDefinition)
Specified by:
filterCountFE_FS_ByG_F_M in interface DLFolderFinder

filterFindF_FE_FS_ByG_F_M_M

public List<Object> filterFindF_FE_FS_ByG_F_M_M(long groupId,
                                                long folderId,
                                                String[] mimeTypes,
                                                boolean includeMountFolders,
                                                QueryDefinition<?> queryDefinition)
Specified by:
filterFindF_FE_FS_ByG_F_M_M in interface DLFolderFinder

filterFindFE_FS_ByG_F

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

findF_ByNoAssets

public List<DLFolder> findF_ByNoAssets()
Specified by:
findF_ByNoAssets in interface DLFolderFinder

findF_FE_FS_ByG_F_M_M

public List<Object> findF_FE_FS_ByG_F_M_M(long groupId,
                                          long folderId,
                                          String[] mimeTypes,
                                          boolean includeMountFolders,
                                          QueryDefinition<?> queryDefinition)
Specified by:
findF_FE_FS_ByG_F_M_M in interface DLFolderFinder

findFE_FS_ByG_F

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

doCountF_FE_FS_ByG_F_M_M

protected int doCountF_FE_FS_ByG_F_M_M(long groupId,
                                       long folderId,
                                       String[] mimeTypes,
                                       boolean includeMountFolders,
                                       QueryDefinition<?> queryDefinition,
                                       boolean inlineSQLHelper)

doCountFE_ByG_F

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

doCountFE_FS_ByG_F_M

protected int doCountFE_FS_ByG_F_M(long groupId,
                                   long folderId,
                                   String[] mimeTypes,
                                   QueryDefinition<?> queryDefinition,
                                   boolean inlineSQLHelper)

doFindF_FE_FS_ByG_F_M_M

protected List<Object> doFindF_FE_FS_ByG_F_M_M(long groupId,
                                               long folderId,
                                               String[] mimeTypes,
                                               boolean includeMountFolders,
                                               QueryDefinition<?> queryDefinition,
                                               boolean inlineSQLHelper)

doFindFE_FS_ByG_F

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

getFileEntriesSQL

protected String getFileEntriesSQL(String id,
                                   long groupId,
                                   String[] mimeTypes,
                                   QueryDefinition<?> queryDefinition,
                                   boolean inlineSQLHelper)

getFileShortcutsSQL

protected String getFileShortcutsSQL(String id,
                                     long groupId,
                                     String[] mimeTypes,
                                     QueryDefinition<?> queryDefinition,
                                     boolean inlineSQLHelper)

getFileVersionsSQL

protected String getFileVersionsSQL(String id,
                                    long groupId,
                                    String[] mimeTypes,
                                    QueryDefinition<?> queryDefinition,
                                    boolean inlineSQLHelper)

getFolderId

protected String getFolderId(long folderId,
                             String tableName)

getMimeTypes

protected String getMimeTypes(String[] mimeTypes,
                              String tableName)

updateSQL

protected String updateSQL(String sql,
                           long folderId,
                           boolean includeMountFolders)

Liferay 7.0-ce-b4