Betty v1.1.0

Uses of Class
christophedelory.betty.xml.LocationsDetails

Packages that use LocationsDetails
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.servlet The general purpose Web services. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of LocationsDetails in christophedelory.betty
 

Methods in christophedelory.betty that return LocationsDetails
 LocationsDetails BettyRemoteService.getLocations(String[] localeNames)
           
 

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

Uses of LocationsDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt that return LocationsDetails
 LocationsDetails Betty.getLocations()
          Returns the top-level list of locations.
 

Uses of LocationsDetails in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return LocationsDetails
 LocationsDetails PublicHttpServlet.getLocations(String[] localeNames)
           
 

Uses of LocationsDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return LocationsDetails
 LocationsDetails ChampionshipDetails.getLocations()
          Returns a list of locations optionally attached to this championship.
 

Methods in christophedelory.betty.xml with parameters of type LocationsDetails
 void XmlVisitor.beginVisitLocations(LocationsDetails target)
          Starts the visit of the specified location list.
 void SetParent.beginVisitLocations(LocationsDetails target)
           
 void BaseXmlVisitor.beginVisitLocations(LocationsDetails target)
           
 void XmlVisitor.endVisitLocations(LocationsDetails target)
          Finishes the visit of the specified location list.
 void BaseXmlVisitor.endVisitLocations(LocationsDetails target)
           
 void ChampionshipDetails.setLocations(LocationsDetails locations)
          Initializes the list of locations optionally attached to this championship.
 


© 2008-2009 Christophe Delory

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