|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.FormHome
public final class FormHome
This class provides instances management methods (create, find, ...) for ReportingProject objects
Method Summary | |
---|---|
static void |
copy(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of Form |
static int |
create(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Form |
static Form |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Form whose identifier is specified in parameter |
static java.util.List<Form> |
getFormList(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 |
static fr.paris.lutece.util.ReferenceList |
getFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all enable form returns them in a reference list |
static java.util.Map<java.lang.Integer,fr.paris.lutece.portal.business.style.Theme> |
getXPageThemes(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the xpage themes for all forms |
static void |
remove(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the form whose identifier is specified in parameter |
static void |
update(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the form which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int create(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- The instance of the Form which contains the informations to storeplugin
- the Plugin
public static void copy(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- The instance of the Form who must copyplugin
- the Pluginpublic static void update(Form form, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- The instance of the Form which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The form Idplugin
- the Pluginpublic static Form findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The entry primary keyplugin
- the Plugin
public static java.util.List<Form> getFormList(FormFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
public static fr.paris.lutece.util.ReferenceList getFormList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
public static java.util.Map<java.lang.Integer,fr.paris.lutece.portal.business.style.Theme> getXPageThemes(fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |