Betty v1.1.0

christophedelory.betty.model.score
Interface ScoreModel

All Superinterfaces:
Model
All Known Implementing Classes:
BetScoreModel, RankScoreModel, ResultScoreModel, VersusScoreModel

public interface ScoreModel
extends Model

The definition of a score processing model.

Version:
$Revision$
Author:
Christophe Delory

Method Summary
 void processEventPlayerScores(LocalEvent dbEvent)
          Processes all player scores in the specified event.
 
Methods inherited from interface christophedelory.betty.model.Model
setParameters
 

Method Detail

processEventPlayerScores

void processEventPlayerScores(LocalEvent dbEvent)
                              throws Exception
Processes all player scores in the specified event.

Parameters:
dbEvent - a championship phase's event. Should not be null.
Throws:
NullPointerException - if dbEvent is null.
Exception - if any unexpected error occurs.
See Also:
LocalPlayerScore.setScore(int)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.