public interface TeamServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Team[] |
createTeams(Team[] teams)
Creates new
Team objects. |
TeamPage |
getTeamsByStatement(Statement filterStatement)
|
Team[] |
updateTeams(Team[] teams)
Updates the specified
Team objects. |
Team[] createTeams(Team[] teams) throws RemoteException, ApiException
teams - the teams to createRemoteExceptionApiExceptionTeamPage getTeamsByStatement(Statement filterStatement) throws RemoteException, ApiException
TeamPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of teams.RemoteExceptionApiExceptionTeam[] updateTeams(Team[] teams) throws RemoteException, ApiException
Team objects.teams - the teams to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.