com.liferay.portlet.documentlibrary.service.persistence.impl
Class DLFileEntryTypeFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DLFileEntryType>
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFileEntryTypeFinderBaseImpl
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFileEntryTypeFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<DLFileEntryType>, DLFileEntryTypeFinder
public class DLFileEntryTypeFinderImpl
- extends DLFileEntryTypeFinderBaseImpl
- implements DLFileEntryTypeFinder
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 |
int |
countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
protected int |
doCountByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inlineSQLHelper)
|
protected List<DLFileEntryType> |
doFindByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean inlineSQLHelper)
|
int |
filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
List<DLFileEntryType> |
filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
List<DLFileEntryType> |
findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
protected String |
getBasicDocument(boolean includeBasicFileEntryType)
|
protected String |
getBasicDocument(String prefix)
|
protected String |
getBasicDocumentCount(boolean includeBasicFileEntryType)
|
protected String |
getGroupIds(int size)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, 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 final String COUNT_BY_C_G_N_D_S
FIND_BY_C_G_N_D_S
public static final String FIND_BY_C_G_N_D_S
JOIN_BY_FILE_ENTRY_TYPE
public static final String JOIN_BY_FILE_ENTRY_TYPE
DLFileEntryTypeFinderImpl
public DLFileEntryTypeFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
- Specified by:
countByKeywords in interface DLFileEntryTypeFinder
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
- Specified by:
filterCountByKeywords in interface DLFileEntryTypeFinder
filterFindByKeywords
public List<DLFileEntryType> filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
- Specified by:
filterFindByKeywords in interface DLFileEntryTypeFinder
findByKeywords
public List<DLFileEntryType> findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
- Specified by:
findByKeywords in interface DLFileEntryTypeFinder
doCountByC_G_N_D_S
protected int doCountByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
boolean inlineSQLHelper)
doFindByC_G_N_D_S
protected List<DLFileEntryType> doFindByC_G_N_D_S(long companyId,
long[] groupIds,
String[] names,
String[] descriptions,
boolean andOperator,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean inlineSQLHelper)
getBasicDocument
protected String getBasicDocument(boolean includeBasicFileEntryType)
getBasicDocument
protected String getBasicDocument(String prefix)
getBasicDocumentCount
protected String getBasicDocumentCount(boolean includeBasicFileEntryType)
getGroupIds
protected String getGroupIds(int size)