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

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

public class DLFolderFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_F_FE_FS_BY_FOLDER_IDS
           
static java.lang.String COUNT_FE_FS_BY_FOLDER_IDS
           
static java.lang.String FIND_F_FE_FS_BY_FOLDER_IDS
           
static java.lang.String FIND_FE_FS_BY_FOLDER_IDS
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
DLFolderFinderImpl()
           
 
Method Summary
 int countF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
 java.util.List<java.lang.Object> findFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds, int start, int end)
           
protected  java.lang.String getFolderIds(java.util.List<java.lang.Long> folderIds, java.lang.String table)
           
 
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_FE_FS_BY_FOLDER_IDS

public static java.lang.String COUNT_FE_FS_BY_FOLDER_IDS

COUNT_F_FE_FS_BY_FOLDER_IDS

public static java.lang.String COUNT_F_FE_FS_BY_FOLDER_IDS

FIND_FE_FS_BY_FOLDER_IDS

public static java.lang.String FIND_FE_FS_BY_FOLDER_IDS

FIND_F_FE_FS_BY_FOLDER_IDS

public static java.lang.String FIND_F_FE_FS_BY_FOLDER_IDS
Constructor Detail

DLFolderFinderImpl

public DLFolderFinderImpl()
Method Detail

countFE_FS_ByFolderIds

public int countFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
                           throws com.liferay.portal.SystemException
Specified by:
countFE_FS_ByFolderIds in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.SystemException

countF_FE_FS_ByFolderIds

public int countF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds)
                             throws com.liferay.portal.SystemException
Specified by:
countF_FE_FS_ByFolderIds in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.SystemException

findFE_FS_ByFolderIds

public java.util.List<java.lang.Object> findFE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds,
                                                              int start,
                                                              int end)
                                                       throws com.liferay.portal.SystemException
Specified by:
findFE_FS_ByFolderIds in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.SystemException

findF_FE_FS_ByFolderIds

public java.util.List<java.lang.Object> findF_FE_FS_ByFolderIds(java.util.List<java.lang.Long> folderIds,
                                                                int start,
                                                                int end)
                                                         throws com.liferay.portal.SystemException
Specified by:
findF_FE_FS_ByFolderIds in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.SystemException

getFolderIds

protected java.lang.String getFolderIds(java.util.List<java.lang.Long> folderIds,
                                        java.lang.String table)