com.mlw.fps.model.business.dao
Interface GameDAO

All Known Implementing Classes:
GameDAOImpl, GameDAOImpl

public interface GameDAO

Author:
Matthew Wilson

Method Summary
 void delete(Game game)
           
 void insert(Game game)
           
 void update(Game game)
           
 

Method Detail

insert

public void insert(Game game)

update

public void update(Game game)

delete

public void delete(Game game)


Copyright © 2003 mlavilson. All Rights Reserved.