| Package | Description |
|---|---|
| org.attribyte.wp.db | |
| org.attribyte.wp.model |
| Modifier and Type | Method and Description |
|---|---|
Term |
DB.createTerm(java.lang.String name,
java.lang.String slug)
Creates a term.
|
Term |
DB.selectTerm(long id)
Selects a term by id.
|
| Modifier and Type | Field and Description |
|---|---|
Term |
Site.defaultCategory
The default category.
|
Term |
TaxonomyTerm.term
The associated term.
|
| Constructor and Description |
|---|
Site(long id,
java.lang.String baseURL,
java.lang.String title,
java.lang.String description,
java.lang.String permalinkStructure,
Term defaultCategory)
Creates a site.
|
TaxonomyTerm(long id,
java.lang.String taxonomy,
Term term,
java.lang.String description)
Creates a term in a taxonomy with no parent.
|
TaxonomyTerm(long id,
java.lang.String taxonomy,
Term term,
java.lang.String description,
long parentId)
Creates a term in a taxonomy with a parent.
|