|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatabaseTemplateDAO
Interface of DAO allowing to manage templates stored in the database
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 |
---|
String getTemplateFromKey(String strKey)
strKey
- The key of the template to get
void updateTemplate(String strKey, String strValue)
strKey
- The key of the templatestrValue
- The new value of the template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |