| Package | Description |
|---|---|
| org.attribyte.wp.db | |
| org.attribyte.wp.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Post> |
DB.selectAuthorPosts(long userId,
Post.Sort sort,
Paging paging,
boolean withResolve)
Selects a page of posts for an author.
|
java.util.List<java.lang.Long> |
DB.selectPostIds(Post.Type type,
Post.Status status,
java.util.Collection<TaxonomyTerm> terms,
Post.Sort sort,
Paging paging)
Selects a page of posts with a specified type.
|
java.util.List<Post> |
DB.selectPosts(Post.Type type,
Post.Status status,
Post.Sort sort,
Paging paging,
boolean withResolve)
Selects a page of posts with a specified type.
|
| Modifier and Type | Method and Description |
|---|---|
Paging |
Paging.withOpenEnd(boolean openEnd)
Creates paging with an open end.
|
Paging |
Paging.withOpenStart(boolean openStart)
Creates paging with an open start.
|