public abstract class AbstractNotifyAppointmentTaskComponent
extends fr.paris.lutece.plugins.workflow.web.task.NoFormTaskComponent
Constructor and Description |
---|
AbstractNotifyAppointmentTaskComponent() |
Modifier and Type | Method and Description |
---|---|
String |
doSaveConfig(javax.servlet.http.HttpServletRequest request,
Locale locale,
fr.paris.lutece.plugins.workflowcore.service.task.ITask task,
fr.paris.lutece.plugins.workflowcore.service.config.ITaskConfigService taskConfigService,
boolean bNotifyAdmin)
Do save the configuration of the task
|
String |
getDisplayConfigForm(javax.servlet.http.HttpServletRequest request,
Locale locale,
fr.paris.lutece.plugins.workflowcore.service.task.ITask task,
fr.paris.lutece.plugins.workflowcore.service.config.ITaskConfigService taskConfigService,
boolean bNotifyAdmin)
Get the config form to display
|
doValidateTask, getDisplayTaskForm
validateConfig
afterPropertiesSet, doSaveConfig, isInvoked, setTaskConfigService, setTaskType
public AbstractNotifyAppointmentTaskComponent()
public String getDisplayConfigForm(javax.servlet.http.HttpServletRequest request, Locale locale, fr.paris.lutece.plugins.workflowcore.service.task.ITask task, fr.paris.lutece.plugins.workflowcore.service.config.ITaskConfigService taskConfigService, boolean bNotifyAdmin)
request
- The requestlocale
- The localetask
- The tasktaskConfigService
- The task config service to usebNotifyAdmin
- True to notify an admin user, false to notify the user of the appointmentpublic String doSaveConfig(javax.servlet.http.HttpServletRequest request, Locale locale, fr.paris.lutece.plugins.workflowcore.service.task.ITask task, fr.paris.lutece.plugins.workflowcore.service.config.ITaskConfigService taskConfigService, boolean bNotifyAdmin)
request
- The requestlocale
- The localetask
- The tasktaskConfigService
- The task config service to usebNotifyAdmin
- True to notify the admin user, false to notify the user of the appointmentCopyright © 2021 City of Paris. All rights reserved.