public class OutputProcessorService extends Object
Modifier and Type | Method and Description |
---|---|
void |
addProcessorAssociation(int nIdForm,
String strKeyProcessor) |
Collection<IOutputProcessor> |
getAllProcessors() |
static OutputProcessorService |
getInstance() |
IOutputProcessor |
getProcessorByKey(String strKey) |
List<IOutputProcessor> |
getProcessorsByIdForm(int nIdForm) |
boolean |
isUsed(int nIdForm,
String strKeyProcessor) |
void |
removeProcessorAssociation(int nIdForm,
String strKeyProcessor) |
void |
removeProcessorAssociationsByIdForm(int nIdForm) |
public static OutputProcessorService getInstance()
public Collection<IOutputProcessor> getAllProcessors()
public List<IOutputProcessor> getProcessorsByIdForm(int nIdForm)
public void removeProcessorAssociationsByIdForm(int nIdForm)
public void removeProcessorAssociation(int nIdForm, String strKeyProcessor)
public void addProcessorAssociation(int nIdForm, String strKeyProcessor)
public boolean isUsed(int nIdForm, String strKeyProcessor)
public IOutputProcessor getProcessorByKey(String strKey)
Copyright © 2016 City of Paris. All rights reserved.