Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.service.persistence
Class BookmarksFolderFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<BookmarksFolder>
      extended by com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<BookmarksFolder>, BookmarksFolderFinder

public class BookmarksFolderFinderImpl
extends BasePersistenceImpl<BookmarksFolder>
implements BookmarksFolderFinder


Field Summary
static String COUNT_E_BY_G_F
           
static String COUNT_E_BY_G_F_S
           
static String COUNT_F_BY_G_P
           
static String COUNT_F_BY_G_P_S
           
static String FIND_BY_NO_ASSETS
           
static String FIND_E_BY_G_F
           
static String FIND_E_BY_G_F_S
           
static String FIND_F_BY_G_P
           
static String FIND_F_BY_G_P_S
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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 Summary
BookmarksFolderFinderImpl()
           
 
Method Summary
 int countF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
protected  int doCountF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
protected  List<Object> doFindF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
 int filterCountF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
 List<Object> filterFindBF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
 List<BookmarksFolder> findByNoAssets()
           
 List<Object> findF_E_ByG_F(long groupId, long folderId, QueryDefinition queryDefinition)
           
protected  String replaceExcludeStatus(String sql, QueryDefinition queryDefinition)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_F_BY_G_P

public static final String COUNT_F_BY_G_P

COUNT_F_BY_G_P_S

public static final String COUNT_F_BY_G_P_S

COUNT_E_BY_G_F

public static final String COUNT_E_BY_G_F

COUNT_E_BY_G_F_S

public static final String COUNT_E_BY_G_F_S

FIND_BY_NO_ASSETS

public static final String FIND_BY_NO_ASSETS

FIND_F_BY_G_P

public static final String FIND_F_BY_G_P

FIND_F_BY_G_P_S

public static final String FIND_F_BY_G_P_S

FIND_E_BY_G_F

public static final String FIND_E_BY_G_F

FIND_E_BY_G_F_S

public static final String FIND_E_BY_G_F_S
Constructor Detail

BookmarksFolderFinderImpl

public BookmarksFolderFinderImpl()
Method Detail

countF_E_ByG_F

public int countF_E_ByG_F(long groupId,
                          long folderId,
                          QueryDefinition queryDefinition)
                   throws SystemException
Specified by:
countF_E_ByG_F in interface BookmarksFolderFinder
Throws:
SystemException

filterCountF_E_ByG_F

public int filterCountF_E_ByG_F(long groupId,
                                long folderId,
                                QueryDefinition queryDefinition)
                         throws SystemException
Specified by:
filterCountF_E_ByG_F in interface BookmarksFolderFinder
Throws:
SystemException

filterFindBF_E_ByG_F

public List<Object> filterFindBF_E_ByG_F(long groupId,
                                         long folderId,
                                         QueryDefinition queryDefinition)
                                  throws SystemException
Specified by:
filterFindBF_E_ByG_F in interface BookmarksFolderFinder
Throws:
SystemException

findByNoAssets

public List<BookmarksFolder> findByNoAssets()
                                     throws SystemException
Specified by:
findByNoAssets in interface BookmarksFolderFinder
Throws:
SystemException

findF_E_ByG_F

public List<Object> findF_E_ByG_F(long groupId,
                                  long folderId,
                                  QueryDefinition queryDefinition)
                           throws SystemException
Specified by:
findF_E_ByG_F in interface BookmarksFolderFinder
Throws:
SystemException

doCountF_E_ByG_F

protected int doCountF_E_ByG_F(long groupId,
                               long folderId,
                               QueryDefinition queryDefinition,
                               boolean inlineSQLHelper)
                        throws SystemException
Throws:
SystemException

doFindF_E_ByG_F

protected List<Object> doFindF_E_ByG_F(long groupId,
                                       long folderId,
                                       QueryDefinition queryDefinition,
                                       boolean inlineSQLHelper)
                                throws SystemException
Throws:
SystemException

replaceExcludeStatus

protected String replaceExcludeStatus(String sql,
                                      QueryDefinition queryDefinition)

Liferay 6.2-ce-ga5