Betty v1.1.0

Uses of Class
christophedelory.betty.xml.ChampionshipDetails

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

Methods in christophedelory.betty that return ChampionshipDetails
 ChampionshipDetails BettyRemoteService.getChampionship(String championshipId, String[] localeNames)
           
 ChampionshipDetails EntityToXml.toXml(LocalChampionship dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Methods in christophedelory.betty with parameters of type ChampionshipDetails
 void XmlToEntity.beginVisitChampionship(ChampionshipDetails target)
           
 void XmlToEntity.endVisitChampionship(ChampionshipDetails target)
           
 

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

Uses of ChampionshipDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt with parameters of type ChampionshipDetails
 void Betty.addChampionship(ChampionshipDetails championship)
           
 

Uses of ChampionshipDetails in christophedelory.betty.servlet
 

Methods in christophedelory.betty.servlet that return ChampionshipDetails
 ChampionshipDetails PublicHttpServlet.getChampionship(String championshipId, String[] localeNames)
           
 

Uses of ChampionshipDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return types with arguments of type ChampionshipDetails
 List<ChampionshipDetails> ChampionshipsDetails.getChampionships()
          Returns the list of championships.
 

Methods in christophedelory.betty.xml with parameters of type ChampionshipDetails
 void ChampionshipsDetails.addChampionship(ChampionshipDetails championship)
          Adds the specified championship to this list.
 void XmlVisitor.beginVisitChampionship(ChampionshipDetails target)
          Starts the visit of the specified championship.
 void SetParent.beginVisitChampionship(ChampionshipDetails target)
           
 void BaseXmlVisitor.beginVisitChampionship(ChampionshipDetails target)
           
 void XmlVisitor.endVisitChampionship(ChampionshipDetails target)
          Finishes the visit of the specified championship.
 void SetParent.endVisitChampionship(ChampionshipDetails target)
           
 void BaseXmlVisitor.endVisitChampionship(ChampionshipDetails target)
           
 


© 2008-2009 Christophe Delory

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