|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormDAO
IFormDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
fr.paris.lutece.util.ReferenceList |
getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all enable form returns them in a reference list |
java.util.Map<java.lang.Integer,fr.paris.lutece.portal.business.style.Theme> |
getXPageThemesMap(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all the themes for form xpages |
int |
insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Form |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Form from the table |
java.util.List<Form> |
selectFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a list |
void |
store(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the form in the table |
Method Detail |
---|
int insert(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form to insertplugin
- the plugin
void store(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- instance of the Form object to updateplugin
- the pluginvoid delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the formplugin
- the pluginForm load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the formplugin
- the plugin
java.util.List<Form> selectFormList(FormFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
fr.paris.lutece.util.ReferenceList getEnableFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
java.util.Map<java.lang.Integer,fr.paris.lutece.portal.business.style.Theme> getXPageThemesMap(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |