public final class FormRuleHome extends Object
Modifier and Type | Method and Description |
---|---|
static FormRule |
create(FormRule formRule)
Create an instance of the FormRule class
|
static void |
delete(int nKey)
Delete the FormRule whose identifier is specified in parameter
|
static FormRule |
findByIdForm(int nIdForm)
Returns the form rule of a form
|
static FormRule |
findByPrimaryKey(int nKey)
Returns an instance of the FormRule whose identifier is specified in parameter
|
static FormRule |
update(FormRule formRule)
Update of the FormRule which is specified in parameter
|
public static FormRule create(FormRule formRule)
formRule
- The instance of the FormRule which contains the informations to storepublic static FormRule update(FormRule formRule)
formRule
- The instance of the FormRule which contains the data to storepublic static void delete(int nKey)
nKey
- The FormRule Idpublic static FormRule findByPrimaryKey(int nKey)
nKey
- The FormRule primary keypublic static FormRule findByIdForm(int nIdForm)
nIdForm
- the form idCopyright © 2018 City of Paris. All rights reserved.