com.liferay.portlet.documentlibrary.service.persistence
Class DLFolderFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
clearCache, 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 |
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)