Betty v1.1.0

Uses of Class
christophedelory.betty.xml.PlayerIdDetails

Packages that use PlayerIdDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.model.rank The rank processing models
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of PlayerIdDetails in christophedelory.betty
 

Methods in christophedelory.betty that return PlayerIdDetails
 PlayerIdDetails EntityToXml.toXml(LocalPlayerScore dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Methods in christophedelory.betty with parameters of type PlayerIdDetails
 void XmlToEntity.beginVisitPlayerId(PlayerIdDetails target)
           
 

Uses of PlayerIdDetails in christophedelory.betty.model.rank
 

Methods in christophedelory.betty.model.rank that return PlayerIdDetails
 PlayerIdDetails PlayerRank.toXml(Locale[] locales)
          Returns an XML representation of this object.
 

Uses of PlayerIdDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return PlayerIdDetails
 PlayerIdDetails EventDetails.findPlayerIdByDependencyPhase(String phaseRef, int phaseRank)
          Searches for a player reference in this XML description that matches the input parameters.
 PlayerIdDetails EventDetails.findPlayerIdById(String id)
          Searches for a player reference in this XML description that matches the input parameter.
 

Methods in christophedelory.betty.xml that return types with arguments of type PlayerIdDetails
 List<PlayerIdDetails> PhaseDetails.getPlayerIds()
          Returns a list of players optionally attached to this phase.
 List<PlayerIdDetails> EventDetails.getPlayerIds()
          Returns a list of players optionally attached to this event.
 

Methods in christophedelory.betty.xml with parameters of type PlayerIdDetails
 void PhaseDetails.addPlayerId(PlayerIdDetails playerId)
          Adds a player to this phase.
 void EventDetails.addPlayerId(PlayerIdDetails playerId)
          Adds a player to this event.
 void XmlVisitor.beginVisitPlayerId(PlayerIdDetails target)
          Starts the visit of the specified player reference.
 void SetParent.beginVisitPlayerId(PlayerIdDetails target)
           
 void BaseXmlVisitor.beginVisitPlayerId(PlayerIdDetails target)
           
 void XmlVisitor.endVisitPlayerId(PlayerIdDetails target)
          Finishes the visit of the specified player reference.
 void BaseXmlVisitor.endVisitPlayerId(PlayerIdDetails target)
           
 


© 2008-2009 Christophe Delory

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