|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordDAO
Interface IRecordDAO
Method Summary | |
---|---|
void |
delete(int nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
deleteRecordByDirectoryId(java.lang.Integer nDirectoryId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete list of record by directory id |
java.lang.Boolean |
direcytoryRecordListHasWorkflow(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Test if the given directory record list as a worflow |
java.lang.Integer |
getDirectoryIdByRecordId(java.lang.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 |
java.util.List<Record> |
loadList(java.util.List<java.lang.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)
Load the data of all the formResponse who verify the filter and returns them in a list |
java.util.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 |
java.util.List<java.lang.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 |
Method Detail |
---|
int insert(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- instance of the Record object to insertplugin
- the plugin
Record load(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecord
- The identifier of the id recordplugin
- the plugin
java.lang.Boolean direcytoryRecordListHasWorkflow(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- directory Idplugin
- the plugin
java.util.List<Record> loadList(java.util.List<java.lang.Integer> listId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
listId
- list of record idplugin
- the plugin
void delete(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecord
- The identifier of the recordplugin
- the pluginvoid deleteRecordByDirectoryId(java.lang.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 pluginjava.util.List<Record> selectListByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
int selectCountByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
java.util.List<java.lang.Integer> selectListIdByFilter(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
java.lang.Integer getDirectoryIdByRecordId(java.lang.Integer nRecordId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nRecordId
- the record idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |