Betty v1.1.0

Uses of Class
christophedelory.betty.xml.ResourceDetails

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

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

Methods in christophedelory.betty with parameters of type ResourceDetails
 void XmlToEntity.beginVisitResource(ResourceDetails target)
           
 void XmlToEntity.endVisitResource(ResourceDetails target)
           
 

Uses of ResourceDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt with parameters of type ResourceDetails
 void Betty.addResource(ResourceDetails details, com.google.gwt.user.client.ui.TreeItem parentTreeItem)
           
 

Uses of ResourceDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return ResourceDetails
 ResourceDetails ResourcesDetails.findResourceById(String id)
          Searches for a resource in this XML element that matches the input parameter.
 

Methods in christophedelory.betty.xml that return types with arguments of type ResourceDetails
 List<ResourceDetails> ResourcesDetails.getResources()
          Returns the list of resources.
 

Methods in christophedelory.betty.xml with parameters of type ResourceDetails
 void ResourcesDetails.addResource(ResourceDetails resource)
          Adds the specified resource to this list.
 void XmlVisitor.beginVisitResource(ResourceDetails target)
          Starts the visit of the specified resource.
 void SetParent.beginVisitResource(ResourceDetails target)
           
 void BaseXmlVisitor.beginVisitResource(ResourceDetails target)
           
 void XmlVisitor.endVisitResource(ResourceDetails target)
          Finishes the visit of the specified resource.
 void BaseXmlVisitor.endVisitResource(ResourceDetails target)
           
 


© 2008-2009 Christophe Delory

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