com.liferay.portlet.documentlibrary.service.persistence
Class DLFolderFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFolder>
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
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 |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DLFolderFinderImpl
public DLFolderFinderImpl()
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)