public interface ITemplateFormDisplayDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(fr.paris.lutece.plugins.forms.business.FormDisplay formDisplay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
fr.paris.lutece.plugins.forms.business.FormDisplay |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
fr.paris.lutece.plugins.forms.business.FormDisplay |
selectFormDisplayByStepAndComposite(int nIdStep,
int nIdComposite,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the FormDisplay associated to the given parameter
|
List<fr.paris.lutece.plugins.forms.business.FormDisplay> |
selectFormDisplayListByParent(int nIdTemplate,
int nIdParent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormDisplay objects by parent for a form step and returns them as a list
|
List<fr.paris.lutece.plugins.forms.business.FormDisplay> |
selectFormDisplayListByTemplate(int nIdTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the FormDisplay associated to the given parameters
|
fr.paris.lutece.util.ReferenceList |
selectGroupDisplayReferenceListByStep(int nIdStep,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormDisplay objects of type "Group" linked to a given FormStep and returns them as a referenceList
|
void |
store(fr.paris.lutece.plugins.forms.business.FormDisplay formDisplay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(fr.paris.lutece.plugins.forms.business.FormDisplay formDisplay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formDisplay
- instance of the FormDisplay object to insertplugin
- the Pluginvoid store(fr.paris.lutece.plugins.forms.business.FormDisplay formDisplay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formDisplay
- the reference of the FormDisplayplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the FormDisplay to deleteplugin
- the Pluginfr.paris.lutece.plugins.forms.business.FormDisplay load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the FormDisplayplugin
- the PluginList<fr.paris.lutece.plugins.forms.business.FormDisplay> selectFormDisplayListByParent(int nIdTemplate, int nIdParent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTemplate
- the template idnIdParent
- the parent idplugin
- the plugin to usefr.paris.lutece.util.ReferenceList selectGroupDisplayReferenceListByStep(int nIdStep, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdStep
- the step identifierplugin
- the plugin to usefr.paris.lutece.plugins.forms.business.FormDisplay selectFormDisplayByStepAndComposite(int nIdStep, int nIdComposite, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdStep
- The identifier of the Step to matchnIdComposite
- The identifier of the Composite to matchplugin
- The plugin to use to execute the queryList<fr.paris.lutece.plugins.forms.business.FormDisplay> selectFormDisplayListByTemplate(int nIdTemplate, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTemplate
- The identifier of the template to matchCopyright © 2022 City of Paris. All rights reserved.