public interface IFormDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
List<Integer> |
getAnonymizeEntryList(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of entries of a form to anonymize
|
fr.paris.lutece.util.ReferenceList |
getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all enable form returns them in a reference list
|
List<Form> |
getFormListForAutomaticCleaning(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of forms that must be cleaned automatically.
|
Map<Integer,fr.paris.lutece.portal.business.style.Theme> |
getXPageThemesMap(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all the themes for form xpages
|
int |
insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
insertAnonymizeEntry(int nIdForm,
int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an entry in the anonymize entries table
|
Form |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Form from the table
|
void |
removeAnonymizeEntry(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove entries in the anonymize entries table
|
List<Form> |
selectFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a
list
|
void |
store(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the form in the table
|
int insert(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form to insertplugin
- the pluginvoid store(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form object to updateplugin
- the pluginvoid delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the formplugin
- the pluginForm load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the formplugin
- the pluginList<Form> selectFormList(FormFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginfr.paris.lutece.util.ReferenceList getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginMap<Integer,fr.paris.lutece.portal.business.style.Theme> getXPageThemesMap(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginList<Integer> getAnonymizeEntryList(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The id of the formplugin
- The pluginvoid insertAnonymizeEntry(int nIdForm, int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The id of the form the entry is associated withnIdEntry
- The id of the entry to anonymizeplugin
- The pluginvoid removeAnonymizeEntry(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The id of the formplugin
- The pluginList<Form> getFormListForAutomaticCleaning(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginCopyright © 2016 City of Paris. All rights reserved.