public final class TaskNotifyReminderConfigHome extends Object
Modifier and Type | Method and Description |
---|---|
static TaskNotifyReminderConfig |
create(TaskNotifyReminderConfig taskReminderConfig)
Create an instance of the taskReminderConfig class
|
static TaskNotifyReminderConfig |
findByIdForm(int nKey,
int idForm) |
static TaskNotifyReminderConfig |
findByPrimaryKey(int nKey)
Returns an instance of a taskReminderConfig whose identifier is specified in parameter
|
static Collection<Integer> |
getIdTaskReminderConfigsList()
Load the id of all the taskReminderConfig objects and returns them in form of a collection
|
static Collection<TaskNotifyReminderConfig> |
getTaskReminderConfigsList()
Load the data of all the taskReminderConfig objects and returns them in form of a collection
|
static TaskNotifyReminderConfig |
loadConfigByIdForm(int idForm) |
static List<ReminderAppointment> |
loadListReminderAppointment(int idTask,
int nAppointmentFormId) |
static List<TaskNotifyReminderConfig> |
loadListTaskNotifyConfig(int idTask) |
static void |
remove(int nKey)
Remove the taskReminderConfig whose identifier is specified in parameter
|
static void |
removeAppointmentReminder(int idTask,
int nAppointmentFormId,
int rank,
boolean bool)
Remove a Appointment Reminder
|
static TaskNotifyReminderConfig |
update(TaskNotifyReminderConfig taskReminderConfig)
Update of the taskReminderConfig which is specified in parameter
|
public static TaskNotifyReminderConfig create(TaskNotifyReminderConfig taskReminderConfig)
taskReminderConfig
- The instance of the TaskReminderConfig which contains the informations to storepublic static TaskNotifyReminderConfig update(TaskNotifyReminderConfig taskReminderConfig)
taskReminderConfig
- The instance of the TaskReminderConfig which contains the data to storepublic static void remove(int nKey)
nKey
- The taskReminderConfig Idpublic static TaskNotifyReminderConfig findByPrimaryKey(int nKey)
nKey
- The taskReminderConfig primary keypublic static Collection<TaskNotifyReminderConfig> getTaskReminderConfigsList()
public static Collection<Integer> getIdTaskReminderConfigsList()
public static void removeAppointmentReminder(int idTask, int nAppointmentFormId, int rank, boolean bool)
idTask
- the id tasknAppointmentFormId
- id form appointmentrank
- the rankbool
- to delete all reminderspublic static List<ReminderAppointment> loadListReminderAppointment(int idTask, int nAppointmentFormId)
idTask
- the id tasknAppointmentFormId
- id formpublic static TaskNotifyReminderConfig findByIdForm(int nKey, int idForm)
nKey
- id taskidForm
- id formpublic static List<TaskNotifyReminderConfig> loadListTaskNotifyConfig(int idTask)
idTask
- the id taskpublic static TaskNotifyReminderConfig loadConfigByIdForm(int idForm)
idForm
- the id formCopyright © 2018 City of Paris. All rights reserved.