net.mlw.fball.dao
Interface SeasonStatsDao

All Known Implementing Classes:
SeasonStatsDaoDaoImpl

public interface SeasonStatsDao

Version:
$Revision: 1.4 $ $Date: 2004/04/01 21:51:06 $
Author:
Matthew L. Wilson

Method Summary
 net.mlw.fball.bo.SeasonStats findById(net.mlw.fball.bo.Player player, java.lang.Integer season)
           
 net.mlw.fball.bo.SeasonStats save(net.mlw.fball.bo.SeasonStats stats)
           
 

Method Detail

findById

public net.mlw.fball.bo.SeasonStats findById(net.mlw.fball.bo.Player player,
                                             java.lang.Integer season)

save

public net.mlw.fball.bo.SeasonStats save(net.mlw.fball.bo.SeasonStats stats)


Copyright © 2003-2004 mlavilson. All Rights Reserved.