|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryFilter | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of EntryFilter in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business with parameters of type EntryFilter | |
---|---|
static java.util.List<IEntry> |
EntryHome.getEntryList(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list |
static int |
EntryHome.getNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter |
java.util.List<IEntry> |
EntryDAO.selectEntryListByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list |
java.util.List<IEntry> |
IEntryDAO.selectEntryListByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list |
int |
EntryDAO.selectNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter |
int |
IEntryDAO.selectNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |