Package info.mikethomas.fahweb.service
Class TeamService
- java.lang.Object
-
- info.mikethomas.fahweb.service.TeamService
-
public class TeamService extends Object
TeamService class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description TeamService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTeam(Team team)
addTeam.List<Team>
listTeam(int firstResult, int maxResults)
listTeam.void
setTeamDao(TeamDao teamDao)
Setter for the fieldteamDao
.
-