Betty v1.1.0

Uses of Interface
christophedelory.betty.xml.XmlRoot

Packages that use XmlRoot
christophedelory.betty.admin The administrator-related commands and controls. 
christophedelory.betty.admin.servlet The administrator-related Web services. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of XmlRoot in christophedelory.betty.admin
 

Methods in christophedelory.betty.admin with parameters of type XmlRoot
 void BettyAdminRemoteService.addXml(XmlRoot xml)
          Adds or updates database rows through an XML fragment.
 void BettyAdminRemoteServiceAsync.addXml(XmlRoot xml, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
          Adds or updates database rows through an XML fragment.
 

Uses of XmlRoot in christophedelory.betty.admin.servlet
 

Methods in christophedelory.betty.admin.servlet with parameters of type XmlRoot
 void AdminHttpServlet.addXml(XmlRoot xml)
           
 

Uses of XmlRoot in christophedelory.betty.xml
 

Classes in christophedelory.betty.xml that implement XmlRoot
 class ChampionshipDetails
          The championship XML representation.
 class ChampionshipsDetails
          A list of championships.
 class LocationDetails
          The definition of an event's location.
 class LocationsDetails
          A list of locations.
 class PlayerDetails
          The definition of a player.
 class PlayersDetails
          A list of players.
 class ResourceDetails
          The definition of a resource.
 class ResourcesDetails
          A list of resources.
 class UserDetails
          The definition of a user.
 class UsersDetails
          A list of users.
 


© 2008-2009 Christophe Delory

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