Betty v1.1.0

Uses of Class
christophedelory.betty.xml.UserDetails

Packages that use UserDetails
christophedelory.betty The home of the Betty application. 
christophedelory.betty.admin The administrator-related commands and controls. 
christophedelory.betty.admin.gwt The administration Web application, based on the Google Web Toolkit (GWT). 
christophedelory.betty.admin.servlet The administrator-related Web services. 
christophedelory.betty.xml The application XML objects definitions. 
 

Uses of UserDetails in christophedelory.betty
 

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

Methods in christophedelory.betty with parameters of type UserDetails
 void XmlToEntity.beginVisitUser(UserDetails target)
           
 void XmlToEntity.endVisitUser(UserDetails target)
           
 

Uses of UserDetails in christophedelory.betty.admin
 

Methods in christophedelory.betty.admin with parameters of type UserDetails
 void BettyAdminRemoteService.addUser(UserDetails user)
           
 void BettyAdminRemoteServiceAsync.addUser(UserDetails user, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 

Uses of UserDetails in christophedelory.betty.admin.gwt
 

Methods in christophedelory.betty.admin.gwt with parameters of type UserDetails
 void Betty.addUser(UserDetails details)
           
 

Uses of UserDetails in christophedelory.betty.admin.servlet
 

Methods in christophedelory.betty.admin.servlet with parameters of type UserDetails
 void AdminHttpServlet.addUser(UserDetails user)
           
 

Uses of UserDetails in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return types with arguments of type UserDetails
 List<UserDetails> UsersDetails.getUsers()
          Returns the list of users.
 

Methods in christophedelory.betty.xml with parameters of type UserDetails
 void UsersDetails.addUser(UserDetails user)
          Adds a user to this list.
 void XmlVisitor.beginVisitUser(UserDetails target)
          Starts the visit of the specified user.
 void SetParent.beginVisitUser(UserDetails target)
           
 void BaseXmlVisitor.beginVisitUser(UserDetails target)
           
 void XmlVisitor.endVisitUser(UserDetails target)
          Finishes the visit of the specified user.
 void BaseXmlVisitor.endVisitUser(UserDetails target)
           
 


© 2008-2009 Christophe Delory

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