Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalPhase

Packages that use LocalPhase
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.rank The rank processing models
 

Uses of LocalPhase in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalPhase
static boolean ProcessingEngine.isPhaseClosed(LocalPhase dbPhase)
          Checks if the specified phase is closed, namely if all of its events are closed.
 String EntityToString.toString(LocalPhase dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 PhaseDetails EntityToXml.toXml(LocalPhase dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Uses of LocalPhase in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalPhase
abstract  LocalPhase PlayerScoreBean.getDependencyPhase()
          Returns the dependency phase allowing to choose the player (which is not known now in this case).
abstract  LocalPhase EventBean.getPhase()
          Returns the enclosing championship's phase.
 

Methods in christophedelory.betty.ejb with parameters of type LocalPhase
 Object PlayerScoreBean.ejbCreate(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
          Creates an instance of this entity bean.
 Object EventBean.ejbCreate(String id, LocalPhase dbPhase)
          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.
 void EventBean.ejbPostCreate(String id, LocalPhase dbPhase)
          Allows this entity bean instance to fully initialize itself.
abstract  void PlayerScoreBean.setDependencyPhase(LocalPhase phase)
          Initializes the dependency phase allowing to choose the player (which is not known now in this case).
abstract  void EventBean.setPhase(LocalPhase phase)
          Initializes the enclosing championship's phase.
 

Uses of LocalPhase in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalPhase
 LocalPhase LocalPhaseHome.create(String id, LocalChampionship dbChampionship)
           
 LocalPhase LocalPhaseHome.findByIdAndChampionship(String id, LocalChampionship dbChampionship)
           
 LocalPhase LocalPhaseHome.findByPrimaryKey(Object pk)
           
 LocalPhase LocalPlayerScore.getDependencyPhase()
          Returns the dependency phase allowing to choose the player (which is not known now in this case).
 LocalPhase LocalEvent.getPhase()
          Returns the enclosing championship's phase.
 

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

Methods in christophedelory.betty.interfaces with parameters of type LocalPhase
 LocalPlayerScore LocalPlayerScoreHome.create(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalEvent LocalEventHome.create(String id, LocalPhase dbPhase)
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByDependencyPhase(LocalPhase dbDependencyPhase)
           
 LocalPlayerScore LocalPlayerScoreHome.findByEventAndDependencyPhase(LocalEvent dbEvent, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalEvent LocalEventHome.findByIdAndPhase(String id, LocalPhase dbPhase)
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByPhase(LocalPhase dbPhase)
           
 Collection<LocalEvent> LocalEventHome.findByPhase(LocalPhase dbPhase)
           
 void LocalPlayerScore.setDependencyPhase(LocalPhase phase)
          Initializes the dependency phase allowing to choose the player (which is not known now in this case).
 void LocalEvent.setPhase(LocalPhase phase)
          Initializes the enclosing championship's phase.
 

Uses of LocalPhase in christophedelory.betty.model.rank
 

Methods in christophedelory.betty.model.rank with parameters of type LocalPhase
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)
           
 


© 2008-2009 Christophe Delory

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