|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQuestionTopicDAO
IQuestionTopicDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdQuestionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
QuestionTopic |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of the right from the table |
java.util.List<QuestionTopic> |
selectQuestionTopicList(int nIdQuestionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the questionTopics and returns them in form of a collection |
fr.paris.lutece.util.ReferenceList |
selectQuestionTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the questionTopics and returns them in form of a collection |
java.util.List<QuestionTopic> |
selectTopicList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the questionTopics and returns them in form of a collection |
void |
store(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(QuestionTopic questionTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
questionTopic
- instance of the QuestionTopic object to inssertplugin
- the Pluginvoid store(QuestionTopic questionTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
questionTopic
- the reference of the QuestionTopicplugin
- the Pluginvoid delete(int nIdQuestionTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdQuestionTopic
- int identifier of the QuestionTopic to deleteplugin
- the PluginQuestionTopic load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the questionTopicplugin
- the Plugin
fr.paris.lutece.util.ReferenceList selectQuestionTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
java.util.List<QuestionTopic> selectQuestionTopicList(int nIdQuestionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdQuestionType
- int identifier of the QuestionTypeplugin
- the Plugin
java.util.List<QuestionTopic> selectTopicList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |