Modifier and Type | Class and Description |
---|---|
class |
Appointment
Business class of the Appointment
|
Modifier and Type | Method and Description |
---|---|
User |
Appointment.getUser()
Get the user of the appointment
|
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setUser(User user)
Set the user of the appointment
|
Modifier and Type | Method and Description |
---|---|
static User |
UserHome.create(User user)
Create an instance of the User class
|
static User |
UserHome.findByFirstNameLastNameAndEmail(String strFirstName,
String strLastName,
String strEmail)
return a user by its firstname, lastname and email
|
User |
UserDAO.findByFirstNameLastNameAndEmail(String strFirstName,
String strLastName,
String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
User |
IUserDAO.findByFirstNameLastNameAndEmail(String strFirstName,
String strLastName,
String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the user by its first name, last name and email
|
static User |
UserHome.findByPrimaryKey(int nKey)
Returns an instance of the User whose identifier is specified in parameter
|
User |
UserDAO.select(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
User |
IUserDAO.select(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static User |
UserHome.update(User user)
Update of the User which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<User> |
UserHome.findByEmail(String strEmail)
return user(s) by its email
|
List<User> |
UserDAO.findByEmail(String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<User> |
IUserDAO.findByEmail(String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the users by its email
|
Modifier and Type | Method and Description |
---|---|
static User |
UserHome.create(User user)
Create an instance of the User class
|
void |
UserDAO.insert(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IUserDAO.insert(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static User |
UserHome.update(User user)
Update of the User which is specified in parameter
|
void |
UserDAO.update(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IUserDAO.update(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
static User |
UserService.findUserByFirstNameLastNameAndEmail(String strFirstName,
String strLastName,
String strEmail)
Find a user by its first name, last name and email
|
static User |
UserService.findUserById(int nIdUser)
Find a User by its primary key
|
static User |
UserService.saveUser(AppointmentDTO appointment)
Save a user in database / A user is defined by its email (unique)
|
Modifier and Type | Method and Description |
---|---|
static List<User> |
UserService.findUsersByEmail(String strEmail)
Find users by its email
|
Modifier and Type | Class and Description |
---|---|
class |
AppointmentDTO
The DTO for an appointment in front office
|
class |
AppointmentFilterDTO |
Copyright © 2018 City of Paris. All rights reserved.