| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TeamModel in com.neatech.climbplan.activityplanner | 
|---|
| Fields in com.neatech.climbplan.activityplanner declared as TeamModel | |
|---|---|
private static TeamModel | 
ActivityParameters.team
 | 
| Methods in com.neatech.climbplan.activityplanner that return TeamModel | |
|---|---|
static TeamModel | 
ActivityParameters.getTeam()
 | 
| Methods in com.neatech.climbplan.activityplanner with parameters of type TeamModel | |
|---|---|
static void | 
ActivityParameters.setTeam(TeamModel team)
 | 
| Uses of TeamModel in com.neatech.climbplan.dataaccess | 
|---|
| Fields in com.neatech.climbplan.dataaccess with type parameters of type TeamModel | |
|---|---|
protected  List<TeamModel> | 
DatabaseImplTest.teams
 | 
| Methods in com.neatech.climbplan.dataaccess with parameters of type TeamModel | |
|---|---|
 void | 
DatabaseImpl.addMountaineerToTeam(TeamModel team,
                     MountaineerModel mountaineer)
 | 
 void | 
Database.addMountaineerToTeam(TeamModel team,
                     MountaineerModel mountaineer)
This method adds a mountaineer to a team.  | 
 void | 
DatabaseImpl.deleteMountaineerFromTeam(TeamModel team,
                          MountaineerModel mountaineer)
 | 
 void | 
Database.deleteMountaineerFromTeam(TeamModel team,
                          MountaineerModel mountaineer)
This method deletes a mountaineer from a team.  | 
 void | 
DatabaseImpl.deleteTeam(TeamModel team)
 | 
 void | 
Database.deleteTeam(TeamModel team)
This method deletes a TeamModel
 from the database. | 
 void | 
DatabaseImpl.insertTeam(TeamModel team)
 | 
 void | 
Database.insertTeam(TeamModel team)
This method inserts a TeamModel to
 the database. | 
 void | 
DatabaseImpl.updateTeam(TeamModel team)
 | 
 void | 
Database.updateTeam(TeamModel team)
This method updates a TeamModel
 by storing the data to the database if necessary. | 
| Method parameters in com.neatech.climbplan.dataaccess with type arguments of type TeamModel | |
|---|---|
 void | 
DatabaseImpl.getAllTeams(List<TeamModel> teams,
            List<MountaineerModel> mountaineers)
 | 
 void | 
Database.getAllTeams(List<TeamModel> teams,
            List<MountaineerModel> mountaineers)
This methods returns all the teams stored in the database as a list of TeamModel by filling the
 list of TeamModel given as a parameter. | 
| Uses of TeamModel in com.neatech.climbplan.userinterface | 
|---|
| Methods in com.neatech.climbplan.userinterface with parameters of type TeamModel | |
|---|---|
 void | 
MainScreen.openTeamView(TeamModel t)
 | 
| Uses of TeamModel in com.neatech.climbplan.userinterface.models | 
|---|
| Fields in com.neatech.climbplan.userinterface.models declared as TeamModel | |
|---|---|
private  TeamModel | 
ActivityModel.team
 | 
private  TeamModel | 
ReportModel.teamModel
 | 
| Fields in com.neatech.climbplan.userinterface.models with type parameters of type TeamModel | |
|---|---|
private  List<TeamModel> | 
TeamsModel.teams
 | 
| Methods in com.neatech.climbplan.userinterface.models that return TeamModel | |
|---|---|
 TeamModel | 
ActivityModel.getTeam()
 | 
 TeamModel | 
ReportModel.getTeamModel()
 | 
| Methods in com.neatech.climbplan.userinterface.models that return types with arguments of type TeamModel | |
|---|---|
private  List<TeamModel> | 
Model.getAllTeams()
 | 
 List<TeamModel> | 
TeamsModel.getTeams()
 | 
| Methods in com.neatech.climbplan.userinterface.models with parameters of type TeamModel | |
|---|---|
 void | 
Model.addMountaineerToTeam(TeamModel team,
                     MountaineerModel mountaineer)
 | 
 void | 
TeamsModel.addTeam(TeamModel team)
 | 
private  void | 
TeamModel.assign(TeamModel model,
       boolean assignId)
 | 
 void | 
Model.deleteMountaineerFromTeam(TeamModel team,
                          MountaineerModel mountaineer)
 | 
 void | 
Model.deleteTeam(TeamModel team)
 | 
 void | 
Model.insertTeam(TeamModel team)
 | 
 void | 
TeamsModel.removeTeam(TeamModel team)
 | 
 void | 
ActivityModel.setTeam(TeamModel team)
 | 
 void | 
TeamModel.updateTeam(TeamModel change)
 | 
 void | 
Model.updateTeam(TeamModel team)
 | 
| Method parameters in com.neatech.climbplan.userinterface.models with type arguments of type TeamModel | |
|---|---|
 void | 
TeamsModel.setTeams(List<TeamModel> teams)
 | 
 void | 
TeamsModel.updateTeams(List<TeamModel> changes)
 | 
| Constructors in com.neatech.climbplan.userinterface.models with parameters of type TeamModel | |
|---|---|
ReportModel(String name,
            BufferedImage image,
            TeamModel team,
            List<gov.nasa.worldwind.geom.Position> curPath)
 | 
|
TeamModel(TeamModel model)
 | 
|
| Constructor parameters in com.neatech.climbplan.userinterface.models with type arguments of type TeamModel | |
|---|---|
TeamsModel(List<TeamModel> teams)
 | 
|
| Uses of TeamModel in com.neatech.climbplan.userinterface.views | 
|---|
| Fields in com.neatech.climbplan.userinterface.views declared as TeamModel | |
|---|---|
private  TeamModel | 
TeamView.change
 | 
private  TeamModel | 
TeamView.model
 | 
| Methods in com.neatech.climbplan.userinterface.views that return TeamModel | |
|---|---|
private  TeamModel | 
TeamView.getDisplay()
 | 
| Methods in com.neatech.climbplan.userinterface.views with parameters of type TeamModel | |
|---|---|
private  void | 
TeamView.refreshMembersList(TeamModel model)
 | 
private  void | 
TeamView.refreshSelectUserComboBox(TeamModel model)
 | 
private  void | 
TeamView.setModel(TeamModel model)
 | 
| Constructors in com.neatech.climbplan.userinterface.views with parameters of type TeamModel | |
|---|---|
TeamView(TeamModel model,
         MountaineersModel mountaineersModel)
Create the panel  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||