Package | Description |
---|---|
fr.paris.lutece.plugins.workflow.modules.appointment.business |
Modifier and Type | Method and Description |
---|---|
static ManualAppointmentNotificationHistory |
ManualAppointmentNotificationHistoryHome.findByPrimaryKey(int nIdNotif)
Get a manual appointment notification history from its primary key
|
ManualAppointmentNotificationHistory |
ManualAppointmentNotificationHistoryDAO.findByPrimaryKey(int nIdNotif,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get a manual appointment notification history from its primary key
|
ManualAppointmentNotificationHistory |
IManualAppointmentNotificationHistoryDAO.findByPrimaryKey(int nIdNotif,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get a manual appointment notification history from its primary key
|
Modifier and Type | Method and Description |
---|---|
static List<ManualAppointmentNotificationHistory> |
ManualAppointmentNotificationHistoryHome.findByIdHistory(int nIdHistory)
Get the list of history associated with a given history id
|
List<ManualAppointmentNotificationHistory> |
ManualAppointmentNotificationHistoryDAO.findByIdHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of history associated with a given history id
|
List<ManualAppointmentNotificationHistory> |
IManualAppointmentNotificationHistoryDAO.findByIdHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of history associated with a given history id
|
Modifier and Type | Method and Description |
---|---|
static void |
ManualAppointmentNotificationHistoryHome.create(ManualAppointmentNotificationHistory historyNotif)
Create a new manual appointment notification history
|
void |
ManualAppointmentNotificationHistoryDAO.create(ManualAppointmentNotificationHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new manual appointment notification history
|
void |
IManualAppointmentNotificationHistoryDAO.create(ManualAppointmentNotificationHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new manual appointment notification history
|
Copyright © 2021 City of Paris. All rights reserved.