public final class TemplateEntryHome extends Object
Modifier and Type | Method and Description |
---|---|
static fr.paris.lutece.plugins.genericattributes.business.Entry |
copy(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
Copy of an instance of Entry
|
static int |
create(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
Creation of an instance of Entry
|
static fr.paris.lutece.plugins.genericattributes.business.Entry |
findByPrimaryKey(int nKey)
Returns an instance of a Entry whose identifier is specified in parameter
|
static void |
remove(int nIdEntry)
Remove the entry whose identifier is specified in parameter
|
static void |
update(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
Update of the entry which is specified in parameter
|
public static int create(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
entry
- The instance of the Entry which contains the informations to storepublic static void update(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
entry
- The instance of the Entry which contains the informations to updatepublic static void remove(int nIdEntry)
nIdEntry
- The entry Idpublic static fr.paris.lutece.plugins.genericattributes.business.Entry findByPrimaryKey(int nKey)
nKey
- The entry primary keypublic static fr.paris.lutece.plugins.genericattributes.business.Entry copy(fr.paris.lutece.plugins.genericattributes.business.Entry entry)
entry
- The instance of the Entry who must copyCopyright © 2022 City of Paris. All rights reserved.