|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TeamServiceInterface
| Method Summary | |
|---|---|
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)
Gets a TeamPage of Team objects that satisfy
the
given Statement.query. |
Team |
updateTeam(Team team)
Updates the specified Team. |
Team[] |
updateTeams(Team[] teams)
Updates the specified Team objects. |
| Method Detail |
|---|
Team createTeam(Team team)
throws RemoteException,
ApiException
Team.
The following fields are required:
team - the team to create
RemoteException
ApiException
Team[] createTeams(Team[] teams)
throws RemoteException,
ApiException
Team objects.
The following fields are required:
teams - the teams to create
RemoteException
ApiException
Team getTeam(Long teamId)
throws RemoteException,
ApiException
Team uniquely identified by the given ID.
teamId - the ID of the team, which must already exist
Team uniquely identified by the given ID
RemoteException
ApiException
TeamPage 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.
RemoteException
ApiException
Team updateTeam(Team team)
throws RemoteException,
ApiException
Team.
team - the team to update
RemoteException
ApiException
Team[] updateTeams(Team[] teams)
throws RemoteException,
ApiException
Team objects.
teams - the teams to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||