public class AssetEntryFinderImpl extends AssetEntryFinderBaseImpl implements com.liferay.asset.kernel.service.persistence.AssetEntryFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
FIND_BY_AND_CATEGORY_IDS |
static String |
FIND_BY_AND_TAG_IDS |
static String |
FIND_PRIORITY_BY_C_C |
assetEntryPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, 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 |
|---|
AssetEntryFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildAllCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb) |
protected void |
buildAllTagsSQL(long[][] tagIds,
com.liferay.petra.string.StringBundler sb) |
protected void |
buildAnyCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb) |
protected String |
buildAnyTagsSQL(long[] tagIds,
com.liferay.petra.string.StringBundler sb) |
protected com.liferay.portal.kernel.dao.orm.SQLQuery |
buildAssetQuerySQL(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery,
boolean count,
com.liferay.portal.kernel.dao.orm.Session session) |
protected void |
buildClassTypeIdsSQL(long[] classTypeIds,
com.liferay.petra.string.StringBundler sb) |
protected void |
buildNotAllCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb) |
protected void |
buildNotAllTagsSQL(long[][] tagIds,
com.liferay.petra.string.StringBundler sb) |
protected void |
buildNotAnyCategoriesSQL(long[] notCategoryIds,
com.liferay.petra.string.StringBundler sb) |
protected String |
buildNotAnyTagsSQL(long[] notTagIds,
com.liferay.petra.string.StringBundler sb) |
int |
countEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery) |
List<com.liferay.asset.kernel.model.AssetEntry> |
findEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery) |
double |
findPriorityByC_C(long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
protected String |
getClassNameIds(long[] classNameIds) |
protected String |
getDates(Date publishDate,
Date expirationDate) |
protected String |
getGroupIds(long[] groupIds) |
protected List<Long> |
getSubcategoryIds(long parentCategoryId) |
protected String |
getTagIds(long[] tagIds) |
protected void |
setDates(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
Date publishDate,
Date expirationDate) |
getAssetEntryPersistence, setAssetEntryPersistenceappendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImplpublic static final String FIND_BY_AND_CATEGORY_IDS
public static final String FIND_BY_AND_TAG_IDS
public static final String FIND_PRIORITY_BY_C_C
public int countEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery)
countEntries in interface com.liferay.asset.kernel.service.persistence.AssetEntryFinderpublic List<com.liferay.asset.kernel.model.AssetEntry> findEntries(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery)
findEntries in interface com.liferay.asset.kernel.service.persistence.AssetEntryFinder@Deprecated
public double findPriorityByC_C(long classNameId,
long classPK)
findPriorityByC_C in interface com.liferay.asset.kernel.service.persistence.AssetEntryFinderprotected void buildAllCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb)
protected void buildAllTagsSQL(long[][] tagIds,
com.liferay.petra.string.StringBundler sb)
protected void buildAnyCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb)
protected String buildAnyTagsSQL(long[] tagIds,
com.liferay.petra.string.StringBundler sb)
protected com.liferay.portal.kernel.dao.orm.SQLQuery buildAssetQuerySQL(com.liferay.asset.kernel.service.persistence.AssetEntryQuery entryQuery,
boolean count,
com.liferay.portal.kernel.dao.orm.Session session)
protected void buildClassTypeIdsSQL(long[] classTypeIds,
com.liferay.petra.string.StringBundler sb)
protected void buildNotAllCategoriesSQL(long[] categoryIds,
com.liferay.petra.string.StringBundler sb)
protected void buildNotAllTagsSQL(long[][] tagIds,
com.liferay.petra.string.StringBundler sb)
protected void buildNotAnyCategoriesSQL(long[] notCategoryIds,
com.liferay.petra.string.StringBundler sb)
protected String buildNotAnyTagsSQL(long[] notTagIds,
com.liferay.petra.string.StringBundler sb)
protected String getClassNameIds(long[] classNameIds)
protected String getDates(Date publishDate,
Date expirationDate)
protected String getGroupIds(long[] groupIds)
protected List<Long> getSubcategoryIds(long parentCategoryId)
protected String getTagIds(long[] tagIds)
protected void setDates(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
Date publishDate,
Date expirationDate)