public class SiteServiceSoapBindingStub extends org.apache.axis.client.Stub implements SiteServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
SiteServiceSoapBindingStub() |
SiteServiceSoapBindingStub(javax.xml.rpc.Service service) |
SiteServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
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. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic SiteServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SiteServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SiteServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Site[] createSites(Site[] sites) throws RemoteException, ApiException
SiteServiceInterfaceSite objects.createSites in interface SiteServiceInterfacesites - the sites to createRemoteExceptionApiExceptionpublic SitePage getSitesByStatement(Statement filterStatement) throws RemoteException, ApiException
SiteServiceInterfaceSitePage 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 |
getSitesByStatement in interface SiteServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of sitesRemoteExceptionApiExceptionpublic UpdateResult performSiteAction(SiteAction siteAction, Statement filterStatement) throws RemoteException, ApiException
SiteServiceInterfaceSite objects that match the given
Statement.query.performSiteAction in interface SiteServiceInterfacesiteAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of sitesRemoteExceptionApiExceptionpublic Site[] updateSites(Site[] sites) throws RemoteException, ApiException
SiteServiceInterfaceSite objects.
The Site.childNetworkCode can be updated in order
to 1) change the child network, 2)
move a site from O&O to represented, or 3) move a site from
represented to O&O.
updateSites in interface SiteServiceInterfacesites - the sites to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.