Betty v1.1.0

Uses of Class
christophedelory.betty.xml.EventDetails

Packages that use EventDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of EventDetails in christophedelory.betty
 

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

Methods in christophedelory.betty with parameters of type EventDetails
 void XmlToEntity.beginVisitEvent(EventDetails target)
           
 void XmlToEntity.endVisitEvent(EventDetails target)
           
 

Uses of EventDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return EventDetails
 EventDetails PhaseDetails.findEventById(String id)
          Searches for an event in this XML description that matches the input parameter.
 

Methods in christophedelory.betty.xml that return types with arguments of type EventDetails
 List<EventDetails> PhaseDetails.getEvents()
          Returns the list of events in this phase.
 

Methods in christophedelory.betty.xml with parameters of type EventDetails
 void PhaseDetails.addEvent(EventDetails event)
          Adds an event to this phase.
 void XmlVisitor.beginVisitEvent(EventDetails target)
          Starts the visit of the specified championship's event.
 void SetParent.beginVisitEvent(EventDetails target)
           
 void BaseXmlVisitor.beginVisitEvent(EventDetails target)
           
 void XmlVisitor.endVisitEvent(EventDetails target)
          Finishes the visit of the specified championship's event.
 void SetParent.endVisitEvent(EventDetails target)
           
 void BaseXmlVisitor.endVisitEvent(EventDetails target)
           
 


© 2008-2009 Christophe Delory

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