public interface SiteServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Site[] |
createSites(Site[] sites)
Creates new
Site objects. |
SitePage |
getSitesByStatement(Statement filterStatement)
|
UpdateResult |
performSiteAction(SiteAction siteAction,
Statement filterStatement)
Performs actions on
Site objects that match the given
Statement.query. |
Site[] |
updateSites(Site[] sites)
Updates the specified
Site objects. |
Site[] createSites(Site[] sites) throws RemoteException, ApiException
Site objects.sites - the sites to createRemoteExceptionApiExceptionSitePage getSitesByStatement(Statement filterStatement) throws RemoteException, ApiException
SitePage of Site objects that satisfy
the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Site.id |
url |
Site.url |
childNetworkCode |
Site.childNetworkCode |
approvalStatus |
Site.approvalStatus |
active |
Site.active |
filterStatement - a Publisher Query Language statement used to
filter a set of sitesRemoteExceptionApiExceptionUpdateResult performSiteAction(SiteAction siteAction, Statement filterStatement) throws RemoteException, ApiException
Site objects that match the given
Statement.query.siteAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of sitesRemoteExceptionApiExceptionSite[] updateSites(Site[] sites) throws RemoteException, ApiException
Site objects.sites - the sites to updateRemoteExceptionApiExceptionCopyright © 2021. All rights reserved.