public final class TemplateFieldHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
copy(fr.paris.lutece.plugins.genericattributes.business.Field field)
Copy of an instance of field
|
static int |
create(fr.paris.lutece.plugins.genericattributes.business.Field field)
Creation of an instance of field
|
static fr.paris.lutece.plugins.genericattributes.business.Field |
findByPrimaryKey(int nKey)
Returns an instance of a Field whose identifier is specified in parameter
|
static List<fr.paris.lutece.plugins.genericattributes.business.Field> |
getFieldListByCode(String code)
Load the data of all the field by code
|
static List<fr.paris.lutece.plugins.genericattributes.business.Field> |
getFieldListByIdEntry(int nIdEntry)
Load the data of all the field of the entry and returns them in a list
|
static void |
remove(int nIdField)
Remove the field whose identifier is specified in parameter
|
static void |
update(fr.paris.lutece.plugins.genericattributes.business.Field field)
Update of the field which is specified in parameter
|
public static int create(fr.paris.lutece.plugins.genericattributes.business.Field field)
field
- The instance of the Field which contains the informations to storepublic static void update(fr.paris.lutece.plugins.genericattributes.business.Field field)
field
- The instance of the Field which contains the informations to updatepublic static void remove(int nIdField)
nIdField
- The field Idpublic static fr.paris.lutece.plugins.genericattributes.business.Field findByPrimaryKey(int nKey)
nKey
- The field primary keypublic static List<fr.paris.lutece.plugins.genericattributes.business.Field> getFieldListByIdEntry(int nIdEntry)
nIdEntry
- the id of the entrypublic static void copy(fr.paris.lutece.plugins.genericattributes.business.Field field)
field
- The instance of the Field who must copyCopyright © 2022 City of Paris. All rights reserved.