Uses of Class
base.user.Document

Packages that use Document
base This package contains the InternetCafe project's core classes. 
base.user This package contains the InternetCafe project's core classes for the user area. 
ui.command.IO   
ui.dialog   
ui.panel   
 

Uses of Document in base
 

Methods in base with parameters of type Document
static boolean Control.isValidUserDocument(Document document)
           
 

Uses of Document in base.user
 

Methods in base.user that return Document
 Document Document.fromXml(org.w3c.dom.Node node)
           
 Document User.getDocument()
           
 

Methods in base.user with parameters of type Document
static User UserFactory.newUser(java.lang.String name, java.lang.String surname, java.lang.String gender, java.util.Date birthday, java.lang.String nickname, java.lang.String password, java.lang.String credential, Document document, java.lang.String imagePath)
           
 void User.setDocument(Document document)
           
 

Constructors in base.user with parameters of type Document
User(int id, java.lang.String name, java.lang.String surname, java.lang.String gender, java.util.Date birthday, java.lang.String nickname, java.lang.String password, java.lang.String credential, Document document)
           
 

Uses of Document in ui.command.IO
 

Constructors in ui.command.IO with parameters of type Document
SaveUserDocumentCommand(DocumentPanel documentPanel, Document document, boolean createDocument)
           
 

Uses of Document in ui.dialog
 

Methods in ui.dialog that return Document
 Document DocumentDialog.getDocument()
           
 

Constructors in ui.dialog with parameters of type Document
DocumentDialog(User user, Document document)
           
 

Uses of Document in ui.panel
 

Methods in ui.panel that return Document
 Document UserPanel.getUserDocument()
           
 

Constructors in ui.panel with parameters of type Document
DocumentPanel(Document document)
           
 



Copyright © 2006 SF.net. All Rights Reserved.