Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalEvent

Packages that use LocalEvent
christophedelory.betty The home of the Betty application. 
christophedelory.betty.ejb The application database objects. 
christophedelory.betty.interfaces A collection of base interfaces implemented by our application database objects. 
christophedelory.betty.model.bet The bet processing models
christophedelory.betty.model.rank The rank processing models
christophedelory.betty.model.score The score processing models
 

Uses of LocalEvent in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalEvent
static boolean ProcessingEngine.isEventClosed(LocalEvent dbEvent)
          Checks if the specified event is closed, namely if all player results have been entered.
static void ProcessingEngine.processEvent(LocalEvent dbEvent)
          Processes the specified event: scores, ranks, bets.
 String EntityToString.toString(LocalEvent dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 EventDetails EntityToXml.toXml(LocalEvent dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Uses of LocalEvent in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalEvent
abstract  LocalEvent PlayerScoreBean.getEvent()
          Returns the enclosing championship's event.
 

Methods in christophedelory.betty.ejb with parameters of type LocalEvent
 Object PlayerScoreBean.ejbCreate(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
          Creates an instance of this entity bean.
 void PlayerScoreBean.ejbPostCreate(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
          Allows this entity bean instance to fully initialize itself.
abstract  void PlayerScoreBean.setEvent(LocalEvent event)
          Initializes the enclosing championship's event.
 

Uses of LocalEvent in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalEvent
 LocalEvent LocalEventHome.create(String id, LocalPhase dbPhase)
           
 LocalEvent LocalEventHome.findByIdAndPhase(String id, LocalPhase dbPhase)
           
 LocalEvent LocalEventHome.findByPrimaryKey(Object pk)
           
 LocalEvent LocalPlayerScore.getEvent()
          Returns the enclosing championship's event.
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalEvent
 Collection<LocalEvent> LocalEventHome.findAll()
           
 Collection<LocalEvent> LocalEventHome.findByChampionship(LocalChampionship dbChampionship)
           
 Collection<LocalEvent> LocalEventHome.findByPhase(LocalPhase dbPhase)
           
 

Methods in christophedelory.betty.interfaces with parameters of type LocalEvent
 LocalPlayerScore LocalPlayerScoreHome.create(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByEvent(LocalEvent dbEvent)
           
 Collection<LocalBet> LocalBetHome.findByEvent(LocalEvent dbEvent)
           
 LocalPlayerScore LocalPlayerScoreHome.findByEventAndDependencyPhase(LocalEvent dbEvent, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalPlayerScore LocalPlayerScoreHome.findByEventAndPlayer(LocalEvent dbEvent, LocalPlayer dbPlayer)
           
 Collection<LocalBet> LocalBetHome.findByEventAndUser(LocalEvent dbEvent, LocalUser dbUser)
           
 void LocalPlayerScore.setEvent(LocalEvent event)
          Initializes the enclosing championship's event.
 

Uses of LocalEvent in christophedelory.betty.model.bet
 

Methods in christophedelory.betty.model.bet with parameters of type LocalEvent
 void VersusBetModel.processEventBets(LocalEvent dbEvent)
           
 void RankBetModel.processEventBets(LocalEvent dbEvent)
           
 void BetModel.processEventBets(LocalEvent dbEvent)
          Processes all bets in the specified event.
 

Uses of LocalEvent in christophedelory.betty.model.rank
 

Method parameters in christophedelory.betty.model.rank with type arguments of type LocalEvent
protected  List<PlayerRank> AbstractLocalRankProcessor.buildSpecificPlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, List<PlayerRank> playerRanks)
          Builds a new list of player ranks based only on the input list of players, in the specified phase.
 List<PlayerRank> RankModel.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents)
          Processes all player ranks in the specified phase.
 List<PlayerRank> DefaultRankModel.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents)
           
 void RankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
          In the scope of the specified phase, assigns the ranks to the list of players, starting at initialRank.
 void LocalLowestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestScoreRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestResultDifferenceRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralLowestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestScoreRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestResultDifferenceRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 

Uses of LocalEvent in christophedelory.betty.model.score
 

Methods in christophedelory.betty.model.score with parameters of type LocalEvent
 void VersusScoreModel.processEventPlayerScores(LocalEvent dbEvent)
           
 void ScoreModel.processEventPlayerScores(LocalEvent dbEvent)
          Processes all player scores in the specified event.
 void ResultScoreModel.processEventPlayerScores(LocalEvent dbEvent)
           
 void RankScoreModel.processEventPlayerScores(LocalEvent dbEvent)
           
 void BetScoreModel.processEventPlayerScores(LocalEvent dbEvent)
           
 


© 2008-2009 Christophe Delory

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