|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopicDAO
ITopicDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(Topic topic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Topic |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Topic |
load(java.lang.String strTopicName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
void |
modify(java.lang.String strTopicName,
java.lang.String strContent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
java.util.Collection<Topic> |
selectTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the topic objects and returns them as a collection |
void |
store(Topic topic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
topic
- instance of the Topic object to inssertplugin
- the Pluginvoid store(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
topic
- the reference of the Topicplugin
- the Pluginvoid delete(int nIdTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTopic
- int identifier of the Topic to deleteplugin
- the PluginTopic load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strId
- The identifier of the topicplugin
- the Plugin
java.util.Collection<Topic> selectTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
Topic load(java.lang.String strTopicName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
void modify(java.lang.String strTopicName, java.lang.String strContent, fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |