Liferay 6.0.5

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

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

public class DLFolderFinderImpl
extends BasePersistenceImpl<DLFolder>
implements DLFolderFinder


Field Summary
static String COUNT_F_BY_G_F_S
           
static String COUNT_FE_BY_G_F_S
           
static String COUNT_FS_BY_G_F_S
           
static String FIND_F_BY_G_F_S
           
static String FIND_FE_BY_G_F_S
           
static String FIND_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, 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_S(long groupId, List<Long> folderIds, int status)
           
 int countFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
protected  int doCountF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, boolean inlineSQLHelper)
           
protected  int doCountFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, boolean inlineSQLHelper)
           
protected  List<Object> doFindF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end, boolean inlineSQLHelper)
           
protected  List<Object> doFindFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end, boolean inlineSQLHelper)
           
 int filterCountF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
 int filterCountFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status)
           
 List<Object> filterFindF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> filterFindFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> findF_FE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> findFE_FS_ByG_F_S(long groupId, List<Long> folderIds, int status, int start, int end)
           
protected  String getFolderIds(List<Long> folderIds, String table)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, 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_F_S

public static String COUNT_F_BY_G_F_S

COUNT_FE_BY_G_F_S

public static String COUNT_FE_BY_G_F_S

COUNT_FS_BY_G_F_S

public static String COUNT_FS_BY_G_F_S

FIND_F_BY_G_F_S

public static String FIND_F_BY_G_F_S

FIND_FE_BY_G_F_S

public static String FIND_FE_BY_G_F_S

FIND_FS_BY_G_F_S

public static String FIND_FS_BY_G_F_S
Constructor Detail

DLFolderFinderImpl

public DLFolderFinderImpl()
Method Detail

countF_FE_FS_ByG_F_S

public int countF_FE_FS_ByG_F_S(long groupId,
                                List<Long> folderIds,
                                int status)
                         throws SystemException
Specified by:
countF_FE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

countFE_FS_ByG_F_S

public int countFE_FS_ByG_F_S(long groupId,
                              List<Long> folderIds,
                              int status)
                       throws SystemException
Specified by:
countFE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

filterCountF_FE_FS_ByG_F_S

public int filterCountF_FE_FS_ByG_F_S(long groupId,
                                      List<Long> folderIds,
                                      int status)
                               throws SystemException
Specified by:
filterCountF_FE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

filterCountFE_FS_ByG_F_S

public int filterCountFE_FS_ByG_F_S(long groupId,
                                    List<Long> folderIds,
                                    int status)
                             throws SystemException
Specified by:
filterCountFE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

filterFindF_FE_FS_ByG_F_S

public List<Object> filterFindF_FE_FS_ByG_F_S(long groupId,
                                              List<Long> folderIds,
                                              int status,
                                              int start,
                                              int end)
                                       throws SystemException
Specified by:
filterFindF_FE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

filterFindFE_FS_ByG_F_S

public List<Object> filterFindFE_FS_ByG_F_S(long groupId,
                                            List<Long> folderIds,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
Specified by:
filterFindFE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

findF_FE_FS_ByG_F_S

public List<Object> findF_FE_FS_ByG_F_S(long groupId,
                                        List<Long> folderIds,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
findF_FE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

findFE_FS_ByG_F_S

public List<Object> findFE_FS_ByG_F_S(long groupId,
                                      List<Long> folderIds,
                                      int status,
                                      int start,
                                      int end)
                               throws SystemException
Specified by:
findFE_FS_ByG_F_S in interface DLFolderFinder
Throws:
SystemException

doCountF_FE_FS_ByG_F_S

protected int doCountF_FE_FS_ByG_F_S(long groupId,
                                     List<Long> folderIds,
                                     int status,
                                     boolean inlineSQLHelper)
                              throws SystemException
Throws:
SystemException

doCountFE_FS_ByG_F_S

protected int doCountFE_FS_ByG_F_S(long groupId,
                                   List<Long> folderIds,
                                   int status,
                                   boolean inlineSQLHelper)
                            throws SystemException
Throws:
SystemException

doFindF_FE_FS_ByG_F_S

protected List<Object> doFindF_FE_FS_ByG_F_S(long groupId,
                                             List<Long> folderIds,
                                             int status,
                                             int start,
                                             int end,
                                             boolean inlineSQLHelper)
                                      throws SystemException
Throws:
SystemException

doFindFE_FS_ByG_F_S

protected List<Object> doFindFE_FS_ByG_F_S(long groupId,
                                           List<Long> folderIds,
                                           int status,
                                           int start,
                                           int end,
                                           boolean inlineSQLHelper)
                                    throws SystemException
Throws:
SystemException

getFolderIds

protected String getFolderIds(List<Long> folderIds,
                              String table)

Liferay 6.0.5