Modifier and Type | Method and Description |
---|---|
int |
RecordFieldDAO.getCountByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the number of record field who verify the filter
|
int |
IRecordFieldDAO.getCountByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the number of record field who verify the filter
|
static int |
RecordHome.getCountRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
static int |
RecordFieldHome.getCountRecordField(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the number of record field who verify the filter
|
static List<Record> |
RecordHome.getListRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
static List<Integer> |
RecordHome.getListRecordId(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
static List<RecordField> |
RecordFieldHome.getRecordFieldList(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record field who verify the filter and returns them in a list
|
static void |
RecordFieldHome.removeByFilter(RecordFieldFilter filter,
boolean bRemoveByAsynchronousFiles,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all record field who verify the filter
|
static void |
RecordFieldHome.removeByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all record field who verify the filter
|
int |
IRecordDAO.selectCountByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
int |
RecordDAO.selectCountByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
List<RecordField> |
RecordFieldDAO.selectListByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record field who verify the filter and returns them in a list
|
List<Record> |
IRecordDAO.selectListByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
List<RecordField> |
IRecordFieldDAO.selectListByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record field who verify the filter and returns them in a list
|
List<Record> |
RecordDAO.selectListByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
List<Integer> |
IRecordDAO.selectListIdByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record id who verify the filter and returns them in a list
|
List<Integer> |
RecordDAO.selectListIdByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record id who verify the filter and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
List<RecordField> |
DirectoryService.getRecordFieldByFilter(RecordFieldFilter recordFieldFilter)
Get the list of record fields from a given Filter
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
DirectorySearchService.getSearchResults(Directory directory,
HashMap<String,List<RecordField>> mapSearch,
Date dateCreation,
Date dateCreationBegin,
Date dateCreationEnd,
Date dateModification,
Date dateModificationBegin,
Date dateModificationEnd,
RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return a list of record key return by the search
|
List<Integer> |
DirectorySearchService.getSearchResults(Directory directory,
HashMap<String,List<RecordField>> mapSearch,
Date dateCreation,
Date dateCreationBegin,
Date dateCreationEnd,
RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return a list of record key return by the search
|
Modifier and Type | Method and Description |
---|---|
int |
IRecordService.getCountRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
int |
RecordService.getCountRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
List<Record> |
IRecordService.getListRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
List<Record> |
RecordService.getListRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
List<Integer> |
IRecordService.getListRecordId(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
List<Integer> |
RecordService.getListRecordId(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the record who verify the filter and returns them in a list
|
Copyright © 2017 City of Paris. All rights reserved.