| Package | Description |
|---|---|
| org.gatein.api |
The Portal Public API classes
|
| org.gatein.api.site |
| Modifier and Type | Method and Description |
|---|---|
Site |
Portal.createSite(SiteId siteId)
Creates a a site given the
SiteId. |
Site |
Portal.createSite(SiteId siteId,
String templateName)
Creates a a site given the
SiteId. |
Site |
PortalRequest.getSite()
The site represented by the
SiteId of the request. |
Site |
Portal.getSite(SiteId siteId)
Returns a site given the
SiteId. |
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
Portal.findSites(SiteQuery query)
Finds sites given the
SiteQuery |
| Modifier and Type | Method and Description |
|---|---|
void |
Portal.saveSite(Site site)
Saves a site
|
| Modifier and Type | Method and Description |
|---|---|
Filter<Site> |
SiteQuery.getFilter() |
Sorting<Site> |
SiteQuery.getSorting() |
| Modifier and Type | Method and Description |
|---|---|
SiteQuery.Builder |
SiteQuery.Builder.withFilter(Filter<Site> filter)
Sets the filter for this builder
|
SiteQuery.Builder |
SiteQuery.Builder.withSorting(Sorting<Site> sorting)
Sets the sorting object for this builder
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.