public class DatabaseTemplateDAO extends Object implements IDatabaseTemplateDAO
| Constructor and Description |
|---|
DatabaseTemplateDAO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplateFromKey(String strKey)
Get a template in the database from its key
|
void |
updateTemplate(String strKey,
String strValue)
Update a template in the database
|
public String getTemplateFromKey(String strKey)
getTemplateFromKey in interface IDatabaseTemplateDAOstrKey - The key of the template to getpublic void updateTemplate(String strKey, String strValue)
updateTemplate in interface IDatabaseTemplateDAOstrKey - The key of the templatestrValue - The new value of the templateCopyright © 2020 City of Paris. All rights reserved.