com.liferay.portlet.journal.service.persistence
Class JournalFolderFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalFolder>
com.liferay.portlet.journal.service.persistence.JournalFolderFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<JournalFolder>, JournalFolderFinder
public class JournalFolderFinderImpl
- extends BasePersistenceImpl<JournalFolder>
- implements JournalFolderFinder
| 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 |
|
Method Summary |
int |
countF_A_ByG_F(long groupId,
long folderId)
|
protected int |
doCountF_A_ByG_F(long groupId,
long folderId,
boolean inlineSQLHelper)
|
protected List<Object> |
doFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc,
boolean inlineSQLHelper)
|
int |
filterCountF_A_ByG_F(long groupId,
long folderId)
|
List<Object> |
filterFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
findF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
protected String |
getArticlesSQL(long groupId,
boolean inlineSQLHelper)
|
protected String |
getCountArticlesSQL(long groupId,
boolean inlineSQLHelper)
|
protected String |
getFolderId(String table,
long folderId)
|
protected String |
updateSQL(String sql,
long folderId)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, 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_A_BY_G_F
public static final String COUNT_A_BY_G_F
COUNT_F_BY_G_F
public static final String COUNT_F_BY_G_F
FIND_A_BY_G_F
public static final String FIND_A_BY_G_F
FIND_F_BY_G_F
public static final String FIND_F_BY_G_F
JournalFolderFinderImpl
public JournalFolderFinderImpl()
countF_A_ByG_F
public int countF_A_ByG_F(long groupId,
long folderId)
throws SystemException
- Specified by:
countF_A_ByG_F in interface JournalFolderFinder
- Throws:
SystemException
filterCountF_A_ByG_F
public int filterCountF_A_ByG_F(long groupId,
long folderId)
throws SystemException
- Specified by:
filterCountF_A_ByG_F in interface JournalFolderFinder
- Throws:
SystemException
filterFindF_AByG_F
public List<Object> filterFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
filterFindF_AByG_F in interface JournalFolderFinder
- Throws:
SystemException
findF_AByG_F
public List<Object> findF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
findF_AByG_F in interface JournalFolderFinder
- Throws:
SystemException
doCountF_A_ByG_F
protected int doCountF_A_ByG_F(long groupId,
long folderId,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindF_AByG_F
protected List<Object> doFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
getArticlesSQL
protected String getArticlesSQL(long groupId,
boolean inlineSQLHelper)
getCountArticlesSQL
protected String getCountArticlesSQL(long groupId,
boolean inlineSQLHelper)
getFolderId
protected String getFolderId(String table,
long folderId)
updateSQL
protected String updateSQL(String sql,
long folderId)