|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecordService
IRecordService
Method Summary | |
---|---|
int |
copy(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy an instance of record |
int |
create(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of record |
java.lang.Boolean |
directoryRecordListHasWorkflow(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Test if the given directory record list has a worflow |
Record |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a recordwhose identifier is specified in parameter |
int |
getCountRecord(RecordFieldFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count record who verify the filter |
java.lang.Integer |
getDirectoryIdByRecordId(java.lang.Integer nRecordId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get directory id by by record id |
java.util.List<Record> |
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 |
java.util.List<java.lang.Integer> |
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 |
java.util.List<Record> |
loadListByListId(java.util.List<java.lang.Integer> lIdList,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of record |
void |
remove(int nIdRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the record whose identifier is specified in parameter |
void |
update(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the record |
void |
updateWidthRecordField(Record record,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the record which is specified in parameter |
Method Detail |
---|
@Transactional(value="directory.transactionManager") int create(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- The instance of the record which contains the informations to storeplugin
- the Plugin
@Transactional(value="directory.transactionManager") int copy(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- The instance of the record who must copyplugin
- the Plugin
@Transactional(value="directory.transactionManager") void updateWidthRecordField(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- The instance of the record which contains the informations to updateplugin
- the Plugin@Transactional(value="directory.transactionManager") void update(Record record, fr.paris.lutece.portal.service.plugin.Plugin plugin)
record
- The instance of the record which contains the informations to updateplugin
- the Plugin@Transactional(value="directory.transactionManager") void remove(int nIdRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecord
- The recordIdplugin
- the PluginRecord findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The formResponse primary keyplugin
- the Plugin
java.lang.Boolean directoryRecordListHasWorkflow(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- directory Idplugin
- the plugin
java.util.List<Record> loadListByListId(java.util.List<java.lang.Integer> lIdList, fr.paris.lutece.portal.service.plugin.Plugin plugin)
listId
- list of record idplugin
- the plugin
java.util.List<Record> getListRecord(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
int getCountRecord(RecordFieldFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
java.util.List<java.lang.Integer> getListRecordId(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 |