Uses of Interface
fr.paris.lutece.plugins.form.business.outputprocessor.IOutputProcessor

Packages that use IOutputProcessor
fr.paris.lutece.plugins.form.business.outputprocessor   
fr.paris.lutece.plugins.form.modules.processornotifysender.business   
fr.paris.lutece.plugins.form.service   
 

Uses of IOutputProcessor in fr.paris.lutece.plugins.form.business.outputprocessor
 

Classes in fr.paris.lutece.plugins.form.business.outputprocessor that implement IOutputProcessor
 class OutputProcessor
          Abstract OutputProcessor
 

Methods in fr.paris.lutece.plugins.form.business.outputprocessor that return IOutputProcessor
 IOutputProcessor OutputProcessorSet.getOutputProcessor(java.lang.String strKey)
           
 IOutputProcessor IOutputProcessorSet.getOutputProcessor(java.lang.String strKey)
          return the OutputProcessor which the key is specified in parameter
 

Methods in fr.paris.lutece.plugins.form.business.outputprocessor that return types with arguments of type IOutputProcessor
 java.util.Collection<IOutputProcessor> OutputProcessorSet.getAllOutputProcessor()
           
 java.util.Collection<IOutputProcessor> IOutputProcessorSet.getAllOutputProcessor()
          return a collection OutputProcessor
 

Method parameters in fr.paris.lutece.plugins.form.business.outputprocessor with type arguments of type IOutputProcessor
 void OutputProcessorSet.setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
           
 void IOutputProcessorSet.setOutputProcessorMap(java.util.Map<java.lang.String,IOutputProcessor> mapOutputProcessor)
          Set the map which contains for each item the processor key and the processor
 

Uses of IOutputProcessor in fr.paris.lutece.plugins.form.modules.processornotifysender.business
 

Classes in fr.paris.lutece.plugins.form.modules.processornotifysender.business that implement IOutputProcessor
 class ProcessorNotifySender
          ProcessorNotifySender s
 

Uses of IOutputProcessor in fr.paris.lutece.plugins.form.service
 

Methods in fr.paris.lutece.plugins.form.service that return IOutputProcessor
 IOutputProcessor OutputProcessorService.getProcessorByKey(java.lang.String strKey)
           
 

Methods in fr.paris.lutece.plugins.form.service that return types with arguments of type IOutputProcessor
 java.util.Collection<IOutputProcessor> OutputProcessorService.getAllProcessors()
           
 java.util.List<IOutputProcessor> OutputProcessorService.getProcessorsByIdForm(int nIdForm)
           
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.