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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFolder>
      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.model.DLFolder>, com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder

public class DLFolderFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFolder>
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_G_F_S
           
static java.lang.String COUNT_FE_FS_BY_G_F_S
           
static java.lang.String FIND_F_FE_FS_BY_G_F_S
           
static java.lang.String FIND_FE_FS_BY_G_F_S
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT
 
Constructor Summary
DLFolderFinderImpl()
           
 
Method Summary
 int countF_FE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status)
           
 int countFE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status)
           
 java.util.List<java.lang.Object> findF_FE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status, int start, int end)
           
 java.util.List<java.lang.Object> findFE_FS_ByG_F_S(long groupId, java.util.List<java.lang.Long> folderIds, int status, 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
appendOrderByComparator, clearCache, closeSession, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, setDataSource, setSessionFactory, unregisterListener, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_FE_FS_BY_G_F_S

public static java.lang.String COUNT_FE_FS_BY_G_F_S

COUNT_F_FE_FS_BY_G_F_S

public static java.lang.String COUNT_F_FE_FS_BY_G_F_S

FIND_FE_FS_BY_G_F_S

public static java.lang.String FIND_FE_FS_BY_G_F_S

FIND_F_FE_FS_BY_G_F_S

public static java.lang.String FIND_F_FE_FS_BY_G_F_S
Constructor Detail

DLFolderFinderImpl

public DLFolderFinderImpl()
Method Detail

countFE_FS_ByG_F_S

public int countFE_FS_ByG_F_S(long groupId,
                              java.util.List<java.lang.Long> folderIds,
                              int status)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countFE_FS_ByG_F_S in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

countF_FE_FS_ByG_F_S

public int countF_FE_FS_ByG_F_S(long groupId,
                                java.util.List<java.lang.Long> folderIds,
                                int status)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countF_FE_FS_ByG_F_S in interface com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findFE_FS_ByG_F_S

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

findF_FE_FS_ByG_F_S

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

getFolderIds

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