Betty v1.1.0

Uses of Class
christophedelory.betty.xml.LocationDetails

Packages that use LocationDetails
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.xml The application XML objects definitions. 
 

Uses of LocationDetails in christophedelory.betty
 

Methods in christophedelory.betty that return LocationDetails
 LocationDetails EntityToXml.toXml(LocalLocation dbEntity, Locale[] locales)
          Returns an XML representation of the specified EJB object.
 

Methods in christophedelory.betty with parameters of type LocationDetails
 void XmlToEntity.beginVisitLocation(LocationDetails target)
           
 

Uses of LocationDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt with parameters of type LocationDetails
 void Betty.addLocation(LocationDetails location, com.google.gwt.user.client.ui.TreeItem parentTreeItem)
           
 

Uses of LocationDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return LocationDetails
 LocationDetails LocationsDetails.findLocation(String locationId)
          Returns the location with the specified identifier in this locations list.
 LocationDetails LocationDetails.findLocation(String locationId)
          Returns the location with the specified identifier in this locations list.
 LocationDetails EventDetails.getLocation()
          Returns the event's location.
 

Methods in christophedelory.betty.xml that return types with arguments of type LocationDetails
 List<LocationDetails> LocationsDetails.getLocations()
          Returns the list of locations.
 List<LocationDetails> LocationDetails.getSubLocations()
          Returns a list of child locations.
 

Methods in christophedelory.betty.xml with parameters of type LocationDetails
 void LocationsDetails.addLocation(LocationDetails location)
          Adds a location to this list.
 void LocationDetails.addSubLocation(LocationDetails location)
          Adds a child location to this one.
 void XmlVisitor.beginVisitLocation(LocationDetails target)
          Starts the visit of the specified location.
 void SetParent.beginVisitLocation(LocationDetails target)
           
 void BaseXmlVisitor.beginVisitLocation(LocationDetails target)
           
 void XmlVisitor.endVisitLocation(LocationDetails target)
          Finishes the visit of the specified location.
 void BaseXmlVisitor.endVisitLocation(LocationDetails target)
           
 void EventDetails.setLocation(LocationDetails location)
          Initializes the event's location.
 


© 2008-2009 Christophe Delory

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