Betty v1.1.0

Uses of Class
christophedelory.betty.xml.PlayerDetails

Packages that use PlayerDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.admin.gwt The administration Web application, based on the Google Web Toolkit (GWT). 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of PlayerDetails in christophedelory.betty
 

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

Methods in christophedelory.betty with parameters of type PlayerDetails
 void XmlToEntity.beginVisitPlayer(PlayerDetails target)
           
 void XmlToEntity.endVisitPlayer(PlayerDetails target)
           
 

Uses of PlayerDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt with parameters of type PlayerDetails
 void Betty.addPlayer(PlayerDetails details)
           
 

Uses of PlayerDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return types with arguments of type PlayerDetails
 List<PlayerDetails> PlayersDetails.getPlayers()
          Returns the list of players.
 

Methods in christophedelory.betty.xml with parameters of type PlayerDetails
 void PlayersDetails.addPlayer(PlayerDetails player)
          Adds a player to this list.
 void XmlVisitor.beginVisitPlayer(PlayerDetails target)
          Starts the visit of the specified player.
 void SetParent.beginVisitPlayer(PlayerDetails target)
           
 void BaseXmlVisitor.beginVisitPlayer(PlayerDetails target)
           
 void XmlVisitor.endVisitPlayer(PlayerDetails target)
          Finishes the visit of the specified player.
 void BaseXmlVisitor.endVisitPlayer(PlayerDetails target)
           
 


© 2008-2009 Christophe Delory

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