fr.paris.lutece.plugins.form.modules.processornotifysender.business
Class ProcessorNotifySender

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
      extended by fr.paris.lutece.plugins.form.modules.processornotifysender.business.ProcessorNotifySender
All Implemented Interfaces:
IOutputProcessor

public class ProcessorNotifySender
extends OutputProcessor

ProcessorNotifySender s


Constructor Summary
ProcessorNotifySender()
           
 
Method Summary
 java.lang.String doOutputConfigForm(javax.servlet.http.HttpServletRequest request, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Store the processor configuration
 java.lang.String getOutputConfigForm(javax.servlet.http.HttpServletRequest request, Form form, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return the processor configuration interface
 java.lang.String process(FormSubmit formSubmit, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Process the OutputProcessor
 void setEntryTypeService(EntryTypeService entryTypeService)
          Set the entry type service
 void setNotifySenderService(NotifySenderService notifySenderService)
          Set the notify sender service
 
Methods inherited from class fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
getKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorNotifySender

public ProcessorNotifySender()
Method Detail

setNotifySenderService

public void setNotifySenderService(NotifySenderService notifySenderService)
Set the notify sender service

Parameters:
notifySenderService - the notify sender service

setEntryTypeService

public void setEntryTypeService(EntryTypeService entryTypeService)
Set the entry type service

Parameters:
entryTypeService - the entry type service

getOutputConfigForm

public java.lang.String getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
                                            Form form,
                                            java.util.Locale locale,
                                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the processor configuration interface

form - the form wich using the processor
locale - Locale
plugin - Plugin
Returns:
the processor configuration interface

doOutputConfigForm

public java.lang.String doOutputConfigForm(javax.servlet.http.HttpServletRequest request,
                                           java.util.Locale locale,
                                           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Store the processor configuration

Parameters:
request - HttpServletRequest
locale - Locale
plugin - Plugin
Returns:
a message error if a error appear else null

process

public java.lang.String process(FormSubmit formSubmit,
                                javax.servlet.http.HttpServletRequest request,
                                fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor

Parameters:
formSubmit - the formSubmit associate to the process
request - HttpServletRequest
plugin - Plugin
Returns:
a message error if a error appear else null


Copyright © 2012 Mairie de Paris. All Rights Reserved.