Betty v1.1.0

Uses of Interface
christophedelory.betty.interfaces.LocalPlayerScore

Packages that use LocalPlayerScore
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
christophedelory.betty.servlet The general purpose Web services. 
 

Uses of LocalPlayerScore in christophedelory.betty
 

Methods in christophedelory.betty with parameters of type LocalPlayerScore
 String EntityToString.toString(LocalPlayerScore dbEntity, Locale locale)
          Returns a string representation of the specified EJB object.
 PlayerIdDetails EntityToXml.toXml(LocalPlayerScore dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Uses of LocalPlayerScore in christophedelory.betty.ejb
 

Methods in christophedelory.betty.ejb that return LocalPlayerScore
abstract  LocalPlayerScore BetBean.getPlayerScore()
          Returns the player score object, target of the bet.
 

Methods in christophedelory.betty.ejb with parameters of type LocalPlayerScore
 Object BetBean.ejbCreate(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
          Creates an instance of this entity bean.
 void BetBean.ejbPostCreate(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
          Allows this entity bean instance to fully initialize itself.
abstract  void BetBean.setPlayerScore(LocalPlayerScore dbPlayerScore)
          Initializes the player score object, target of the bet.
 

Uses of LocalPlayerScore in christophedelory.betty.interfaces
 

Methods in christophedelory.betty.interfaces that return LocalPlayerScore
 LocalPlayerScore LocalPlayerScoreHome.create(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalPlayerScore LocalPlayerScoreHome.findByEventAndDependencyPhase(LocalEvent dbEvent, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalPlayerScore LocalPlayerScoreHome.findByEventAndPlayer(LocalEvent dbEvent, LocalPlayer dbPlayer)
           
 LocalPlayerScore LocalPlayerScoreHome.findByPrimaryKey(Object pk)
           
 LocalPlayerScore LocalBet.getPlayerScore()
          Returns the player score object, target of the bet.
 

Methods in christophedelory.betty.interfaces that return types with arguments of type LocalPlayerScore
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findAll()
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findAllSet()
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByDependencyPhase(LocalPhase dbDependencyPhase)
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByEvent(LocalEvent dbEvent)
           
 Collection<LocalPlayerScore> LocalPlayerScoreHome.findByPhase(LocalPhase dbPhase)
           
 

Methods in christophedelory.betty.interfaces with parameters of type LocalPlayerScore
 LocalBet LocalBetHome.create(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
           
 Collection<LocalBet> LocalBetHome.findByPlayerScore(LocalPlayerScore dbPlayerScore)
           
 LocalBet LocalBetHome.findByPlayerScoreAndUser(LocalPlayerScore dbPlayerScore, LocalUser dbUser)
           
 void LocalBet.setPlayerScore(LocalPlayerScore dbPlayerScore)
          Initializes the player score object, target of the bet.
 

Uses of LocalPlayerScore in christophedelory.betty.model.rank
 

Methods in christophedelory.betty.model.rank with parameters of type LocalPlayerScore
 void PlayerRank.update(LocalPlayerScore dbPlayerScore)
          Updates the total score and result from the specified player score and result.
 void PlayerRank.update(LocalPlayerScore dbPlayerScore, LocalPlayerScore dbOpponentPlayerScore)
          Updates the result difference based on the two player results.
 

Uses of LocalPlayerScore in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet with parameters of type LocalPlayerScore
 String EntityToRSSTitle.toString(LocalPlayerScore dbEntity, Locale locale)
           
 String EntityToRSSDescription.toString(LocalPlayerScore dbEntity, Locale locale)
           
 


© 2008-2009 Christophe Delory

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