public interface ITemplateService
Modifier and Type | Method and Description |
---|---|
void |
deleteTemplate(int nIdTemplate)
Remove a given template and the all its formDisplays.
|
List<fr.paris.lutece.plugins.forms.web.ICompositeDisplay> |
getTemplateCompositeList(int nIdTemplate)
Get the full children composite list of the given template
|
fr.paris.lutece.plugins.forms.web.ICompositeDisplay |
templateDisplayToComposite(fr.paris.lutece.plugins.forms.business.FormDisplay templateDisplay,
int nIterationNumber)
Get the right composite from the given templateDisplay
|
List<fr.paris.lutece.plugins.forms.web.ICompositeDisplay> getTemplateCompositeList(int nIdTemplate)
nIdTemplate
- The template primary keyfr.paris.lutece.plugins.forms.web.ICompositeDisplay templateDisplayToComposite(fr.paris.lutece.plugins.forms.business.FormDisplay templateDisplay, int nIterationNumber)
templateDisplay
- The templateDisplaynIterationNumber
- the iteration numbervoid deleteTemplate(int nIdTemplate)
nIdTemplate
- The Template IdCopyright © 2022 City of Paris. All rights reserved.