public class TeamServiceSoapBindingStub extends org.apache.axis.client.Stub implements TeamServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
TeamServiceSoapBindingStub() |
TeamServiceSoapBindingStub(javax.xml.rpc.Service service) |
TeamServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Team |
createTeam(Team team)
Creates a new
Team. |
Team[] |
createTeams(Team[] teams)
Creates new
Team objects. |
Team |
getTeam(Long teamId)
Returns the
Team uniquely identified by the given ID. |
TeamPage |
getTeamsByStatement(Statement filterStatement)
|
Team |
updateTeam(Team team)
Updates the specified
Team. |
Team[] |
updateTeams(Team[] teams)
Updates the specified
Team 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 TeamServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TeamServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TeamServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Team createTeam(Team team) throws RemoteException, ApiException
TeamServiceInterfaceTeam.
The following fields are required:
createTeam in interface TeamServiceInterfaceteam - the team to createRemoteExceptionApiExceptionpublic Team[] createTeams(Team[] teams) throws RemoteException, ApiException
TeamServiceInterfacecreateTeams in interface TeamServiceInterfaceteams - the teams to createRemoteExceptionApiExceptionpublic Team getTeam(Long teamId) throws RemoteException, ApiException
TeamServiceInterfaceTeam uniquely identified by the given ID.getTeam in interface TeamServiceInterfaceteamId - the ID of the team, which must already existTeam uniquely identified by the given IDRemoteExceptionApiExceptionpublic TeamPage getTeamsByStatement(Statement filterStatement) throws RemoteException, ApiException
TeamServiceInterfaceTeamPage of Team objects that satisfy
the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Team.id |
name |
Team.name |
description |
Team.description |
getTeamsByStatement in interface TeamServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of teams.RemoteExceptionApiExceptionpublic Team updateTeam(Team team) throws RemoteException, ApiException
TeamServiceInterfaceTeam.updateTeam in interface TeamServiceInterfaceteam - the team to updateRemoteExceptionApiExceptionpublic Team[] updateTeams(Team[] teams) throws RemoteException, ApiException
TeamServiceInterfaceTeam objects.updateTeams in interface TeamServiceInterfaceteams - the teams to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.