fr.paris.lutece.plugins.form.service
Class OutputProcessorService

java.lang.Object
  extended by fr.paris.lutece.plugins.form.service.OutputProcessorService

public class OutputProcessorService
extends java.lang.Object

OutputProcessorService


Method Summary
 void addProcessorAssociation(int nIdForm, java.lang.String strKeyProcessor)
           
 java.util.Collection<IOutputProcessor> getAllProcessors()
           
static OutputProcessorService getInstance()
           
 IOutputProcessor getProcessorByKey(java.lang.String strKey)
           
 java.util.List<IOutputProcessor> getProcessorsByIdForm(int nIdForm)
           
 boolean isUsed(int nIdForm, java.lang.String strKeyProcessor)
           
 void removeProcessorAssociation(int nIdForm, java.lang.String strKeyProcessor)
           
 void removeProcessorAssociationsByIdForm(int nIdForm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OutputProcessorService getInstance()

getAllProcessors

public java.util.Collection<IOutputProcessor> getAllProcessors()

getProcessorsByIdForm

public java.util.List<IOutputProcessor> getProcessorsByIdForm(int nIdForm)

removeProcessorAssociationsByIdForm

public void removeProcessorAssociationsByIdForm(int nIdForm)

removeProcessorAssociation

public void removeProcessorAssociation(int nIdForm,
                                       java.lang.String strKeyProcessor)

addProcessorAssociation

public void addProcessorAssociation(int nIdForm,
                                    java.lang.String strKeyProcessor)

isUsed

public boolean isUsed(int nIdForm,
                      java.lang.String strKeyProcessor)

getProcessorByKey

public IOutputProcessor getProcessorByKey(java.lang.String strKey)


Copyright © 2010 Mairie de Paris. All Rights Reserved.