public final class ConfigurationKeyHome extends Object
Modifier and Type | Method and Description |
---|---|
static ConfigurationKey |
create(ConfigurationKey configurationKey)
Create an instance of the configurationKey class
|
static ConfigurationKey |
findByPrimaryKey(int nKey)
Returns an instance of a configurationKey whose identifier is specified in parameter
|
static Collection<ConfigurationKey> |
getConfigurationKeysList()
Load the data of all the configurationKey objects and returns them in form of a collection
|
static void |
remove(int nConfigurationKeyId)
Remove the configurationKey whose identifier is specified in parameter
|
static ConfigurationKey |
update(ConfigurationKey configurationKey)
Update of the configurationKey which is specified in parameter
|
public static ConfigurationKey create(ConfigurationKey configurationKey)
configurationKey
- The instance of the ConfigurationKey which contains the informations to storepublic static ConfigurationKey update(ConfigurationKey configurationKey)
configurationKey
- The instance of the ConfigurationKey which contains the data to storepublic static void remove(int nConfigurationKeyId)
nConfigurationKeyId
- The configurationKey Idpublic static ConfigurationKey findByPrimaryKey(int nKey)
nKey
- The configurationKey primary keypublic static Collection<ConfigurationKey> getConfigurationKeysList()
Copyright © 2020 City of Paris. All rights reserved.