|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.DefaultMessageDAO
public class DefaultMessageDAO
class DefaultMessageDAO
Constructor Summary | |
---|---|
DefaultMessageDAO()
|
Method Summary | |
---|---|
DefaultMessage |
load(fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the only record from the table |
void |
store(DefaultMessage defaultMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMessageDAO()
Method Detail |
---|
public void store(DefaultMessage defaultMessage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IDefaultMessageDAO
defaultMessage
- the defaultMessageplugin
- the Pluginpublic DefaultMessage load(fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IDefaultMessageDAO
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |