|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopicVersionDAO
ITopicVersionDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdTopicVersion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(TopicVersion topicVersion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
TopicVersion |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
java.util.Collection<TopicVersion> |
loadAllVersions(int idTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
TopicVersion |
loadLastVersion(int idTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
void |
modifyTopicVersion(int nTopicId,
java.lang.String strUserName,
java.lang.String strComment,
java.lang.String strContent,
int nPreviousVersion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
java.util.Collection<TopicVersion> |
selectTopicVersionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the topicVersion objects and returns them as a collection |
void |
store(TopicVersion topicVersion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(TopicVersion topicVersion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
topicVersion
- instance of the TopicVersion object to inssertplugin
- the Pluginvoid store(TopicVersion topicVersion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
topicVersion
- the reference of the TopicVersionplugin
- the Pluginvoid delete(int nIdTopicVersion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTopicVersion
- int identifier of the TopicVersion to deleteplugin
- the PluginTopicVersion load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strId
- The identifier of the topicVersionplugin
- the Plugin
java.util.Collection<TopicVersion> selectTopicVersionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
void modifyTopicVersion(int nTopicId, java.lang.String strUserName, java.lang.String strComment, java.lang.String strContent, int nPreviousVersion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nTopicId
- strUserName
- strComment
- strContent
- nPreviousVersion
- plugin
- TopicVersion loadLastVersion(int idTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
java.util.Collection<TopicVersion> loadAllVersions(int idTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |