com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryTypeFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>, com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder
public class DLFileEntryTypeFinderImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
- implements com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder
- Author:
- Sergio González, Connor McKay, Alexander Chow
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, 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 |
|
Method Summary |
protected int |
countByC_G_N_D_S(long companyId,
long[] groupIds,
java.lang.String[] names,
java.lang.String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType)
|
int |
countByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
|
protected java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
findByC_G_N_D_S(long companyId,
long[] groupIds,
java.lang.String[] names,
java.lang.String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> |
findByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
protected java.lang.String |
getGroupIds(long[] groupIds)
|
protected java.lang.String |
getWhere(boolean includeBasicFileEntryType)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, 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 |
COUNT_BY_C_G_N_D_S
public static java.lang.String COUNT_BY_C_G_N_D_S
FIND_BY_C_G_N_D_S
public static java.lang.String FIND_BY_C_G_N_D_S
JOIN_BY_FILE_ENTRY_TYPE
public static java.lang.String JOIN_BY_FILE_ENTRY_TYPE
DLFileEntryTypeFinderImpl
public DLFileEntryTypeFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByKeywords in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByKeywords
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByKeywords in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_G_N_D_S
protected int countByC_G_N_D_S(long companyId,
long[] groupIds,
java.lang.String[] names,
java.lang.String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_G_N_D_S
protected java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByC_G_N_D_S(long companyId,
long[] groupIds,
java.lang.String[] names,
java.lang.String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupIds
protected java.lang.String getGroupIds(long[] groupIds)
getWhere
protected java.lang.String getWhere(boolean includeBasicFileEntryType)