|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.business.QuestionTopicHome
public final class QuestionTopicHome
This class provides instances management methods (create, find, ...) for QuestionTopic objects
Method Summary | |
---|---|
static QuestionTopic |
create(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of questionTopic |
static QuestionTopic |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a questionTopic whose identifier is specified in parameter |
static java.util.List<QuestionTopic> |
getQuestionTopicList(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 |
static fr.paris.lutece.util.ReferenceList |
getQuestionTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the questionTopics and returns them in form of a collection |
static void |
remove(int nQuestionTopicId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the questionTopic whose identifier is specified in parameter |
static java.util.List<QuestionTopic> |
selectTopicList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the questionTopics and returns them in form of a collection |
static QuestionTopic |
update(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the questionTopic which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static QuestionTopic create(QuestionTopic questionTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
questionTopic
- The instance of the QuestionTopic which contains the informations to storeplugin
- the Plugin
public static QuestionTopic update(QuestionTopic questionTopic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
questionTopic
- The instance of the QuestionTopic which contains the data to storeplugin
- the Plugin
public static void remove(int nQuestionTopicId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nQuestionTopicId
- The questionTopic Idplugin
- the Pluginpublic static QuestionTopic findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The questionTopic primary keyplugin
- the Plugin
public static fr.paris.lutece.util.ReferenceList getQuestionTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
public static java.util.List<QuestionTopic> getQuestionTopicList(int nIdQuestionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdQuestionType
- The questionType Idplugin
- the Plugin
public static 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 |