|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormProcessorDAO
Method Summary | |
---|---|
void |
delete(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
java.util.List<FormProcessor> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor and returns them as a List |
java.util.List<FormProcessor> |
selectByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor wich is associate to the form and returns them as a list |
Method Detail |
---|
java.util.List<FormProcessor> selectByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the id of the formplugin
- the plugin
java.util.List<FormProcessor> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
void insert(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formProcessor
- formProcessorplugin
- the pluginvoid delete(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formProcessor
- formProcesorplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |