public class AssetEntryFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetEntry>
implements com.liferay.portlet.asset.service.persistence.AssetEntryFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIND_BY_AND_CATEGORY_IDS |
static java.lang.String |
FIND_BY_AND_TAG_IDS |
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| Constructor and Description |
|---|
AssetEntryFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildAllCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected void |
buildAllTagsSQL(long[][] tagIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected void |
buildAnyCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected java.lang.String |
buildAnyTagsSQL(long[] tagIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected com.liferay.portal.kernel.dao.orm.SQLQuery |
buildAssetQuerySQL(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery,
boolean count,
com.liferay.portal.kernel.dao.orm.Session session) |
protected void |
buildClassTypeIdsSQL(long[] classTypeIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected void |
buildNotAllCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected void |
buildNotAllTagsSQL(long[][] tagIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected void |
buildNotAnyCategoriesSQL(long[] notCategoryIds,
com.liferay.portal.kernel.util.StringBundler sb) |
protected java.lang.String |
buildNotAnyTagsSQL(long[] notTagIds,
com.liferay.portal.kernel.util.StringBundler sb) |
int |
countEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
findEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) |
protected java.lang.String |
getClassNameIds(long[] classNameIds) |
protected java.lang.String |
getDates(java.util.Date publishDate,
java.util.Date expirationDate) |
protected java.lang.String |
getGroupIds(long[] groupIds) |
protected java.util.List<java.lang.Long> |
getSubcategoryIds(long parentCategoryId) |
protected java.lang.String |
getTagIds(long[] tagIds) |
protected void |
setDates(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
java.util.Date publishDate,
java.util.Date expirationDate) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, 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, updateImplpublic static final java.lang.String FIND_BY_AND_CATEGORY_IDS
public static final java.lang.String FIND_BY_AND_TAG_IDS
public int countEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
countEntries in interface com.liferay.portlet.asset.service.persistence.AssetEntryFinderpublic java.util.List<com.liferay.portlet.asset.model.AssetEntry> findEntries(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery)
findEntries in interface com.liferay.portlet.asset.service.persistence.AssetEntryFinderprotected void buildAllCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected void buildAllTagsSQL(long[][] tagIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected void buildAnyCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected java.lang.String buildAnyTagsSQL(long[] tagIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected com.liferay.portal.kernel.dao.orm.SQLQuery buildAssetQuerySQL(com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery,
boolean count,
com.liferay.portal.kernel.dao.orm.Session session)
protected void buildClassTypeIdsSQL(long[] classTypeIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected void buildNotAllCategoriesSQL(long[] categoryIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected void buildNotAllTagsSQL(long[][] tagIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected void buildNotAnyCategoriesSQL(long[] notCategoryIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected java.lang.String buildNotAnyTagsSQL(long[] notTagIds,
com.liferay.portal.kernel.util.StringBundler sb)
protected java.lang.String getClassNameIds(long[] classNameIds)
protected java.lang.String getDates(java.util.Date publishDate,
java.util.Date expirationDate)
protected java.lang.String getGroupIds(long[] groupIds)
protected java.util.List<java.lang.Long> getSubcategoryIds(long parentCategoryId)
protected java.lang.String getTagIds(long[] tagIds)
protected void setDates(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
java.util.Date publishDate,
java.util.Date expirationDate)