Betty v1.1.0

Uses of Class
christophedelory.betty.xml.UsersDetails

Packages that use UsersDetails
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 UsersDetails in christophedelory.betty
 

Methods in christophedelory.betty that return UsersDetails
 UsersDetails BettyRemoteService.getUsers(String[] localeNames)
           
 

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

Uses of UsersDetails in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return UsersDetails
 UsersDetails PublicHttpServlet.getUsers(String[] localeNames)
           
 

Uses of UsersDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return UsersDetails
 UsersDetails PlayerIdDetails.getUsers()
          Returns a list of users optionally attached to this player reference.
 UsersDetails PhaseDetails.getUsers()
          Returns a list of users optionally attached to this phase.
 UsersDetails EventDetails.getUsers()
          Returns a list of users optionally attached to this event.
 UsersDetails ChampionshipDetails.getUsers()
          Returns a list of users optionally attached to this championship.
 

Methods in christophedelory.betty.xml with parameters of type UsersDetails
 void XmlVisitor.beginVisitUsers(UsersDetails target)
          Starts the visit of the specified user list.
 void SetParent.beginVisitUsers(UsersDetails target)
           
 void BaseXmlVisitor.beginVisitUsers(UsersDetails target)
           
 void XmlVisitor.endVisitUsers(UsersDetails target)
          Finishes the visit of the specified user list.
 void SetParent.endVisitUsers(UsersDetails target)
           
 void BaseXmlVisitor.endVisitUsers(UsersDetails target)
           
 void PlayerIdDetails.setUsers(UsersDetails users)
          Initializes the list of users optionally attached to this player reference.
 void PhaseDetails.setUsers(UsersDetails users)
          Initializes the list of users optionally attached to this phase.
 void EventDetails.setUsers(UsersDetails users)
          Initializes the list of users optionally attached to this event.
 void ChampionshipDetails.setUsers(UsersDetails users)
          Initializes the list of users optionally attached to this championship.
 


© 2008-2009 Christophe Delory

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