|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WikiPageFinder
| Method Summary | |
|---|---|
int |
countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
int |
countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
int |
filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
int |
filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
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> |
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> |
findByNoAssets()
|
WikiPage |
findByResourcePrimKey(long resourcePrimKey)
|
| Method Detail |
|---|
int countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
SystemException
int countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
SystemException
int filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
SystemException
int filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
SystemException
List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
WikiPage findByResourcePrimKey(long resourcePrimKey)
throws SystemException,
NoSuchPageException
SystemException
NoSuchPageException
List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
List<WikiPage> findByNoAssets()
throws SystemException
SystemException
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||