|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType 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)
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)
WikiPage findByResourcePrimKey(long resourcePrimKey)
throws NoSuchPageException
NoSuchPageException
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()
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||