Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.service.persistence
Class WikiPageFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<WikiPage>
      extended by com.liferay.portlet.wiki.service.persistence.WikiPageFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<WikiPage>, WikiPageFinder

public class WikiPageFinderImpl
extends BasePersistenceImpl<WikiPage>
implements WikiPageFinder


Field Summary
static String COUNT_BY_CREATE_DATE
           
static String COUNT_BY_G_N_H_S
           
static String FIND_BY_CREATE_DATE
           
static String FIND_BY_G_N_H_S
           
static String FIND_BY_NO_ASSETS
           
static String FIND_BY_RESOURCE_PRIM_KEY
           
 
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
WikiPageFinderImpl()
           
 
Method Summary
 int countByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int countByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
 int countByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
protected  int doCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, boolean inlineSQLHelper)
           
protected  int doCountByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
protected  List<WikiPage> doFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end, boolean inlineSQLHelper)
           
protected  List<WikiPage> doFindByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition, boolean inlineSQLHelper)
           
 int filterCountByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int filterCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
 int filterCountByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
 List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> findByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
 List<WikiPage> findByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> findByNoAssets()
           
 WikiPage findByResourcePrimKey(long resourcePrimKey)
           
 
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_BY_CREATE_DATE

public static final String COUNT_BY_CREATE_DATE

COUNT_BY_G_N_H_S

public static final String COUNT_BY_G_N_H_S

FIND_BY_RESOURCE_PRIM_KEY

public static final String FIND_BY_RESOURCE_PRIM_KEY

FIND_BY_CREATE_DATE

public static final String FIND_BY_CREATE_DATE

FIND_BY_G_N_H_S

public static final String FIND_BY_G_N_H_S

FIND_BY_NO_ASSETS

public static final String FIND_BY_NO_ASSETS
Constructor Detail

WikiPageFinderImpl

public WikiPageFinderImpl()
Method Detail

countByCreateDate

public int countByCreateDate(long groupId,
                             long nodeId,
                             Date createDate,
                             boolean before)
                      throws SystemException
Specified by:
countByCreateDate in interface WikiPageFinder
Throws:
SystemException

countByCreateDate

public int countByCreateDate(long groupId,
                             long nodeId,
                             Timestamp createDate,
                             boolean before)
                      throws SystemException
Specified by:
countByCreateDate in interface WikiPageFinder
Throws:
SystemException

countByG_N_H_S

public int countByG_N_H_S(long groupId,
                          long nodeId,
                          boolean head,
                          QueryDefinition queryDefinition)
                   throws SystemException
Specified by:
countByG_N_H_S in interface WikiPageFinder
Throws:
SystemException

filterCountByCreateDate

public int filterCountByCreateDate(long groupId,
                                   long nodeId,
                                   Date createDate,
                                   boolean before)
                            throws SystemException
Specified by:
filterCountByCreateDate in interface WikiPageFinder
Throws:
SystemException

filterCountByCreateDate

public int filterCountByCreateDate(long groupId,
                                   long nodeId,
                                   Timestamp createDate,
                                   boolean before)
                            throws SystemException
Specified by:
filterCountByCreateDate in interface WikiPageFinder
Throws:
SystemException

filterCountByG_N_H_S

public int filterCountByG_N_H_S(long groupId,
                                long nodeId,
                                boolean head,
                                QueryDefinition queryDefinition)
                         throws SystemException
Specified by:
filterCountByG_N_H_S in interface WikiPageFinder
Throws:
SystemException

filterFindByCreateDate

public List<WikiPage> filterFindByCreateDate(long groupId,
                                             long nodeId,
                                             Date createDate,
                                             boolean before,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
filterFindByCreateDate in interface WikiPageFinder
Throws:
SystemException

filterFindByCreateDate

public List<WikiPage> filterFindByCreateDate(long groupId,
                                             long nodeId,
                                             Timestamp createDate,
                                             boolean before,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
filterFindByCreateDate in interface WikiPageFinder
Throws:
SystemException

filterFindByG_N_H_S

public List<WikiPage> filterFindByG_N_H_S(long groupId,
                                          long nodeId,
                                          boolean head,
                                          QueryDefinition queryDefinition)
                                   throws SystemException
Specified by:
filterFindByG_N_H_S in interface WikiPageFinder
Throws:
SystemException

findByResourcePrimKey

public WikiPage findByResourcePrimKey(long resourcePrimKey)
                               throws NoSuchPageException,
                                      SystemException
Specified by:
findByResourcePrimKey in interface WikiPageFinder
Throws:
NoSuchPageException
SystemException

findByCreateDate

public List<WikiPage> findByCreateDate(long groupId,
                                       long nodeId,
                                       Date createDate,
                                       boolean before,
                                       int start,
                                       int end)
                                throws SystemException
Specified by:
findByCreateDate in interface WikiPageFinder
Throws:
SystemException

findByCreateDate

public List<WikiPage> findByCreateDate(long groupId,
                                       long nodeId,
                                       Timestamp createDate,
                                       boolean before,
                                       int start,
                                       int end)
                                throws SystemException
Specified by:
findByCreateDate in interface WikiPageFinder
Throws:
SystemException

findByNoAssets

public List<WikiPage> findByNoAssets()
                              throws SystemException
Specified by:
findByNoAssets in interface WikiPageFinder
Throws:
SystemException

findByG_N_H_S

public List<WikiPage> findByG_N_H_S(long groupId,
                                    long nodeId,
                                    boolean head,
                                    QueryDefinition queryDefinition)
                             throws SystemException
Specified by:
findByG_N_H_S in interface WikiPageFinder
Throws:
SystemException

doCountByCreateDate

protected int doCountByCreateDate(long groupId,
                                  long nodeId,
                                  Timestamp createDate,
                                  boolean before,
                                  boolean inlineSQLHelper)
                           throws SystemException
Throws:
SystemException

doCountByG_N_H_S

protected int doCountByG_N_H_S(long groupId,
                               long nodeId,
                               boolean head,
                               QueryDefinition queryDefinition,
                               boolean inlineSQLHelper)
                        throws SystemException
Throws:
SystemException

doFindByCreateDate

protected List<WikiPage> doFindByCreateDate(long groupId,
                                            long nodeId,
                                            Timestamp createDate,
                                            boolean before,
                                            int start,
                                            int end,
                                            boolean inlineSQLHelper)
                                     throws SystemException
Throws:
SystemException

doFindByG_N_H_S

protected List<WikiPage> doFindByG_N_H_S(long groupId,
                                         long nodeId,
                                         boolean head,
                                         QueryDefinition queryDefinition,
                                         boolean inlineSQLHelper)
                                  throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5