public final class UpdateAdminAppointmentHistoryHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
create(UpdateAdminAppointmentHistory historyNotif)
Create a new manual appointment notification history
|
static void |
delete(int nIdNotif)
Remove an history from its primary key
|
static void |
deleteByIdAppointment(int nIdAppointment)
Remove every history associated with a given appointment
|
static List<UpdateAdminAppointmentHistory> |
findByIdHistory(int nIdHistory)
Get the list of history associated with a given history id
|
static UpdateAdminAppointmentHistory |
findByPrimaryKey(int nIdNotif)
Get a manual appointment notification history from its primary key
|
public static void create(UpdateAdminAppointmentHistory historyNotif)
historyNotif
- The history to insert into the databasepublic static UpdateAdminAppointmentHistory findByPrimaryKey(int nIdNotif)
nIdNotif
- The id of the history to getpublic static List<UpdateAdminAppointmentHistory> findByIdHistory(int nIdHistory)
nIdHistory
- The history idpublic static void delete(int nIdNotif)
nIdNotif
- The id of the historypublic static void deleteByIdAppointment(int nIdAppointment)
nIdAppointment
- The id of the appointmentCopyright © 2021 City of Paris. All rights reserved.