|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.dao.memmory.PlayerDAOImpl
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 |
public PlayerDAOImpl()
Method Detail |
public Player getPlayerByPk(java.lang.String playerPk)
getPlayerByPk
in interface PlayerDAO
public java.util.Collection getPlayers()
getPlayers
in interface PlayerDAO
public Player getPlayerByName(java.lang.String name)
getPlayerByName
in interface PlayerDAO
public void insert(Player player)
insert
in interface PlayerDAO
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |