Modifier and Type | Class and Description |
---|---|
class |
AppointmentDTO
The DTO for an appointment in front office
|
class |
AppointmentFilter |
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.findByEmail(String strEmail)
Return a user by its email
|
User |
IUserDAO.findByEmail(String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the user by its email
|
User |
UserDAO.findByEmail(String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static User |
UserHome.findByPrimaryKey(int nKey)
Returns an instance of the User whose identifier is specified in parameter
|
User |
IUserDAO.select(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
User |
UserDAO.select(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static User |
UserHome.update(User user)
Update of the User which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static User |
UserHome.create(User user)
Create an instance of the User class
|
void |
IUserDAO.insert(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
UserDAO.insert(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static User |
UserHome.update(User user)
Update of the User which is specified in parameter
|
void |
IUserDAO.update(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
UserDAO.update(User user,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static User |
UserService.findUserByEmail(String strEmail)
Find a user with its 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)
|
Copyright © 2018 City of Paris. All rights reserved.