Betty v1.1.0

Uses of Class
christophedelory.betty.xml.PlayersDetails

Packages that use PlayersDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.servlet The general purpose Web services. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of PlayersDetails in christophedelory.betty
 

Methods in christophedelory.betty that return PlayersDetails
 PlayersDetails BettyRemoteService.getPlayers(String[] localeNames)
           
 

Method parameters in christophedelory.betty with type arguments of type PlayersDetails
 void BettyRemoteServiceAsync.getPlayers(String[] localeNames, com.google.gwt.user.client.rpc.AsyncCallback<PlayersDetails> callback)
           
 

Uses of PlayersDetails in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return PlayersDetails
 PlayersDetails PublicHttpServlet.getPlayers(String[] localeNames)
           
 

Uses of PlayersDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return PlayersDetails
 PlayersDetails ChampionshipDetails.getPlayers()
          Returns a list of players optionally attached to this championship.
 

Methods in christophedelory.betty.xml with parameters of type PlayersDetails
 void XmlVisitor.beginVisitPlayers(PlayersDetails target)
          Starts the visit of the specified player list.
 void SetParent.beginVisitPlayers(PlayersDetails target)
           
 void BaseXmlVisitor.beginVisitPlayers(PlayersDetails target)
           
 void XmlVisitor.endVisitPlayers(PlayersDetails target)
          Finishes the visit of the specified player list.
 void SetParent.endVisitPlayers(PlayersDetails target)
           
 void BaseXmlVisitor.endVisitPlayers(PlayersDetails target)
           
 void ChampionshipDetails.setPlayers(PlayersDetails players)
          Initializes the list of players optionally attached to this championship.
 


© 2008-2009 Christophe Delory

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