public class DLFileEntryTypeFinderImpl extends DLFileEntryTypeFinderBaseImpl implements com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_C_F_G_N_D_S |
static String |
COUNT_BY_C_G_N_D_S |
static String |
FIND_BY_C_F_G_N_D_S |
static String |
FIND_BY_C_G_N_D_S |
static String |
JOIN_BY_FILE_ENTRY_TYPE
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
dlFileEntryTypePersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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 and Description |
|---|
DLFileEntryTypeFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType) |
protected int |
doCountByC_F_G_N_D_S(long companyId,
long folderId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inherited,
boolean inlineSQLHelper) |
protected int |
doCountByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inlineSQLHelper) |
protected List<com.liferay.document.library.kernel.model.DLFileEntryType> |
doFindByC_F_G_N_D_S(long companyId,
long folderId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inherited,
int start,
int end,
boolean inlineSQLHelper) |
protected List<com.liferay.document.library.kernel.model.DLFileEntryType> |
doFindByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator,
boolean inlineSQLHelper) |
int |
filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType) |
int |
filterCountByKeywords(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited) |
List<com.liferay.document.library.kernel.model.DLFileEntryType> |
filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator) |
List<com.liferay.document.library.kernel.model.DLFileEntryType> |
filterFindByKeywords(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited,
int start,
int end) |
List<com.liferay.document.library.kernel.model.DLFileEntryType> |
findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator) |
protected String |
getBasicDocument(boolean includeBasicFileEntryType) |
protected String |
getBasicDocument(String prefix) |
protected String |
getBasicDocumentCount(boolean includeBasicFileEntryType) |
protected String |
getGroupIds(int size) |
getBadColumnNames, getDLFileEntryTypePersistence, setDLFileEntryTypePersistenceappendOrderByComparator, appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, unregisterListener, update, update, updateImplpublic static final String COUNT_BY_C_G_N_D_S
public static final String COUNT_BY_C_F_G_N_D_S
public static final String FIND_BY_C_G_N_D_S
public static final String FIND_BY_C_F_G_N_D_S
@Deprecated public static final String JOIN_BY_FILE_ENTRY_TYPE
public int countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
countByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderpublic int filterCountByKeywords(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited)
filterCountByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderpublic int filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
filterCountByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderpublic List<com.liferay.document.library.kernel.model.DLFileEntryType> filterFindByKeywords(long companyId,
long folderId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
boolean inherited,
int start,
int end)
filterFindByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderpublic List<com.liferay.document.library.kernel.model.DLFileEntryType> filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator)
filterFindByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderpublic List<com.liferay.document.library.kernel.model.DLFileEntryType> findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator)
findByKeywords in interface com.liferay.document.library.kernel.service.persistence.DLFileEntryTypeFinderprotected int doCountByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inlineSQLHelper)
protected int doCountByC_F_G_N_D_S(long companyId,
long folderId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inherited,
boolean inlineSQLHelper)
protected List<com.liferay.document.library.kernel.model.DLFileEntryType> doFindByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileEntryType> orderByComparator,
boolean inlineSQLHelper)
protected List<com.liferay.document.library.kernel.model.DLFileEntryType> doFindByC_F_G_N_D_S(long companyId,
long folderId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inherited,
int start,
int end,
boolean inlineSQLHelper)
protected String getBasicDocument(boolean includeBasicFileEntryType)
protected String getBasicDocument(String prefix)
protected String getBasicDocumentCount(boolean includeBasicFileEntryType)
protected String getGroupIds(int size)