public interface IRecordDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
deleteRecordByDirectoryId(Integer nDirectoryId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete list of record by directory id
|
Boolean |
direcytoryRecordListHasWorkflow(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Test if the given directory record list as a worflow
|
Integer |
getDirectoryIdByRecordId(Integer nRecordId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get directory id by record id
|
int |
insert(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Record |
load(int nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the record from the table
|
List<Record> |
loadList(List<Integer> listId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of record
|
int |
selectCountByFilter(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter
|
List<Record> |
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> |
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
|
void |
store(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the record in the table
|
int insert(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- instance of the Record object to insertplugin
- the pluginRecord load(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecord
- The identifier of the id recordplugin
- the pluginBoolean direcytoryRecordListHasWorkflow(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- directory Idplugin
- the pluginList<Record> loadList(List<Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
listId
- list of record idplugin
- the pluginvoid delete(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecord
- The identifier of the recordplugin
- the pluginvoid deleteRecordByDirectoryId(Integer nDirectoryId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nDirectoryId
- the directory idplugin
- the pluginvoid store(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- the record to updateplugin
- the pluginList<Record> selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginint selectCountByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginList<Integer> selectListIdByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.