|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuestionTopic | |
---|---|
fr.paris.lutece.plugins.helpdesk.business |
Uses of QuestionTopic in fr.paris.lutece.plugins.helpdesk.business |
---|
Methods in fr.paris.lutece.plugins.helpdesk.business that return QuestionTopic | |
---|---|
static QuestionTopic |
QuestionTopicHome.create(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of questionTopic |
static QuestionTopic |
QuestionTopicHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a questionTopic whose identifier is specified in parameter |
QuestionTopic |
QuestionTopicDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the questionTopic from the table |
QuestionTopic |
IQuestionTopicDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of the right from the table |
static QuestionTopic |
QuestionTopicHome.update(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the questionTopic which is specified in parameter |
Methods in fr.paris.lutece.plugins.helpdesk.business that return types with arguments of type QuestionTopic | |
---|---|
static java.util.List<QuestionTopic> |
QuestionTopicHome.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 |
java.util.List<QuestionTopic> |
QuestionTopicDAO.selectQuestionTopicList(int nIdQuestionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the questionTopics and returns them in form of a collection |
java.util.List<QuestionTopic> |
IQuestionTopicDAO.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 |
static java.util.List<QuestionTopic> |
QuestionTopicHome.selectTopicList(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> |
QuestionTopicDAO.selectTopicList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the questionTopics and returns them in form of a collection |
java.util.List<QuestionTopic> |
IQuestionTopicDAO.selectTopicList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the questionTopics and returns them in form of a collection |
Methods in fr.paris.lutece.plugins.helpdesk.business with parameters of type QuestionTopic | |
---|---|
static QuestionTopic |
QuestionTopicHome.create(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of questionTopic |
void |
QuestionTopicDAO.insert(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IQuestionTopicDAO.insert(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
QuestionTopicDAO.store(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IQuestionTopicDAO.store(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static QuestionTopic |
QuestionTopicHome.update(QuestionTopic questionTopic,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the questionTopic which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |