Package | Description |
---|---|
fr.paris.lutece.plugins.directory.business | |
fr.paris.lutece.plugins.directory.utils |
Modifier and Type | Method and Description |
---|---|
static 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 List<IEntry> |
EntryHome.getEntryListByTypeList(List<Integer> idTypeEntryList,
EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry which type is contained in typeEntryList and verify the filter to return 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
|
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
|
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
|
List<IEntry> |
IEntryDAO.selectEntryListByTypeByFilter(List<Integer> idTypeEntryList,
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
|
List<IEntry> |
EntryDAO.selectEntryListByTypeByFilter(List<Integer> idTypeEntryList,
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 |
IEntryDAO.selectNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter
|
int |
EntryDAO.selectNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter
|
Modifier and Type | Method and Description |
---|---|
static List<IEntry> |
DirectoryUtils.getFormEntriesByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return all entry associate to the directory
|
Copyright © 2017 City of Paris. All rights reserved.