Methods in fr.paris.lutece.plugins.form.business with parameters of type FormFilter |
static java.util.List<Form> |
FormHome.getFormList(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 |
java.util.List<Form> |
FormDAO.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 |
java.util.List<Form> |
IFormDAO.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 |