|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
base | This package contains the InternetCafe project's core classes. |
base.jdbs | |
base.jdbs.cryptography.asymmetric | |
base.session | This package contains the InternetCafe project's core classes for the session area. |
base.user | This package contains the InternetCafe project's core classes for the user area. |
base.user.jcard | |
ui.command.creation | |
ui.command.deletion | |
ui.command.information | |
ui.command.IO | |
ui.dialog | |
ui.panel | |
ui.table.model |
Uses of User in base |
---|
Methods in base that return User | |
---|---|
User[] |
InternetCafeManager.getUser()
|
User |
InternetCafeManager.getUserById(int userId)
This method retrieves a user specifying his id. |
User |
InternetCafeManager.getUserByNickname(java.lang.String userNickname)
This method retrieves a user specifying his nickname. |
Methods in base with parameters of type User | |
---|---|
void |
InternetCafeManager.addUser(User user)
This method simply adds a user. |
void |
InternetCafeManager.deleteUser(User user)
This method deletes the user. |
protected static void |
InternetCafe.initJDBS(User user)
|
protected static java.lang.String |
InternetCafeManager.userKey(User user)
This method simply builds a key string for an instance of User. |
Uses of User in base.jdbs |
---|
Methods in base.jdbs that return User | |
---|---|
User |
ConfigurationManager.getUser()
|
Methods in base.jdbs with parameters of type User | |
---|---|
void |
ConfigurationManager.setUser(User user)
|
Uses of User in base.jdbs.cryptography.asymmetric |
---|
Methods in base.jdbs.cryptography.asymmetric that return User | |
---|---|
User |
AsymmetricKeyRing.getOwner()
|
Constructors in base.jdbs.cryptography.asymmetric with parameters of type User | |
---|---|
AsymmetricKeyRing(User owner)
The default constructor. |
Uses of User in base.session |
---|
Methods in base.session that return User | |
---|---|
User |
Session.getUser()
|
Methods in base.session with parameters of type User | |
---|---|
static Session |
SessionFactory.newSession(User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
Constructors in base.session with parameters of type User | |
---|---|
Session(int id,
User user,
Workstation workstation,
java.lang.String description,
java.util.Date startTime,
java.util.Date endTime,
Service service)
|
Uses of User in base.user |
---|
Methods in base.user that return User | |
---|---|
static User |
UserFactory.newUser()
|
static User |
UserFactory.newUser(JCard jcard,
java.lang.String password)
|
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)
|
Uses of User in base.user.jcard |
---|
Methods in base.user.jcard that return User | |
---|---|
User |
JCard.newUser(JCard jcard)
|
User |
IVCard.newUser(JCard jcard)
This method has to be implemented in order to create a new internet-cafe User instance given a valid and alredy instanced JCard. |
Methods in base.user.jcard with parameters of type User | |
---|---|
JCard |
JCard.newJCard(User user)
|
JCard |
IVCard.newJCard(User user)
This method has to be implemented in order to create a new JCard instance given a valid and alredy instanced internet-cafe user. |
Uses of User in ui.command.creation |
---|
Constructors in ui.command.creation with parameters of type User | |
---|---|
ShowNewEAddressDialogCommand(User user,
EAddressTableModel eAddressTableModel)
|
|
ShowNewNAddressDialogCommand(User user,
NAddressTableModel nAddressTableModel)
|
|
ShowNewPhoneNumberDialogCommand(User user,
PhoneNumberTableModel phoneNumberTableModel)
|
|
ShowUserAddressBookDialogCommand(User user)
|
|
ShowUserDocumentDialogCommand(DocumentDialog documentDialog,
User user)
|
Uses of User in ui.command.deletion |
---|
Constructors in ui.command.deletion with parameters of type User | |
---|---|
DeleteEAddressCommand(User user,
int addressId,
EAddressTableModel eAddressTableModel)
|
|
DeleteNAddressCommand(User user,
int addressId,
NAddressTableModel nAddressTableModel)
|
|
DeletePhoneNumberCommand(User user,
int phoneNumberId,
PhoneNumberTableModel phoneNumberTableModel)
|
Uses of User in ui.command.information |
---|
Constructors in ui.command.information with parameters of type User | |
---|---|
InfoOnEAddressCommand(User user,
int addressId)
|
|
InfoOnNAddressCommand(User user,
int addressId)
|
|
InfoOnPhoneNumberCommand(User user,
int phoneNumberId)
|
Uses of User in ui.command.IO |
---|
Constructors in ui.command.IO with parameters of type User | |
---|---|
ExportUserAsVCardCommand(User user)
|
|
SaveEAddressCommand(User user,
EAddressPanel eAddressPanel)
|
|
SaveNAddressCommand(User user,
NAddressPanel nAddressPanel)
|
|
SavePhoneNumberCommand(User user,
PhoneNumberPanel phoneNumberPanel)
|
|
SaveUserCommand(UserPanel userPanel,
User user,
boolean createNewUser)
|
Uses of User in ui.dialog |
---|
Methods in ui.dialog that return User | |
---|---|
User |
ServerLoginDialog.getLoggedInUser()
|
User |
UserDialog.getUser()
|
protected User |
UserAddressBookDialog.getUser()
|
Constructors in ui.dialog with parameters of type User | |
---|---|
DocumentDialog(User user)
|
|
DocumentDialog(User user,
Document document)
|
|
EAddressDialog(User user)
|
|
EAddressDialog(User user,
EAddress eAddress)
|
|
NAddressDialog(User user)
|
|
NAddressDialog(User user,
NAddress nAddress)
|
|
PhoneNumberDialog(User user)
|
|
PhoneNumberDialog(User user,
PhoneNumber phoneNumber)
|
|
UserAddressBookDialog(User user)
|
|
UserDialog(User user)
|
Uses of User in ui.panel |
---|
Methods in ui.panel that return User | |
---|---|
User |
UserAddressBookPanel.getUser()
|
protected User |
TabledPhoneNumberPanel.getUser()
|
protected User |
TabledNAddressPanel.getUser()
|
protected User |
TabledEAddressPanel.getUser()
|
User |
SessionCreationPanel.getUser()
|
Constructors in ui.panel with parameters of type User | |
---|---|
TabledEAddressPanel(User user)
|
|
TabledNAddressPanel(User user)
|
|
TabledPhoneNumberPanel(User user)
|
|
UserAddressBookPanel(User user)
|
|
UserPanel(User user)
|
Uses of User in ui.table.model |
---|
Constructors in ui.table.model with parameters of type User | |
---|---|
EAddressTableModel(User user)
|
|
NAddressTableModel(User user)
|
|
PhoneNumberTableModel(User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |