com.mlw.fps.model.business.dao.memmory
Class PlayerDAOImpl

java.lang.Object
  |
  +--com.mlw.fps.model.business.dao.memmory.PlayerDAOImpl
All Implemented Interfaces:
PlayerDAO

public class PlayerDAOImpl
extends java.lang.Object
implements PlayerDAO

Author:
Matthew Wilson

Constructor Summary
PlayerDAOImpl()
          Creates a new instance of PlayerDAOImpl
 
Method Summary
 Player getPlayerByName(java.lang.String name)
           
 Player getPlayerByPk(java.lang.String playerPk)
           
 java.util.Collection getPlayers()
           
 void insert(Player player)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerDAOImpl

public PlayerDAOImpl()
Creates a new instance of PlayerDAOImpl

Method Detail

getPlayerByPk

public Player getPlayerByPk(java.lang.String playerPk)
Specified by:
getPlayerByPk in interface PlayerDAO

getPlayers

public java.util.Collection getPlayers()
Specified by:
getPlayers in interface PlayerDAO

getPlayerByName

public Player getPlayerByName(java.lang.String name)
Specified by:
getPlayerByName in interface PlayerDAO

insert

public void insert(Player player)
Specified by:
insert in interface PlayerDAO


Copyright © 2003 mlavilson. All Rights Reserved.