fr.paris.lutece.portal.business.template
Interface IDatabaseTemplateDAO

All Known Implementing Classes:
DatabaseTemplateDAO

public interface IDatabaseTemplateDAO

Interface of DAO allowing to manage templates stored in the database

Author:
vbroussard

Method Summary
 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
 

Method Detail

getTemplateFromKey

String getTemplateFromKey(String strKey)
Get a template in the database from its key

Parameters:
strKey - The key of the template to get
Returns:
The template loaded from the database

updateTemplate

void updateTemplate(String strKey,
                    String strValue)
Update a template in the database

Parameters:
strKey - The key of the template
strValue - The new value of the template


Copyright © 2014 Mairie de Paris. All Rights Reserved.