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