|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.template.DatabaseTemplateHome
public final class DatabaseTemplateHome
This class provides methods to access templates stored in the database.
Method Summary | |
---|---|
static String |
getTemplateFromKey(String strKey)
Get a template in the database from its key |
static void |
updateTemplate(String strKey,
String strValue)
Update a template in the database |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getTemplateFromKey(String strKey)
strKey
- The key of the template to get
public static 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 |