public class BookmarksFolderFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.bookmarks.model.BookmarksFolder>
implements com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_E_BY_G_F |
static java.lang.String |
COUNT_E_BY_G_F_S |
static java.lang.String |
COUNT_F_BY_G_P |
static java.lang.String |
COUNT_F_BY_G_P_S |
static java.lang.String |
FIND_BY_NO_ASSETS |
static java.lang.String |
FIND_E_BY_G_F |
static java.lang.String |
FIND_E_BY_G_F_S |
static java.lang.String |
FIND_F_BY_G_P |
static java.lang.String |
FIND_F_BY_G_P_S |
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| Constructor and Description |
|---|
BookmarksFolderFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
protected int |
doCountF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
protected java.util.List<java.lang.Object> |
doFindF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
int |
filterCountF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<java.lang.Object> |
filterFindBF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> |
findByNoAssets() |
java.util.List<java.lang.Object> |
findF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
protected java.lang.String |
replaceExcludeStatus(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic static final java.lang.String COUNT_F_BY_G_P
public static final java.lang.String COUNT_F_BY_G_P_S
public static final java.lang.String COUNT_E_BY_G_F
public static final java.lang.String COUNT_E_BY_G_F_S
public static final java.lang.String FIND_BY_NO_ASSETS
public static final java.lang.String FIND_F_BY_G_P
public static final java.lang.String FIND_F_BY_G_P_S
public static final java.lang.String FIND_E_BY_G_F
public static final java.lang.String FIND_E_BY_G_F_S
public int countF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countF_E_ByG_F in interface com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterCountF_E_ByG_F in interface com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Object> filterFindBF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterFindBF_E_ByG_F in interface com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> findByNoAssets()
throws com.liferay.portal.kernel.exception.SystemException
findByNoAssets in interface com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Object> findF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findF_E_ByG_F in interface com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFindercom.liferay.portal.kernel.exception.SystemExceptionprotected int doCountF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<java.lang.Object> doFindF_E_ByG_F(long groupId,
long folderId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.lang.String replaceExcludeStatus(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)